On 24/04/2020 13.27, Bandaru, Vamsi wrote:
Hello List ,
I am sorry if this query doesn’t belong here , but I am trying to
configure Cyrus SASL on Postfix to use our LDAP servers for
authentication ,
The moment I turn on SASL auth on main.cf , telnet to the system on port
25 starts to fail , I see the below errors in maillog :
Apr 24 11:07:09 XXXXXXXX postfix/smtpd[19352]:
xsasl_cyrus_server_create: SASL service=smtp, realm=(null)
Apr 24 11:07:09 xxxxxxxxxx postfix/smtpd[19352]: name_mask: noanonymous
Apr 24 11:07:09 xxxxxxxxxx postfix/smtpd[19352]: name_mask: noplaintext
Apr 24 11:07:09 xxxxxxxxxx postfix/smtpd[19352]: warning:
xsasl_cyrus_server_get_mechanism_list: no applicable SASL mechanisms
Apr 24 11:07:09 xxxxxxxxxx postfix/smtpd[19352]: fatal: no SASL
authentication mechanisms
My smtpd.conf file :
pwcheck_method: auxprop
auxprop_plugin: ldapdb
mech_list: PLAIN LOGIN
ldapdb_uri: ldaps://xxxxxxxxxxx:636
ldapdb_id: uid=xxxxx,ou=people,ou=xxx,o=World
ldapdb_pw: xxxxxxxxxx
#ldapdb_mech: DIGEST-MD5
Just wondering if someone can share their input on this .
Best regards,
Have you installed about all of the following packages (Centos 8.1)
according to needs of course:
cyrus-sasl-2.1.27-1.el8.x86_64
cyrus-sasl-devel-2.1.27-1.el8.x86_64
cyrus-sasl-plain-2.1.27-1.el8.x86_64
cyrus-sasl-ldap-2.1.27-1.el8.x86_64
cyrus-sasl-gssapi-2.1.27-1.el8.x86_64
cyrus-sasl-md5-2.1.27-1.el8.x86_64
cyrus-sasl-lib-2.1.27-1.el8.x86_64
suomi