2013-10-18 21:53 keltezéssel, Jean Raby írta:
On 13-10-18 10:55 AM, John Tolson wrote:

*/etc/postfix/sasl/stmpd.conf*
pwcheck_method: saslauthd
mech_list: plain login
log_level: 7
saslauthd_path: /var/spool/postfix/var/run/saslauthd/mux

Is saslauth really listening there?

If it is not, you need to update /etc/default/saslauthd (saslauthd -m /var/spool/postfix/var/run/saslauthd) Check the ubuntu documentation regarding this: https://help.ubuntu.com/community/Postfix#Authentication

And the saslauthd need to configured for ldap auth. eg.

#----- /etc/saslauthd
ldap_servers: ldap://127.0.0.1/
ldap_search_base: cn=users,dc=foo,dc=bar
ldap_bind_dn: cn=binduser,cn=users,dc=foo,dc=bar
ldap_bind_pw: somepassword
ldap_filter: (uid=%u)
#-----

Without it sender can't authenticate through ldap in postfix.
--
Szládovics, Péter

Onlinedemo.HU <http://www.onlinedemo.hu>
Any sufficiently advanced technology is indistinguishable from magic.
/Arthur C. Clarke/
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to