Question
How do I disable outgoing spam filtering for a recipient domain?
Answer
- Access the server's command line as the
rootuser via SSH or Terminal in WHM. - Open the
/etc/mail/spamassassin/local.cffile in your preferred text editor. -
Add a line similar to the following.
CONFIG_TEXT: all_spam_to *@$domain.tld
Note: "$domain.tld" must be replaced with the recipient domain.
- Save the changes and exit the text editor.
-
Restart SpamAssassin.
# /usr/local/cpanel/scripts/restartsrv_spamd
Comments
0 comments
Article is closed for comments.