Skip to main content

Disable Outgoing Spam Filtering for One IP or User

Comments

4 comments

  • cPanelMichael
    Hello, You can modify the global SpamAssassin configuration file to whitelist the domain name. It's located at:
    /etc/mail/spamassassin/local.cf
    Once you make the changes, restart SpamAssassin with the following command:
    /scripts/restartsrv_spamd
    Information on the specific rules available for whitelisting are available at: Mail::SpamAssassin::Conf - SpamAssassin configuration file Thank you.
    0
  • GeekOnTheHill
    Hello, You can modify the global SpamAssassin configuration file to whitelist the domain name. It's located at:
    /etc/mail/spamassassin/local.cf
    Once you make the changes, restart SpamAssassin with the following command:
    /scripts/restartsrv_spamd
    Information on the specific rules available for whitelisting are available at: Mail::SpamAssassin::Conf - SpamAssassin configuration file Thank you.

    Thank you. I'll give that a try. I was unaware that that the local.cf file affected outgoing scanning, as well.
    0
  • GeekOnTheHill
    Okay, that worked. What I did was whitelist the recipient using this line in local.cf:
    all_spam_to *@spam.spamcop.net
    I whitelisted the recipient and used the wildcard, rather than whitelisting myself as a sender, in case any of my clients are also Spamcop reporters. Thank again.
    0
  • cPanelMichael
    Hello, I'm glad to see you were able to find a suitable solution. Thank you for sharing the outcome.
    0

Please sign in to leave a comment.