Ralf Hildebrandt a écrit : > * Jon L Miller <[email protected]>: >> Is there a preferred list of rbl sites one can use in postfix. > > No. > >> warning: 21.27.134.89.zen.spamhaus.org: RBL lookup error: Host or domain >> name not found. Name service error for name=21.27.134.89.zen.spamhaus.org >> type=A: Host not found, try again > > Your DNS lookups are broken: > $ host 21.27.134.89.zen.spamhaus.org > 21.27.134.89.zen.spamhaus.org has address 127.0.0.11 > 21.27.134.89.zen.spamhaus.org has address 127.0.0.4 >
or spamhaus blocks his DNS server. if you are using the DNS server of your ISP, google, opendns, ..., then you'll need to switch: use your own DNS server (without a forwarder). and use a real server, not a toy proxy that will forward to someone else... >> Feb 19 14:45:44 mmtlnx postfix/smtpd[31220]: warning: support for >> restriction "reject_maps_rbl" will be removed from Postfix; use >> "reject_rbl_client domain-name" instead > > Use "reject_rbl_client zen.spamhaus.org" in smtpd_*_restrictions > instead of using the deprecated "reject_maps_rbl zen.spamhaus.org" >
