Randy Ramsdell put forth on 12/21/2010 11:37 AM: > It appears mycingular ( iphone ) ips are listed on spamhaus ( XBL and > PBL ) for 8 days. I have reject at the smtpd level if found. So my users > are complaining and I am stuck on the phone with ATT to get them to fix > this. > > Any suggestions ( other than disable the checks ) to work around this?
Have them relay via TCP 587 to your submission smtpd using SASL, with permit_sasl_authenticated toward the top of smtpd_recipient_restrictions. (Assuming you use the "everything under smtpd_recipient_restrictions" style of main.cf) As long as permit_sasl_authenticated is before "reject_rbl_client zen.spamhaus.org" in your restrictions list you shouldn't have any problems. -- Stan