You are not logged in.
After upgrading to postfix 2.10 yesturday, without touching the configuration, just postfix restart, i can no longer use postfix
i get relay access denied for every user
Feb 13 08:39:09 IgnazServer postfix/smtpd[9133]: connect from p54A970E0.dip.t-dialin.net[84.169.112.224]
Feb 13 08:39:09 IgnazServer dovecot[777]: auth: Debug: auth client connected (pid=0)
Feb 13 08:39:09 IgnazServer dovecot[777]: auth: Debug: client in: AUTH 1 PLAIN service=smtp nologin lip=192.168.2.25 rip=84.169.112.224 sec... resp=<hidden>
Feb 13 08:39:09 IgnazServer dovecot[777]: auth-worker(819): Debug: pam(vamp898,84.169.112.224): lookup service=dovecot
Feb 13 08:39:09 IgnazServer dovecot[777]: auth-worker(819): Debug: pam(vamp898,84.169.112.224): #1/1 style=1 msg=Password:
Feb 13 08:39:09 IgnazServer dovecot[777]: auth: Debug: client passdb out: OK 1 user=vamp898
Feb 13 08:39:09 IgnazServer postfix/smtpd[9133]: NOQUEUE: reject: RCPT from p54A970E0.dip.t-dialin.net[84.169.112.224]: 554 5.7.1 <x.x@x.com>: Relay access denied; from=<va....168.16.180]>
Feb 13 08:39:11 IgnazServer postfix/smtpd[9133]: disconnect from p54A970E0.dip.t-dialin.net[84.169.112.224]
any idea what to check? already checked postfix configuration, nothing changed
Edit: lol, thats weird. I can send to local people, for example i can send from vamp898@ignaz.org to vamp898@ignaz.org or to whatever@ignaz.org i just cant send to asdf@whatever.org
Last edited by Vamp898 (2013-02-13 07:58:49)
Offline
Ok i got it, i have to change
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
to
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
in main.cf
Offline
Ok i got it, i have to change
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
to
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
in main.cf
I just had the same issue, and I wont even get into all the things I've done to solve my issue. It's insane. So much time spent, and the solution was so trivial. Regardless, I'd like to say, I love you for ending my pain.
This was very helpful. Thanks
Offline
I love you for ending my pain.
This was very helpful. Thanks
That was the only reason why i posted the solution after i found it myself i thank you that this work was not for nothin
Offline
Thank you for this solution. After 1 day with no working smtpd after postfix upgrade I found it!!!
Offline
Take care you do not have any spam blocking settings in there, those should still be in smtpd_recipient_restrictions. See http://de.postfix.org/ftpmirror/officia … EASE_NOTES
Doesn't matter if you're using the dafaults, then renaming is safe.
Last edited by teekay (2013-04-21 19:38:13)
Offline