�B� ���th�ѽ (southen) wrote:
> >I'm trying to whitelist domains on my server (all domains on my server
> > are my own domains).  I have tried various ways, and I can't seem to
> > get it to work.  I tried typing at the prompt "spamassassin
> > whitelist_from_rcvd [EMAIL PROTECTED], .....

Matt Kettler wrote:
> whitelist_from_rcvd requires *two* parameters...
>
> try:
> whitelist_from_rcvd [EMAIL PROTECTED] domain.com
>
> But that will only work if your inside network hosts have RDNS
> hostnames ending in domain.com.

Maybe "whitelist_from" works bether for you:

whitelist_from  [EMAIL PROTECTED]
whitelist_from  [EMAIL PROTECTED]

Seen somewhere in the SA docs:
- whitelist_from_rcvd:
Use this to supplement the whitelist_from addresses with a check against 
the Received headers. The first parameter is the address to whitelist, 
and the second is a string to match the relay's rDNS.
This string is matched against the reverse DNS lookup used during the 
handover from the internet to your internal network's mail exchangers. It 
can either be the full hostname, or the domain component of that 
hostname. In other words, if the host that connected to your MX had an IP 
address that mapped to 'sendinghost.spamassassin.org', you should specify 
"sendinghost.spamassassin.org" or just "spamassassin.org" here.

-- 
Ciao Marco, registered GNU/Linux-User 313353

Reply via email to