8 messages in net.sourceforge.lists.courier-users[courier-users] Avoiding local messag...
FromSent OnAttachments
Rocco ScappaturaJul 27, 2007 12:37 am 
Gordon MessmerJul 30, 2007 1:32 pm 
Rocco ScappaturaJul 31, 2007 12:38 am 
Sam VarshavchikJul 31, 2007 3:39 am 
Bowie BaileyJul 31, 2007 6:49 am 
Rocco ScappaturaJul 31, 2007 7:32 am 
Bowie BaileyJul 31, 2007 8:07 am 
Rocco ScappaturaJul 31, 2007 8:38 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Avoiding local messages delivery to maildropActions...
From:Rocco Scappatura (Rocc@sttspa.it)
Date:Jul 27, 2007 12:37:15 am
List:net.sourceforge.lists.courier-users

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