This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Global Whitelist vs Spam Sender Whitelist

Hi
I'm wondering what I can do with Global Whitelist that I can't do with Spam Sender Whitelist using *@domain.com. Specifically in relation to my earlier post: https://community.sophos.com/products/unified-threat-management/astaroorg/f/51/t/16944  


This thread was automatically locked due to age.
Parents Reply Children
  • in 4.010 on the bottom in the spam section of the SMTP proxy settings you'll find a box called 'Spam Sender Whitelist:' 

    Yes you're missing something [;)]

    Greetings
    cyclops  
  • OK - and just how do I enter him so that local user 'joe' can receive (inbound) email from anyone and his email won't be modified by SpamAssassin ?

    Thx,

    mc
         
  • You're not missing anything. I have the same issue. If you want certain local users to bypass the filter here is what you have to do:

    mkdir -p /var/chroot-mail/smtp/etc/mail/spamassassin
    vi /var/chroot-mail/smtp/etc/mail/spamassassin/local.cf

    add the line
    all_spam_to 

    save the file, disable and enable spam detection.

    You can add as many email addresses as you need to this line with each separated by a space. Each time you add an address you have to restart the spam detection for the change to take place. 

    Make sure you back up this file each time you change it because Up2Dates can nuke this file and/or change the location spamassassin looks for it.

    Regards,

    -Eldon  
  • Eldon,

    Thank you very much for your solution !

    Regards,

    Mike