Gerardo Arnaez <[EMAIL PROTECTED]> writes: > It appears that vadduser-TMDA only modifies the dot-qmail files with > in the domain directory and not any dot-qmail files with a virtual > users directory ie > > TMDA modifies(creates) .qmail only in > /home/vpopmail/domains/example.com/ directory > > and not > > /home/vpopmail/domains/example.com/user/
That's correct. When you add a domain with vpopmail, it makes an entry in /var/qmail/users/assign (and remakes the database). That entry says that the home directory for mail to that *domain* is /home/vpopmail/domains/example.com. Therefore, qmail expects to find .qmail* files in the domain directory and not the individual user's directory. You don't need .qmail* files in each user directory. With plain vpopmail, you only need .qmail-default in the domain directory. When you add TMDA into the mix, you need to specify each user's config file and therefore you need a .qmail-<user> and a .qmail-<user>-default file for each user, but still all in the domain directory. The .qmail-<user>-default file is usually just a symbolic link to the .qmail-<user> file. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
