on 20/01/2014 09:07 μμ li...@rhsoft.net wrote the following:
> 
> Am 20.01.2014 19:41, schrieb 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 ?
>>
>> I am asking this, because when I send the same email to same recipient,
>> but from gmail, I don't get a complaint like this
> 
> read the message again
> "host mx-eu.mail.am0.yahoodns.net[188.125.69.79] said"
> 
> so the destination did not accept it the first time
> it is not your decision
> 
> if you are using http://www.postfix.org/ADDRESS_VERIFICATION_README.html
> and apply this to your autenticated users your fault, don't do that
> MUA's can not handle temporary errors
> 
> however, without "postconf -n" output hard to say
> that's why the welcome message states you should provide that info unasked
> 

I have the following in main.cf. What should I change/remove/edit?


smtpd_restriction_classes =
        has_our_domain_as_sender

has_our_domain_as_sender =
        check_sender_access hash:/etc/postfix/our_domain_as_sender,
        reject

smtpd_recipient_restrictions =
        reject_unknown_recipient_domain,
        reject_unverified_recipient,
        reject_non_fqdn_recipient,
        reject_non_fqdn_sender,
        reject_unknown_sender_domain,
        reject_unknown_recipient_domain,
        permit_mynetworks,
        check_client_access hash:/etc/postfix/internal_networks,
        check_sender_access hash:/etc/postfix/not_our_domain_as_sender,
        check_client_access hash:/etc/postfix/sender_access,
        check_sender_access hash:/etc/postfix/sender_access,
        reject_unauth_destination,
        check_recipient_access hash:/etc/postfix/roleaccount_exceptions,
        check_helo_access hash:/etc/postfix/helo_checks,
        reject_non_fqdn_hostname,
        reject_invalid_hostname,
        check_sender_mx_access hash:/etc/postfix/bogus_mx,
        check_sender_access hash:/etc/postfix/rhsbl_sender_exceptions,
        reject_rhsbl_sender dsn.rfc-ignorant.org,
        reject_rbl_client zen.spamhaus.org,
        permit

smtpd_data_restrictions =
        reject_multi_recipient_bounce,
        reject_unauth_pipelining,
        permit

inet_protocols = ipv4
mail_spool_directory = /var/spool/mail
smtpd_relay_restrictions =
permit_mynetworks,permit_sasl_authenticated,defer_unauth_destination

Reply via email to