Vpopmail was compiled with the default domain option set to 'mydomain.com'.
When I then do a 'vadduser test test' I get this in users/vpasswd:
test:vUl/s3FJ7iYHA:1:0:test:/home/vpopmail/domains/mydomain.com/users/test:N
OQUOTA
So the vadduser program is smart enough to add the entry in vpasswd for the
users mail directory under the mydomain.com tree. Two problems: the entry
is added to users/vpasswd, not domains/mydomain.com/vpasswd; it actually
creates the Maildir under users instead of where it said it was going to
create it in users/vpasswd.
Yes, I know I could do vadduser [EMAIL PROTECTED] and everything is fine --
but isn't this one of the things the default domain option was supposed to
prevent me from having to do?
-Phil