| Fra: |
"Peter Moylan" <ecs-isp@2rosenthals.com> |
Full Headers Undecoded message |
| Emne: |
Re: [eCS-ISP] uacme 1.2.4 issue |
| Dato: |
Thu, 11 Jun 2026 16:21:21 +1000 |
| Til: |
eCS ISP Mailing List <ecs-isp@2rosenthals.com> |
|
|---|
On 10/06/26 18:09, Massimo S. wrote:
Il 09/06/2026 13:03, Peter Moylan ha scritto:
If that doesn't help, here is another possibility. We have seen in the
past that different versions of uacme make different assumptions about
default directories. The best defence against that is to make sure that
your own scripts use explicit paths instead of relying on the default
assumptions. Now that I think of it, I think I had to do that when
updating to version 1.2.4.
do you have a script that use 1.2.4 to share?
(of course in private email)
The uacme-hook.cmd script is the one that Steven shared some time back, probably on this list. The only changes I remember making are
/* Find docs directory for server */
docsdir = 'D:\Domains\'
and
subdir = root || '.' || tld
if subdir == 'pmoylan.org' then subdir = subdir'\Public'
both of which are to identify where I keep my HTML files. Then there's a script that I wrote myself, called issue_pmoylan.org, whose content is the single line
uacme -v -c C:\etc\ssl\uacme -h uacme-hook.cmd issue pmoylan.org www.pmoylan.org mail.pmoylan.org
--
Peter Moylan peter@pmoylan.org
http://www.pmoylan.org
|