This is a discussion on [courier-users] Avoiding local messages delivery to maildrop within the Courier-Imap forums, part of the Mail Servers and Related category; Hello, I ve a Postfix+MySQL+Maildrop mail system setup. I have noted that the I don't receive postmaster ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello, I ve a Postfix+MySQL+Maildrop mail system setup. I have noted that the I don't receive postmaster messages. Indeed I saw that also the local messages are delivered to maildrop. Infact i see in the log of maildrop: /usr/local/bin/maildirmake /var/lib/nobody//var/mail/nobody /usr/local/bin/maildirmake -q /var/lib/nobody//var/mail/nobody Date: Fri Jul 27 08:35:35 2007 From: MAILER-DAEMON (Mail Delivery System) Subj: Postmaster Copy: Undelivered Mail File: /var/mail/nobody being the configuration of maildop: logfile "/var/log/maildroprc.log" ONE = "$1" TWO = "$2" THREE = "$3" FOUR = "$4" FIVE = "$5" log "one is $ONE" log "two is $TWO" log "three is $THREE" log "four is $FOUR" log "five is $FIVE" $HOME/$DEFAULT exception { TO "$HOME/$DEFAULT" } log "/usr/local/bin/maildirmake $HOME/$DEFAULT" `/usr/local/bin/maildirmake $HOME/$DEFAULT` log "/usr/local/bin/maildirmake -q $MAILDIRQUOTA $HOME/$DEFAULT" `/usr/local/bin/maildirmake -q $MAILDIRQUOTA $HOME/$DEFAULT` TO "$HOME/$DEFAULT" So local messages are managed also by maildrop. How can avoid this? rocsca ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |