Am 12.02.2015 um 23:56 schrieb LuKreme:
On 12 Feb 2015, at 13:42 , Noel Jones <njo...@megan.vbhcs.org> wrote:
spamass-milter uses the standard spamassassin spamc/spamd interface.
I believe you can enable additional spamass-milter logging on its
startup command line.

There are startup flags you can add to spamass-milter to reject mail
over a certain score.

I’m guessing that setting a reject flag would require that I also change the 
value of milter_default_action from accept to tempfail? If I’m reading the docs 
right, accept will pass the mail on for delivery regardless of the milter?

why would you touch that?
that is not at accept at all as default

postconf -d milter_default_action
milter_default_action = tempfail

that applies when the milter is not reachable to answer with a 450, that has nothing to do with a explicit REJECT repsone from the milter

spamass-milter don't need anything else than the correct start params and hence it don't parse anything here but is a template for the systemd-unit feeded from a database and the cronjob fires up the systemd-reload before the restart command

ExecStart=/usr/sbin/spamass-milter -p /run/spamass-milter/spamass-milter.sock -g sa-milt -r [required_hits_reject] -- -s [max_msg_size] --port=10028



Reply via email to