• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Question How are you dealing with spam

Bogdan1

Regular Pleskian
Hi,

I'd like to ask, how are you dealing with spam like "viagra pills, sun glasses(fake ones), etc.." and spam that has image in body instead of text?

How yours spamassassin settings looks like?
Which blackholes are you using? Mine: zen.spamhaus.org;xbl.spamhaus.org;bl.spamcop.net;b.barracudacentral.org;abuse.rfc-ignorant.org;cbl.abuseat.org;nomail.rhsbl.sorbs.net but looks like it does nothing.

PS: Sometimes I'm getting spam in korean language(因为您与***.com的合作关系) and it has 0.2 spam score...

Thanks
 
Last edited:
You can filter foreign languages.

/etc/mail/spamassassin/local.cf

You'll want to add/modify an entry for "ok_languages" - You'll list the ISO language codes for the languages you do want to accept separated by spaces. Example;

en es ru

(english, spanish, russian)
 
I install a reverse proxy in front of Postfix (ASSP) and have been using that for almost 15 years.
That proxy (written in Perl) handles all the spam in realtime.
It sits in between the foreign MTA and the local MTA and manipulates the communication.

With an iptables nat rule I snatch the incoming port 25 traffic before it reaches postfix and feed it to the incoming port of ASSP.
ASSP is then giving it back (manipulated) to Postfix on port 25.
No configuration files need to be altered.
 
Last edited:
Back
Top