<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello, <br>
    <br>
    Hello,
    <br>
    <br>
    I have this in my main.cf :
    <br>
    <br>
    smtpd_sasl_path = smtpd
    <br>
    smtpd_sasl_auth_enable = yes
    <br>
    <br>
    in my sasl2 config file I have this :
    <br>
    <br>
    pwcheck_method = auxprop
    <br>
    auxprop_plugin = sasldb2<br>
    mech_list = plain login cram-md5 digest-md5 ntlm<br>
    <br>
    <br>
    But still when I do telnet localhost 25 and then ehlo localhost I
    see no respons what so ever. <br>
    <br>
    On the mailllog I see these errors : <br>
    <br>
    <pre style="word-wrap: break-word; white-space: pre-wrap">Jun  1 18:07:11 localhost postfix/smtpd[9650]: warning: SASL per-process initialization failed: error when parsing configuration file
Jun  1 18:07:11 localhost postfix/smtpd[9650]: fatal: SASL per-process initialization failed
Jun  1 18:07:12 localhost postfix/master[2315]: warning: process /usr/libexec/postfix/smtpd pid 9650 exit status 1
Jun  1 18:07:12 localhost postfix/master[2315]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Jun  1 18:08:12 localhost postfix/smtpd[9652]: warning: SASL per-process initialization failed: error when parsing configuration file
Jun  1 18:08:12 localhost postfix/smtpd[9652]: fatal: SASL per-process initialization failed
Jun  1 18:08:13 localhost postfix/master[2315]: warning: process /usr/libexec/postfix/smtpd pid 9652 exit status 1
Jun  1 18:08:13 localhost postfix/master[2315]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Jun  1 18:09:13 localhost postfix/smtpd[9653]: warning: SASL per-process initialization failed: error when parsing configuration file
Jun  1 18:09:13 localhost postfix/smtpd[9653]: fatal: SASL per-process initialization failed
Jun  1 18:09:14 localhost postfix/master[2315]: warning: process /usr/libexec/postfix/smtpd pid 9653 exit status 1
Jun  1 18:09:14 localhost postfix/master[2315]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Jun  1 18:11:09 localhost postfix/postfix-script[1540]: starting the Postfix mail system
Jun  1 18:11:09 localhost postfix/master[1542]: daemon started -- version 2.10.1, configuration /etc/postfix


The user of the sasldb2 is postfix:root   

What can be the culprit here? 

I know I have to use tls and encrypted passwords but thet is not discussed yet in the postfix documentation that I follow. I follow this page : <a class="moz-txt-link-freetext" href="http://www.postfix.org/SASL_README.html">http://www.postfix.org/SASL_README.html</a>

Regards, 

Roelof

</pre>
  </body>
</html>