spamass-milt-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Network Tests don't fire with Milter


From: Steve
Subject: RE: Network Tests don't fire with Milter
Date: Thu, 19 Nov 2009 17:41:46 +0000

On Thu, 2009-11-19 at 10:19 -0600, Shadwick, Tony wrote:
> I'm running postfix on debian and Ubuntu server.  In 
> /etc/default/spamass-milter I have this:
> 
> OPTIONS="-d rcpt -e my.domain.here -r 4.4 -m -u address@hidden -i 127.0.0.1 
> -i my.ignored.ip.range"
> 
> The network tests run just fine, rejects on a score of 4.4.  It logs all 
> recipient processing.
> 
> What does yours look like?
> 
> Tony Shadwick
> 
> 
Hi Tony + list,

I have:
/etc/default/spamass-milter
# spamass-milt startup defaults

# Default, use the spamass-milter user as the default user, ignore
# messages from localhost
OPTIONS="-u spamass-milter -i 127.0.0.1"

# Reject emails with spamassassin scores > 15.
OPTIONS="-r 15"

# Do not modify Subject:, Content-Type: or body.
#OPTIONS="-m"
/etc/default/spamass-milter (END) 

***BUT***
My start/stop init.d call looks like this 
{DAEMON=/usr/local/sbin/spamass-milter):

start-stop-daemon --start -b --exec $DAEMON --oknodo --user spamass-milter -- 
-r 35 -p $SOCKET

My guess is this over-rides the /etc/default options as setting it to -r 35 
here is honoured. I'm sure it has something to do with
this: --oknodo, but I can't find the English translation for '--oknodo' :-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]