Rococo,
> I want to Allow all email from mail address [EMAIL PROTECTED]
> and to address [EMAIL PROTECTED] . How do I config in amavisd.conf ?
Use per-recipient whitelisting, or score_sender table,
see amavisd.conf-sample:
-> ENVELOPE SENDER SOFT-WHITELISTING / SOFT-BLACKLISTING
or
-> ENVELOPE SENDER WHITELISTING / BLACKLISTING - PER-RECIPIENT
$per_recip_whitelist_sender_lookup_tables = {
'[EMAIL PROTECTED]' => ['[EMAIL PROTECTED]'],
};
Note that hard whitelisting is too easy to spoof, so a better option
is just to add few negative score points (i.e. soft-whitelisting),
or use one of the SpamAssassin whitelisting mechanisms based on
DKIM signature, SPF test, or IP address found in Received.
Mark
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/