I did not get the Domain name filled in. User name worked. It did not matter what order I sent the user and dom. To fix it I changed line 611 of template.c:
from
} else if(TmpCGI && GetValue(TmpCGI, value, " dom=", sizeof(value))==0){
to
} else if(TmpCGI && GetValue(TmpCGI, value, "dom=", sizeof(value))==0){ ^ Space removed
I just saw this while I was working on the code last night. Thanks for confirming that the fix I used will work.
I'm still having a problem with adding mail robots to a domain that was created a long time ago. I'll start looking into that soon. Everything else I've tried is working great.
Look at permissions on the domain's directory. Check for a .qmailadmin-limits file in the domain directory as well.
-- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/
