Aggelos: > on 20/01/2014 09:34 ?? Wietse Venema wrote the following: > > Aggelos: > >> I am trying to send an email (from thunderbird) and I get this message: > >> > >> An error occurred while sending mail. The mail server responded: 4.1.1 > >> <tzell...@yahoo.gr>: Recipient address rejected: unverified address: > >> host mx-eu.mail.am0.yahoodns.net[188.125.69.79] said: 421 4.7.0 [GL01] > >> Message from (92.xxx.xxx.xxx) temporarily deferred - 4.16.50. Please > >> refer to http://postmaster.yahoo.com/errors/postmaster-21.html (in reply > >> to MAIL FROM command). Please check the message recipient > >> tzell...@yahoo.gr and try again. > >> > >> Can I configure postfix to accept it and try to deliver it later > >> automatically ? > > > > Do not use "reject_unverified_recipient" or "reject_unverified_sender" > > with mail user clients. Use it only for remote SMTP clients. > > > > > Thanks. > Q: How do I apply "reject_unverified_recipient" for remote SMTP clients?
smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination reject_unverified_recipient ... Don't add rules before reject_unauth_destination. Wietse