Add SpamAssassin filtering for all Plesk users
Enable SpamAssassin for all domains in Plesk:
UPDATE mail SET spamfilter = 'true' WHERE postbox = 'true'; |
Rewrite the mail configuration files:
/usr/local/psa/admin/bin/mchk --with-spam |
Enable SpamAssassin for all domains in Plesk:
UPDATE mail SET spamfilter = 'true' WHERE postbox = 'true'; |
Rewrite the mail configuration files:
/usr/local/psa/admin/bin/mchk --with-spam |