Re: telnet hangs on the sasl2 part
Alexander Dalloz <[email protected]>
| Newsgroups | gmane.comp.security.cyrus.sasl |
|---|---|
| Message-ID | <[email protected]> |
Am 02.06.2017 um 23:49 schrieb Roelof Wobben: > Op 2-6-2017 om 23:41 schreef Alexander Dalloz: >> Am 02.06.2017 um 08:31 schrieb Roelof Wobben: >>> pwcheck_method = auxprop >>> auxprop_plugin = sasldb2 >>> mech_list = plain login cram-md5 digest-md5 ntlm >> >> That's wrong syntax. That mistake creates the very same Postfix error >> log messages for me too testing your issue. >> >> Correct it to: >> >> pwcheck_method: auxprop >> auxprop_plugin: sasldb2 >> mech_list: plain login cram-md5 digest-md5 ntlm >> >> Alexander >> >> > > Sorry, that were typo's from me. > The real file looks like what you have stated. I am still sure you have a SASL configuration with invalid syntax, because that's exactly what Postfix complains about. The default and clean installation of Postfix and cyrus-sasl using auxprop works out of the box. It would be useful if you present complete and reliable information about your setup. postconf -n postconf -Mf /etc/sasl2/smtpd.conf (including permissions: ls -al; ls -alZ) /etc/sasldb2 permissions: ls -al; ls -alZ Did you create it using saslpasswd2? Can you list the users by sasldblistusers2? Alexander