Hi there, I'd like to get the right way to user @local_domains_acl with LDAP.
I currently have some stuff like this : ldapsearch -h 127.0.0.1 -b ou=maildomain,dc=kazar,dc=net associatedDomain=openvisp.fr # extended LDIF # # LDAPv3 # base <ou=maildomain,dc=kazar,dc=net> with scope subtree # filter: associatedDomain=openvisp.fr # requesting: ALL # # openvisp.fr, maildomain, kazar.net dn: associatedDomain=openvisp.fr,ou=maildomain,dc=kazar,dc=net objectClass: top objectClass: kazarPerson associatedDomain: openvisp.fr MXTransport: smtp:[mx1.oav.net] # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 How to can I use this as LDAP query to check if the domain is inside @local_domains_acl. For now I have just did : @local_domains_acl = qw( . ) to make this work, but this is not a solution for me. I have read README.lookups and their friends, but LDAP is quite non existant, and I still don't understand how on my system I can use it. Thanks, Xavier ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ 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/
