Hi
Perhaps this has been already discussed here, but I have not found any
information that can help me. I have succesfully installed Amavisd-new
2.4.2-6.1 on Debian Etch, configured with an LDAP backend to fetch
local addresses:
$enable_ldap = 1;
$default_ldap = {
hostname => 'localhost',
tls => 0,
base => 'dc=nutum,dc=local',
scope => 'sub',
query_filter =>
'(&(objectClass=mailAccount)(mailenable=OK)(|(mail=%m)(mailalias=%m)(maildrop=%m)))',
bind_dn => 'cn=admin,dc=nutum,dc=local',
bind_password => 'secret'
};
Users can have personal LDAP (different connection and schema settings
from above) and SQL addressbooks, and I want the addresses stored on
those backends be considered as whitelists. The same way to check for
blacklists (of course,blacklists have different connection
parameters). How could I do this?
Thanks in advance.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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/