3 messages in net.sourceforge.lists.courier-maildrop[maildropl] maildrop in delivery mode...
FromSent OnAttachments
Holger LibrenzDec 1, 2007 10:18 am 
Tony EarnshawDec 1, 2007 12:16 pm 
Holger LibrenzDec 1, 2007 3:22 pm 
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:[maildropl] maildrop in delivery mode does not filter (debian)Actions...
From:Holger Librenz (lis@librenz.com)
Date:Dec 1, 2007 10:18:56 am
List:net.sourceforge.lists.courier-maildrop

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