In searching threads, I have found some variation regarding the proper configuration of whitelists and so far my attempts have not worked.
I am running SA 3.1.0 on RHEL3
My goal is to whitelist all of my own users. I want to whitelist all of them as senders and some of them as receivers (i.e. allow all email to bypass SA to a specific user). I need to whitelist my senders because we have a number of field employees who connect from all across the globe. SA doesn't like connections from remote users, flagging them with all kinds of problems. Thus, I want to add these users onto a whitelist so none of their outbound email gets flagged.
I have added entries like this (for now):
whitelist_from
user@company.com
whitelist_from *@company.com
Will these work? The SARE file uses whitelist_from_rcvd which checks against some kind of server. I assume it is performing an SPF check, which is a problem if I am trying to whitelist inbound from from a listserv of some kind. A couple of the lists we receive regularly do not reply with valid SPF entries. I tried using the entries for my users like the SARE file and they are still rejected, so I am wondering if my new statements (above) will work.
And is there a command for whitelist_to ? to allow me to whitelist an account that I want to receive all email, regardless of whether or not it is spam?
Thanks!