Re: Use postfix with submission proxy (AUTH in MAIL FROM command)

2018-10-16 Thread Vadim S. Ivanov
OK, thank you! I'll come up with something. --- -- Regards, Vadim S. Ivanov mailto:ivano...@sw.spb.ru

Re: Use postfix with submission proxy (AUTH in MAIL FROM command)

2018-10-15 Thread Wietse Venema
Vadim S. Ivanov: > I agree. I looked at rfc4422. Treating identity in MAIL FROM command as > sasl authenticated will violate rfc itself (no auth mechanisms was > involved). > I won't be able do run smtpd_sender_login_mismatch, > smtpd_sender_login_maps checks. > > > But rfc4954 section 5 state

Re: Use postfix with submission proxy (AUTH in MAIL FROM command)

2018-10-15 Thread Vadim S. Ivanov
I agree. I looked at rfc4422. Treating identity in MAIL FROM command as sasl authenticated will violate rfc itself (no auth mechanisms was involved). I won't be able do run smtpd_sender_login_mismatch, smtpd_sender_login_maps checks. But rfc4954 section 5 states: The optional AUTH par

Re: Use postfix with submission proxy (AUTH in MAIL FROM command)

2018-10-14 Thread Wietse Venema
Vadim S. Ivanov: > When dovecot's MSA connects - it does not (obviously there is no need to > [SASL authenticate] again): Postfix implements protocols by the spec. Where does the SASL protocol definition say that if a client logs in with one SMTP session, that the client does not have to log in

Use postfix with submission proxy (AUTH in MAIL FROM command)

2018-10-14 Thread Vadim S. Ivanov
Hi! I implement new feature of dovecot's "submission" proxy (https://wiki2.dovecot.org/Submission) with postfix and I stuck with user authentication. When MUA connects to postfix's submission port it authenticates: (local connection from roundcube MUA) (postfix uses dovecot for auth) -