Nochwas:
Falls nicht bekannt: Die Einstellung ist vorzunehmen in der /etc/dovecot/conf.d/10-master.conf

In Postfixs main.cf müssen dann folgende Settings gemacht werden:

smtpd_sasl_auth_enable = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
broken_sasl_auth_clients = yes

Viel Erfolg!
Gruß,
Markus


Am 26.11.2015 um 16:09 schrieb [email protected]:
Hallo,

ich habe Postfix mit dovecot installiert und kann auch Mails versenden, aber bekomme keine Mails herein.
Fehlermeldung in maillog
SASL: Connect to /var/spool/postfix/private/auth failed: No such file or directory

Das Direktory ist auch wirklich nicht vorhanden. Sollte dies nicht von dovecot erstellt werden?

<------
# dovecot -n
# 2.2.10: /etc/dovecot/dovecot.conf
# OS: Linux 3.10.0-229.14.1.el7.x86_64 x86_64 CentOS Linux release 7.1.1503 (Core)
listen = *
mail_location = maildir:~/Maildir
mbox_write_locks = fcntl
namespace inbox {
  inbox = yes
  location =
  mailbox Drafts {
    special_use = \Drafts
  }
  mailbox Junk {
    special_use = \Junk
  }
  mailbox Sent {
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    special_use = \Sent
  }
  mailbox Trash {
    special_use = \Trash
  }
  prefix =
}
passdb {
  driver = pam
}
service auth-worker {
  user = root
}
service auth {
  unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0666
    user = postfix
  }
}
ssl_cert = </etc/pki/tls/certs/localhoct.crt
ssl_key = </etc/pki/tls/private/localhost.key
userdb {
  driver = passwd
----->

Wie kann ich das Verzeichnis sobnst noch erstellen?
Kann mir da jemand einen Tip geben?

Mit private/auth habe ich es zuerst schon versucht und es ging auch nicht. Habe dann beim googlen den Hinweis auf den kompletten Pfad gefunden.

Chris


Antwort per Email an