Raciel Perez Hernandez wrote:
Helo list I have postfix installed and working, it only have a problem, I connect to internet trougth a leased line of 144Kbs but this line sometimes gets unstable and goes down, so if the connection is down and somebody try to send a message, postfix tells me (Server replied: 450 <[EMAIL PROTECTED]>: Recipient address rejected: Domain not found) and reject the message, I put this two lines on the main.cf file without any results disable_dns_lookups=yes and deffer_transport=smtp but postfix do not hear me, I need postfix put mail on the queue even if is connected or not, rigth now it represent a big problem to me Best Regards. There is my main.cf file.smtpd_recipient_restrictions = reject_invalid_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, check_sender_access proxy:mysql:/etc/postfix/mysql-sender-access.cf, permit_sasl_authenticated, permit_mynetworks, # reject_unauth_destination, # permit_sasl_authenticated, reject_unauth_pipelining, reject
The problem is the order of your recipient restrictions. Move permit_sasl_authenticated and permit_mynetworks above reject_unknown_sender_domain.
Jim _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
