<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Op 3-6-2017 om 14:40 schreef Alexander
      Dalloz:<br>
    </div>
    <blockquote type="cite"
      cite="mid:8c9853f0-8a57-8bc7-abe1-9000d5ec4841@uni-x.org">Am
      02.06.2017 um 23:49 schrieb Roelof Wobben:
      <br>
      <blockquote type="cite">Op 2-6-2017 om 23:41 schreef Alexander
        Dalloz:
        <br>
        <blockquote type="cite">Am 02.06.2017 um 08:31 schrieb Roelof
          Wobben:
          <br>
          <blockquote type="cite">pwcheck_method = auxprop
            <br>
            auxprop_plugin = sasldb2
            <br>
            mech_list = plain login cram-md5 digest-md5 ntlm
            <br>
          </blockquote>
          <br>
          That's wrong syntax. That mistake creates the very same
          Postfix error log messages for me too testing your issue.
          <br>
          <br>
          Correct it to:
          <br>
          <br>
          pwcheck_method: auxprop
          <br>
          auxprop_plugin: sasldb2
          <br>
          mech_list: plain login cram-md5 digest-md5 ntlm
          <br>
          <br>
          Alexander
          <br>
          <br>
          <br>
        </blockquote>
        <br>
        Sorry, that were typo's from me.
        <br>
        The real file looks like what you have stated.
        <br>
      </blockquote>
      <br>
      I am still sure you have a SASL configuration with invalid syntax,
      because that's exactly what Postfix complains about.
      <br>
      <br>
      The default and clean installation of Postfix and cyrus-sasl using
      auxprop works out of the box.
      <br>
      <br>
      It would be useful if you present complete and reliable
      information about your setup.
      <br>
      <br>
      postconf -n
      <br>
      <br>
      postconf -Mf
      <br>
      <br>
      /etc/sasl2/smtpd.conf (including permissions: ls -al; ls -alZ)
      <br>
      <br>
      /etc/sasldb2 permissions: ls -al; ls -alZ
      <br>
      Did you create it using saslpasswd2? Can you list the users by
      sasldblistusers2?
      <br>
      <br>
      Alexander
      <br>
      <br>
    </blockquote>
    <br>
    Here is the requested info <br>
    <br>
    postconf -N : <br>
    <br>
    <pre style="word-wrap: break-word; white-space: pre-wrap">alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
cyrus_sasl_config_path = /usr/lib/sasl2
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
html_directory = no
inet_interfaces = all
inet_protocols = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydomain = srv.world
myhostname = mail.srv.world
mynetworks = 168.100.189.0/28, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES
sample_directory = /usr/share/doc/postfix-2.10.1/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_sasl_security_options = noanonymous
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_path = smptd
smtpd_sasl_type = cyrus
unknown_local_recipient_reject_code = 550



postconf -Mf : 

587        inet  n       -       n       -       -       smtpd
pickup     unix  n       -       n       60      1       pickup
cleanup    unix  n       -       n       -       0       cleanup
qmgr       unix  n       -       n       300     1       qmgr
tlsmgr     unix  -       -       n       1000?   1       tlsmgr
rewrite    unix  -       -       n       -       -       trivial-rewrite
bounce     unix  -       -       n       -       0       bounce
defer      unix  -       -       n       -       0       bounce
trace      unix  -       -       n       -       0       bounce
verify     unix  -       -       n       -       1       verify
flush      unix  n       -       n       1000?   0       flush
proxymap   unix  -       -       n       -       -       proxymap
proxywrite unix  -       -       n       -       1       proxymap
smtp       unix  -       -       n       -       -       smtp
relay      unix  -       -       n       -       -       smtp
showq      unix  n       -       n       -       -       showq
error      unix  -       -       n       -       -       error
retry      unix  -       -       n       -       -       error
discard    unix  -       -       n       -       -       discard
local      unix  -       n       n       -       -       local
virtual    unix  -       n       n       -       -       virtual
lmtp       unix  -       -       n       -       -       lmtp
anvil      unix  -       -       n       -       1       anvil
scache     unix  -       -       n       -       1       scache


/etc/sasl2/smtpd.conf contents : 

pwcheck_method: auxprop
auxprop_pluin : sasldb2
mech_list: plain login 
log_Level : 7 


permissions /etc/sasl2/smtpd.conf : 

-rw-r--r--. 1 root root 89  3 jun 09:53 /etc/sasl2/smtpd.conf


permissions /etc/sasldb2 : 

-rw-r-----. 1 postfix root 12288  2 jun 08:06 /etc/sasldb2


sasdblistusers2 : 

roelof@localhost: userPassword


Roelof


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