Got the Qmailadmin working, the .30 was broke and .31 fixed the "Invalid
Login" problem. 

Then, found the "Add Mailing List" function was hosed. ( Sig 11's. )

A typo, in the .31 code.  change ifdef to ifndef at line 323 of
mailinglist.c ( Diff Below )  Things are Fixed again...  (Thanks to
Jacob Scott for pointing out the place to look.)

Now, Anyone have any ideas on converting /etc/passwd users to .vpopmail,
and preserving their passwords?

Thanks,

Bkm.

*** mailinglist.c.bak   Thu Jul 13 14:23:25 2000
--- mailinglist.c       Thu Jul 13 14:24:07 2000
***************
*** 323,325 ****
                sprintf(TmpBuf3, "%s/domains/%s/.qmail-%s", Vpophome,
Domain, ActionUser);! #ifdef EZMLMIDX
                arguments[0] = "ezmlm-make";
--- 323,325 ----
                sprintf(TmpBuf3, "%s/domains/%s/.qmail-%s", Vpophome,
Domain, ActionUser);! #ifndef EZMLMIDX
                arguments[0] = "ezmlm-make";

Reply via email to