So, if I got you right
If I want to whitelist_from_rcvd to work for users of my own server I should
delist it from trusted_networks and internal_networks (i.e. 127/8 should
never be included)?
This way the first untrusted server would be my own, right?

# Internal
clear_internal_networks
internal_networks 127/8 IP_of_first_mail_relay IP_of_second_mail_relay 
# Trusted
clear_trusted_networks
trusted_networks 127/8 IP_of_first_mail_relay IP_of_second_mail_relay

Becomes:

# Internal
clear_internal_networks
internal_networks IP_of_first_mail_relay IP_of_second_mail_relay 
# Trusted
clear_trusted_networks
trusted_networks IP_of_first_mail_relay IP_of_second_mail_relay

and now:
whitelist_from_rcvd [EMAIL PROTECTED] mydomain.net.il


Would work as it should?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary V
Sent: Saturday, December 02, 2006 6:12 PM
To: amavis-user@lists.sourceforge.net
Subject: Re: [AMaViS-user] SA whitelist usage

Gary wrote:

> In this particular header, the sender and the rDNS of the relay host
> must (at least partially) match the the sender and host in
> whitelist_from_rcvd.

Actually I think the sender would be retrieved from a different
header. The thing is, whitelist_from_rcvd might be useful in a
situation where the mail comes from an organization that hosts their
own servers. It would be much much less useful to whitelist a sender
from a known source of spam such as rr.com or comcast or yahoo for
example. It would also be of limited use if the sender moves from ISP
to ISP (a mobile user). Then for sure it would not work 'all the
time'.

Gary V


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to