[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: postfix+ldap
> it's not supporting the traffic..
>
> i want know if have a way to expand the ldap process and able it to
> listen for more simultaneous connections.
Postfix/ldap can support a lot more than that. Make sure you've got your
postfix settings correct. Here's what I'm using currently:
ldapsource_server_host = ldap
ldapsource_search_base = ou=People,dc=ivy,dc=tec,dc=in,dc=us
ldapsource_query_filter = (mailacceptinggeneralid=%u)
ldap_result_attribute = maildrop
ldap_cache = yes
ldapsource_debuglevel = 10
ldap_cache_expiry = 3600
You'll probably want to index both maildrop and mailacceptinggeneralid on
the LDAP side.
John
--
John Madden
UNIX Systems Engineer
Ivy Tech State College
jmadden@ivytech.edu