I just set up Postgrey yesterday and it works just fine.
One thing that got me thinking though was that if I have greylisting
check Before reject_rbl_client, shouldn't the rbl check be skipped if
the IP get's greylisted and Then checked with rbl when/if it passes the
greylisting? Or am I thinking wrong here?
Oct 27 08:27:41 sexan postgrey[4972]: action=greylist, reason=new,
client_name=unknown, client_address=94.156.4.107,
[email protected], [email protected]
Oct 27 08:27:41 sexan postfix/smtpd[4835]: NOQUEUE: reject: RCPT from
unknown[94.156.4.107]: 554 5.7.1 Service unavailable; Client host
[94.156.4.107] blocked using rbl.list1.com;
http://www.rbl.list1.com/query/bl?ip=94.156.4.107;
from=<[email protected]> to=<[email protected]> proto=ESMTP
helo=<SENSBDV>
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unauth_pipelining,
reject_invalid_hostname,
reject_unknown_recipient_domain,
reject_unverified_recipient,
check_policy_service inet:127.0.0.1:60000,
reject_rbl_client rbl.list1.com,
reject_rbl_client rbl.list2.com
Thanks,
-Patric