Christian,
> I am using the ldap schema from amavis for a while and it is doing a
> good job here.
>
> Sometimes, I get bounce-messages from some lists that my mx had rejected
> some mails.
>
> Can you tell me, how to whitelist a list? For example this list :-)
>
> amavisWhistelistSender=?
>
> Or do I need some other attribute?
While it is possible to whitelist senders in amavisd, including by
a LDAP lookup, I advise against blindly whitelisting a sender e-mail
address, but instead use a more dependable SpamAssassin methods of
whitelisting, which check other information in a message and only
apply it when it can be shown the sender is likely to be genuine:
whitelist_auth, whitelist_from_dkim, whitelist_from_spf,
or whitelist_from_rcvd,
as appropriate.
For example this mailing list can be whitelisted by
(wrapped for clarity, should be all in one line) :
whitelist_from_rcvd \
[email protected] \
lists.sourceforge.net
See man pages for Mail::SpamAssassin::Conf,
Mail::SpamAssassin::Plugin::DKIM and Mail::SpamAssassin::Plugin::SPF .
Mark
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
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/