Hi guys.

Having a goal to use Dovecot's auth & delivery I have this (before I dump whole config the snippet I guess is relevant) :
...
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_local_domain = aa.dom bb.dom cc.dom
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_auth_enable = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
# delivery via dovecot
mailbox_command = /usr/libexec/dovecot/deliver

Postfix logs when mail is sent to it:
...
connect from smtpo71.interia.pl[217.74.67.71]
Anonymous TLS connection established from smtpo71.interia.pl[217.74.67.71]: TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits) NOQUEUE: reject: RCPT from smtpo71.interia.pl[217.74.67.71]: 554 5.7.1 <syst...@some.xyz>: Relay access denied; from=<s...@int.pl> to=<syst...@some.xyz> proto=ESMTP helo=<smtpo71.interia.pl>
...

but at the same time Postifx sends mail out just find.
I'm hoping what missed or got wrong must be trivial - what that might be?

many thanks, L.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to