8 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] RHEL3, maildrop 2.0.2...
FromSent OnAttachments
Timothy HaApr 12, 2006 6:53 am 
Timothy HaApr 12, 2006 7:21 am 
Devin RubiaApr 12, 2006 7:23 am 
Timothy HaApr 12, 2006 7:26 am 
Jeronimo ZuccoApr 12, 2006 7:27 am 
Jeronimo ZuccoApr 12, 2006 9:43 am 
Timothy HaApr 12, 2006 9:52 am 
moussApr 12, 2006 3:12 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:Re: [maildropl] RHEL3, maildrop 2.0.2 doesn't make use of /etc/maildroprcActions...
From:Devin Rubia (dev@thezone.net)
Date:Apr 12, 2006 7:23:42 am
List:net.sourceforge.lists.courier-maildrop

On Wed, Apr 12, 2006 at 05:52:55PM +0400, Timothy Ha wrote:

Hello,

I have installed the vanilla maildrop 2.0.2 from www.courier-mta.org in RHEL3 My postfix configuration passes email through maildrop.

I have spamassasin and clamassasin installed. They do work in command line, when I pass an email from stdin and get results on stdout (a modified email).

But it seems maildrop is not making use of /etc/maildroprc at all Otherwise, it would have blocked viruses, and at least insert a header field "X-Filter-Agent:"

My config is below. Permissions on maildroprc is root:root with 644. -rw-r--r-- 1 root root 2752 Mar 27 18:41 /etc/maildroprc

maildrop is running as user vmail, from /etc/postfix/master.cf

What can be the problem here? Please help. Thanks.

Please run:

strings `which maildrop` | grep maildroprc

That should tell you where maildrop is looking for the maildroprc file. It could be in /etc/mail/maildroprc, for instance.

Also:

man maildrop

may tell you where is should be as the manpages are built using the ./configure settings.