4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] howto check if maildr...
FromSent OnAttachments
active-servers[admin]Apr 26, 2005 2:15 pm 
active-servers[admin]Apr 26, 2005 2:19 pm 
Jay LeeApr 26, 2005 2:36 pm 
Devin RubiaApr 27, 2005 6:09 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:Re: [maildropl] howto check if maildrop is using the /etc/maildroprcActions...
From:Jay Lee (jl@pbu.edu)
Date:Apr 26, 2005 2:36:53 pm
List:net.sourceforge.lists.courier-maildrop

active-servers[admin] wrote:

howto check if maildrop is using the maildroprc file, located in /etc ??? my spammails won't go to the spamfolder. I'm using maildrop 1.6.3 compiled with mysql support(working fine). my maildroprc file:

What do you have for DEFAULTDELIVERY= in /etc/courier/courierd? The default is ./Maildir , You should change this to PATH/TO/maildrop . Also, your maildrop script isn't very optimal, use spamc instead of spamassassin to prevent the need to load perl+libs each time maildrop is called (make sure the spamd daemon is running). Also, spamc detects the size of messages itself so the if ( $SIZE... is unneccessary, just use:

xfilter "/usr/bin/spamc -s 256000"

Jay