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:Devin Rubia (dev@thezone.net)
Date:Apr 27, 2005 6:09:01 am
List:net.sourceforge.lists.courier-maildrop

On Tue, Apr 26, 2005 at 11:17:44PM +0200, active-servers[admin] wrote:

Hi!

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:

[SNIP]

It's crude but:

$ strings `which maildrop` | grep maildroprc

should tell you which file maildrop is using by default.