How to manage spam filter settings for multiple email accounts in Plesk for Linux?

Comments

1 comment

  • Avatar
    Florian Bauernfeind

    the above examples seem to have a typo, this works: plesk db -Ne "SELECT CONCAT(mail_name,'@',name) FROM mail,domains WHERE dom_id=domains.id AND postbox='true';" | while read i; do plesk bin spamassassin --update $i -status true -hits 3 -action move; done

    0

Please sign in to leave a comment.

Have more questions? Submit a request