3 messages in net.sourceforge.lists.courier-users[courier-users] maildrop in delivery ...
FromSent OnAttachments
Holger LibrenzDec 1, 2007 11:36 am 
Bernd PlaggeDec 1, 2007 6:38 pm 
Holger LibrenzDec 2, 2007 5:03 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] maildrop in delivery mode does not filter (debian)Actions...
From:Holger Librenz (lis@librenz.com)
Date:Dec 1, 2007 11:36:22 am
List:net.sourceforge.lists.courier-users

Hi.

Since about 3 days i try to get maildrop filtering mails. My config consits of postfix, courier, sasl and ldap on a Debian 4.0 and maildrop is used as mda. My problem: maildroprc nor $HOME/.mailfilter is recognized on delivery. Here are my maildrop-related configs:

`postconf | grep maildrop`: mailbox_command = /usr/bin/maildrop virtual_transport = maildrop

master.cf: maildrop unix - n n - - pipe flags=ODRhu user=vmail argv=/usr/bin/maildrop -d ${recipient} ${user}

maildroprc: # our shell SHELL="/bin/bash"

# the default path DEFAULT="$HOME/Maildir"

# log file logfile "/var/log/maildrop"

VERBOSE="5"

# This get's added above each entry in the log file. # It's just a visual aid. log "---------------------------"

`echo "maildroprc called." > /tmp/maildrop.log`

# include user rules - if available USERFILTER="/etc/courier/userfilters/$1"

if (`test -d "$USERFILTER"`) { `echo "Userfile $USERFILTER exists and will be included" >> /tmp/maildrop.log`

include "$USERFILTER" } else { `echo "Userfile "USERFILTER doesn't exists!" >> /tmp/maildrop.log"` }

Could anybody help me?

Greets Holger