Marcin Praczko escribió:
Would like to have:
- if emails are going from Internet - SPAM filter is ON
- if I sending legitimate emails (from some account) SPAM filter should be OFF.
Is it possible have this kind of configuration, I believe yes.
I am using following setting to mail server.
Qmail, SpamAssassin, ClamAV, JgreyList.
Thank you for your help.
Marcin Praczko
Hey Marcin,
I don't know your exact qmail setup.
Mine is qmail <-> Simscan <-> SpamAssassin
Using the access control tcp.smtp file, and its rules, depending on the
incoming connection's origin, it redirects the mail to simscan (that
will check with SpamAssassin and act accordingly).
So if connection comes from within local lans or localhost, mail is sent
directly, if not, it goes thru spamassassin.
Regards