Page 1 of 1

HELP non-spam and spam emails are being quarantined

Posted: 27 Sep 2016 16:20
by geekster
Hi Guys,

I need some help here.

I am noticing that spam as well as non-spam emails are getting stuck in the quarantine. Additionally, it seems like users are being notified with {Spam not delivered} for spam that was not delivered to them.

What i would like to happen:

1. non-spam emails to be delivered
2. spam emails with a SA score of <2 should be delivered to user.
3. Spam emails with an SA score of >2 should be stored in quarantine.

My mailscanner config looks like this:

Spam Actions = store custom(spam)
Non Spam Actions = store deliver header "X-Spam-Status:No" custom(nonspam)

thank you for your assistance.

Re: HELP non-spam and spam emails are being quarantined

Posted: 27 Sep 2016 22:04
by shawniverson
Check out EFA-Configure ;) (/usr/local/sbin/EFA-Configure)

You can modify your EFA install to suit you needs. Check out specifically the spam settings and non-spam settings sections :)

Re: HELP non-spam and spam emails are being quarantined

Posted: 29 Sep 2016 13:43
by geekster
Hi Thank you for the response.

I changed the following settings:

Spam Actions = store custom(spam)
Non Spam Actions = deliver header "X-Spam-Status:No" custom(nonspam)

and that worked for me.

thank you once again.