On Tue, May 24, 2011 at 05:15:39PM -0400, Ryan Buffa wrote: > Thank you so much for your time. I have removed the line, > "check_sender_access hash://etc/postfix/sender_access" > Is there anything else I should do?
Get removed from any blacklists you're on as a result of any previous spam. Watch your logs for rejection of legitimate mail you're sending. > smtpd_client_restrictions = > hash:/etc/postfix/smtpdreject Prepend "check_client_access " to the table specification. > cidr:/etc/postfix/smtpdreject.cidr Prepend "check_client_access " to the table specification. > permit_mynetworks > permit_sasl_authenticated Fine. > reject_rbl_client zen.spamhaus.orgreject_rbl_client > sbl-xbl.spamhaus.org I sure hope there's a space or comma between "spamhaus.org" and the "reject_rbl_client". > smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks > reject_unauth_destination permit This is now fine. > smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL Just set "smtpd_tls_exclude_ciphers = SSLv2", the rest should not be excluded. -- Viktor.