Hello,
I'm having the same problem than Dany since postfix update from 2.9.6-1
to 2.10.0-1. Downgrading to 2.9.6-1 solved the problem.
I'm using SASL authentication with cyrus-sasl daemon (saslauthd from
sasl2-bin) and no conf files wre changed during the upgrade.
main.cf file contains :
smtpd_sasl_path = smtpd
smtpd_sasl_path = var/run/saslauthd/mux
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
and here is sasl/smtpd.conf :
pwcheck_method: saslauthd
log_level: 3
authdaemond_path: /var/run/saslauthd/mux
mech_list: PLAIN LOGIN
allow_plaintext: true
When I try to send an email to an address outside my domains, I've got a
"Relay acces denied" error. Here is the relevant log in /var/log/mail.info :
Mar 6 18:34:26 localhost postfix/smtpd[5203]: NOQUEUE: reject:
RCPT from client.example.com[XXX.XXX.XXX.XXX]: 554 5.7.1
<d...@example.com>: Relay access denied; from=<me@my.domain>
to=<d...@example.com> proto=ESMTP helo=<[XXX.XXX.XXX.XXX]>
I think that the sasl authentication does work : when I put a wrong
password, I can see the authentication failure in auth.log (nothing is
written in log file when authentication succeeds).
I've been able to solve the problem by adding this line to the conf
(main.cf) :
smtpd_relay_restrictions = permit_sasl_authenticated,
permit_mynetworks, reject_unauth_destination
but I'm not sure there will be no side effects.
Regards
Jean-Jacques
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org