From: <zso...@vi...> - 2003-08-26 19:55:47
|
I thing maildrop read the mail from STDIN... Yes, you are right. What about your usertable? It is in a sql Database and contain: - a unique UserID (e.g his e-mail address) - UID / GID for the maildir - path to the maildir Our database shema similar to the vpopmail's structure, but we use same UID and GID for every users. In fact (only the important fields): -name -domain -passwd -homedir (for example: /usr/local/vipmail/domain.com/zsozso/Maildir -status (first, we don't delete the user. If this field is active, the mailserver won't deliver any message to the user's homedir.) Zsozso |