On Fri, Jun 27, 2008 at 5:29 PM, Aravind Arjunan aravind.arjunan@gmail.com wrote:
hi,
I had integrated ldap with postfix in rhel 5 operating system. But when i try to send mail to user which i mentioned in ldap database. i got the below error.
Jun 27 00:02:42 master postfix/pickup[3753]: C4FC51FB85: uid=0 from=<root> Jun 27 00:02:42 master postfix/cleanup[3831]: C4FC51FB85: message-id=20080626183242.C4FC51FB85@master.panafnet.com Jun 27 00:02:42 master postfix/qmgr[3754]: C4FC51FB85: from=root@panafnet.com, size=326, nrcpt=1 (queue active) Jun 27 00:02:42 master postfix/local[3760]: warning: dict_ldap_lookup: ldapaliases: Search base '' not found: 32: No such object
i'd guess you have to specify the search_base, a working example from my MX:
virtual_alias_maps = hash:/var/lib/mailman/data/virtual-mailman ldap:ldap_alias ldap_alias_search_base = ou=aliases,dc=kiberpipa,dc=org ldap_alias_version = 3
HTH