Displaying 2 results from an estimated 2 matches for "ldap_server_host".
2007 Feb 15
1
Dovecot forward problems
...as delivered to an user at my
mailserver. But, at this time, I've tried to test forwarding features of
postfix+dovecot+ldap.
I've setted up this user entry (forwardActive=TRUE) in my ldap server.
Here follows some entries that I put at my main.cf
# Accounts
accounts_server_host = $ldap_server_host
accounts_search_base = $ldap_search_base
accounts_query_filter =
(&(&(objectClass=VirtualMailAccount)(mail=%s))(forwardActive=FALSE)(acco
untActive=TRUE)(delete=FALSE))
accounts_result_attribute = mailbox
accounts_cache = no
virtual_transport = dovecot
virtual_mailbox_base = /var/l...
2007 Feb 13
1
Problems to put dovecot-ldap.conf working
Hi Folks,
I'm having a little trouble to put dovecot authenticating in ldap.
My postfix and saslauthd are authenticating fine.
Here is what I have in my main.cf:
# Accounts
accounts_server_host = $ldap_server_host
accounts_search_base = $ldap_search_base
accounts_query_filter =
(&(&(objectClass=VirtualMailAccount)(mail=%s))(forwardActive=FALSE)(acco
untActive=TRUE)(delete=FALSE))
accounts_result_attribute = mailbox
accounts_cache = no
# aliases
aliases_server_host = $ldap_server_host
aliase...