• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

increase spam filter white list

jorge ceballos

Regular Pleskian
Hi,

Recently several domains hosted in one of my servers have started having problems sending mail as some of these are tagged as spam and they just gets stuck in the outbox with a 'mailscanner thinks this is spam' notice. Please notice that most emails go through and only some are tagged and blocked.
This is solved white-listing the domain but now the problem is I have more than 200 domains in the server and white-list only accepts 100 domains or email addresses.
I have read this was limited because it is stressful on the server but what is the use of having an 'unlimited' domain licence if I can not white-list my own domains and eventually will find blocking myself?
Of course, turning off spam filter is out of the question.
The server is running on an updated plesk 9.5.2 and has more than enough resources to handle twice as many domains/users.

How can I force white listing more domains through command line?

TIA

Jorge
 
Look at following option for spamassassin utility:

# /usr/local/psa/bin/spamassassin --help | grep whitelist
-whitelist <add|del|enable|disable>:<pattern1[,pattern2]>;...
 
Thanks,

I had seen that already and tried unsuccessfully :

/usr/local/psa/bin/spamassassin --update-server -whitelist add *@mydomain1.com
Can't get options:
Can't recognize option '*@mydomain1.com'

also as /usr/local/psa/bin/spamassassin --update-server -whitelist add "*@mydomain1.com" with the same result.

any idea what am I doing wrong?

Thanks,
 
# /usr/local/psa/bin/spamassassin --update-server -whitelist add:*@mydomain1.com
SUCCESS: Server settings update is successfully complete.
 
Back
Top