• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • 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!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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