Postfix, Dovecot and SASL: SASL not present
It seems that I don't have SASL support, althou I've checked my configuration against ALL the online tutorials, and it seems fine to me. I've also checked /var/log/mail.log and there's no word "SASL" in it.
Please take a look at my complete description of the problem here:
Do you have any ideas?
Thank you!
3 Replies
@gparent:
I answered your serverfault question with what I believe to be the correct answer, assuming the rest of the configuration is also correct.
Thanks, I've also replied.
I've set smtpdtlsauth_only = no , but still no traces of SASL.
Aug 22 06:14:04 local postfix/smtpd[11883]: connect from mail-qe0-f49.google.com[209.85.128.49]
Aug 22 06:14:05 local postfix/smtpd[11883]: Untrusted TLS connection established from mail-qe0-f49.google.com[209.85.128.49]: TLSv1 with cipher AES128-SHA (128/128 bits)
Aug 22 06:14:05 local postfix/smtpd[11883]: 791C1E08GF4: client=mail-qe0-f49.google.com[209.85.128.49]
Aug 22 06:14:05 local postfix/cleanup[11890]: 791C1E08GF4: message-id= <asdasdasdasdasd@mail.gmail.com>Aug 22 06:14:05 local opendkim[2236]: 791C1E08GF4: mail-qe0-f49.google.com [209.85.128.49] not internal
Aug 22 06:14:05 local opendkim[2236]: 791C1E08GF4: not authenticated
Aug 22 06:14:05 local opendkim[2236]: 791C1E08GF4: no signature data
Aug 22 06:14:05 local postfix/qmgr[11871]: 791C1E08GF4: from=<mail@mydomain.tld>, size=1324, nrcpt=1 queue active)
Aug 22 06:14:05 local postfix/pipe[11892]: 791C1E08GF4: to=<me@mydomain.tld>, relay=dovecot, delay=0.35, delays=0.3/0.01/0/0.04, dsn=2.0.0, status=sent (delivered via dovecot service)
Aug 22 06:14:05 local postfix/qmgr[11871]: 791C1E08GF4: removed
Aug 22 06:14:05 local postfix/smtpd[11883]: disconnect from mail-qe0-f49.google.com[209.85.128.49]</me@mydomain.tld></mail@mydomain.tld></asdasdasdasdasd@mail.gmail.com>
If you didn't redact the IP/domain from your config I could test, but you did (what's the point of asking for help and hiding info?) What did it say when you used openssl? No trace of AUTH whatsoever?
EDIT: I saw your reply about plaintext auth on serverfault. Check my comments.