On 22.01.22 23:00, Ruben Safir wrote:
I am really lost as to why dovecot is not authenticating

I have

smtpd_sasl_type = dovecot

in main.cf

and

# Postfix smtp-auth
unix_listener /var/spool/postfix/private/auth {
mode = 0666
user = postfix
group = postfix
}
in /etc/dovecot/conf.d/10-master.conf

sorry, don't know dovecot yet.

I want it to authenticate on submition only

you can define multiple options for submission server in master.cf,
but usually it's enough to define:
smtpd_sasl_auth_enable=no in main.cf and explicitly enable it in master.cf, while keeping the rest of
options in main.cf

Everything I read says this should do it, but I am up against a wall.  I
have no debugging information or log at all to confirm what postfix is
doing.

maybe you miss some parts from

http://www.postfix.org/SASL_README.html#server_sasl_enable

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -- Benjamin Franklin, 1759

Reply via email to