V St, 08. 10. 2003 v 17:30, Gordon Messmer píše:
David Bruha wrote:
All mail users are virtual users stored in mysql database.
Now if I understand it correctly, this test mailfilter should write to $HOME/filter.log message "mailfilter started" and if the sender is [EMAIL PROTECTED], then also send a copy of this mail to root.
However, it looks as if courier ignores this file
If your user database specifies a mailbox, then DEFAULTDELIVERY is not used. You should specify only a home directory in the user database, and make sure there is a "Maildir" inside each user's home directory.
Ah, I see. Isn't there a way how to put a piece of code into the maildir field in the database so the maildrop will be initiated? Because I have: - maildirs in /var/mail/domain/.users_maildir - homes in /home/domain and would like to keep them separated. FYI /var/mail is on it's own partition.
You can create a symlink from Maildir in the users' home directory to the maildir that's in /var/mail.
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
