• 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 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.

SpamAssassin default to on for new mail accounts

Status
Not open for further replies.
D

danf@

Guest
How can I make SpamAssassin default to "on" for new mail accounts for all domains? Currently, new accounts do not have SpamAssassin enabled. Doing this manually every time is tedious.

Thanks.

--df
 
click on "Add new event"

Event: Mail account created
Priority: lowest
User: root
Command:

/usr/local/psa/bin/spamassassin.sh -u <new_mailname> -status true -hits 5.00 -modify-subj true -modify-subj-text [SPAM][_SCORE_] -reject-spam true

my command sets score to 5 (you must use float here always!) and marks mail subjects as [SPAM][X.XX] and also deletes from user's inbox.

if you only want to mark messages then use:

/usr/local/psa/bin/spamassassin.sh -u <new_mailname> -status true -hits 5.00 -modify-subj true -modify-subj-text [SPAM][_SCORE_]
 
Specifically, the syntax is this, right? (I'm assuming yes, since it works.)

/usr/local/psa/bin/spamassassin.sh -u $NEW_MAILNAME -status true

I left out the other switches, so it will use the default.

Thanks.

--df
 
Status
Not open for further replies.
Back
Top