Thanks, it was solved as my previous answer.
2013/11/11 Wietse Venema <wie...@porcupine.org> > Merve Temizer: > > If i do not need why i am getting "Temporary lookup failure" for every > > attempt while i was sending mail through telnet? > > Wietse > > The reason for the failure is in the MAILLOG file. Postfix does > > not provide configuration error details to SMTP clients. > > Merve Temizer: > > i changed ldap-aliases.cf configuration to: > > > > server_host = localhost > > server_port = 389 > > search_base = ou=people,dc=localhost > > query_filter = (uid=%u) > > result_attribute = homeDirectory > > bind=yes > > bind_dn= cn=admin,dc=localhost > > bind_pw=secret > > > > and can see postmap works. > > If the Postfix SMTP daemon reports errors that you can't resolve, > then you need to share logfile information. > > Wietse >