Re: virtual user with "dot" int he username fail
Stephen Warren <[email protected]> Thu, 22 Feb 2007 21:38:22 -0700
| Newsgroups | gmane.mail.spam.tmda.devel |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dennis Kavadas wrote: > during setup i supplied the config script with the below for "virtual > user stub" > vmailmgr1 /usr/local/src/tmda-cgi-0.15/stubs/vmailmgrinfo.py ~ > > when running "vmailmgrinfo.py" from the commandline it returns > [email protected]:/home/mydomainorg/users/d:kavadas:536:538 > > which looks correct but still doesn't explain why i'm getting the error ! That's the problem; it looks like the 2nd : in the output should be a .: not: [email protected]:/home/mydomainorg/users/d:kavadas:536:538 but: [email protected]:/home/mydomainorg/users/d.kavadas:536:538 ^^^ To debug this more, I need some more information: * When you logged into tmda-cgi, did you login as "[email protected]", or plain "user". * Does your web-server set the environment variable HTTP_HOST * Now consider the domain-name that was either part of the username you used to login, or in the HTTP_HOST environment variable. Is there an entry that begins with this domain, followed by a colon, in this file: /var/qmail/control/virtualdomains * If not, is there a file named passwd.cdb in the home directory for the domain mentioned above that contains an entry for the username you logged in as. I suppose at this point, there must be. I think this is equivalent to asking "did you define this username"! If so, I suspect that vmailmgr required a "mailbox" parameter be assigned to that user, and I suspect this parameter has a typo in it, such that what should be a . is in fact a : -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF3m++hk3bo0lNTrURAmi/AJ4s45t6omxMZMi9uQtO4vMuWSWopwCfca7f rmuN67qxXPujwb4+Jqnb60Q= =pmAT -----END PGP SIGNATURE-----