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

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

Re: spamass-milter flags, where to include?


From: Dan Nelson
Subject: Re: spamass-milter flags, where to include?
Date: Fri, 14 May 2004 13:02:32 -0500
User-agent: Mutt/1.5.6i

In the last episode (May 14), Mooky Mooksgill said:
> Thanks for the example. I'm not sure how mine gets invoked though...
> Here's the script... Can I just append the flag to DAEMON line, eg,
> DAEMON=/usr/local/sbin/spamass-milter -r 14? Do you think the script
> will still work?

No; stick it lower down:
 
>                "${DAEMON}" -p "${SOCKET}" -f &

^ on this line, so it reads "-f -r 15 &".  I have an updated FreeBSD rc
script in CVS that uses rc.subr and is much easier to change flags. 
With the new setup, you'd just put this in /etc/rc.conf:

spamass_milter_enable="YES"
spamass_milter_flags="-r 20"

-- 
        Dan Nelson
        address@hidden




reply via email to

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