Spamassassin is not checking against my rbldns server. It will query multi.surbl.org but not localhost Here is my configs
/etc/sysconfig/rbldnsd
RBLDNSD="njabl -udnsbl -r/var/lib/rbldns -t21600 -c60 \ -lquerylog -blocalhost/53 \ localhost:dnset:ws.surbl.org.rbldnsd \ "
/etc/mail/spamassassin/spamcop_uri.cf uri SPAMCOP3_URI_RBL eval:check_spamcop_uri_rbl('localhost','127.0.0.2') describe SPAMCOP3_URI_RBL URI's domain appears in spamcop database at ws.surbl.org tflags SPAMCOP3_URI_RBL net score SPAMCOP3_URI_RBL 3.0
The debug of spamassassin shows debug: querying for amazingbuyz.net.localhost debug: Query failed for amazingbuyz.net.localhost
debug: querying for amazingbuyz.net.ws.surbl.org debug: found A records for: amazingbuyz.net.ws.surbl.org
Dig @localhost amazingbuyz.net.localhost shows
; <<>> DiG 9.2.2-P3 <<>> @localhost amazingbuyz.net.localhost ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24488 ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 20, ADDITIONAL: 0
;; QUESTION SECTION: ;amazingbuyz.net.localhost. IN A
;; ANSWER SECTION: amazingbuyz.net.localhost. 21600 IN A 127.0.0.2
;; AUTHORITY SECTION: localhost. 5400 IN NS ns1.surbl.org. localhost. 5400 IN NS ns2.surbl.org. localhost. 5400 IN NS ns3.surbl.org. localhost. 5400 IN NS ns4.surbl.org. localhost. 5400 IN NS ns5.surbl.org. localhost. 5400 IN NS ns6.surbl.org. localhost. 5400 IN NS ns7.surbl.org. localhost. 5400 IN NS ns8.surbl.org. localhost. 5400 IN NS ns9.surbl.org. localhost. 5400 IN NS ns10.surbl.org. localhost. 5400 IN NS ns11.surbl.org. localhost. 5400 IN NS ns12.surbl.org. localhost. 5400 IN NS ns13.surbl.org. localhost. 5400 IN NS ns14.surbl.org. localhost. 5400 IN NS ns15.surbl.org. localhost. 5400 IN NS ns16.surbl.org. localhost. 5400 IN NS ns17.surbl.org. localhost. 5400 IN NS ns18.surbl.org. localhost. 5400 IN NS ns19.surbl.org. localhost. 5400 IN NS ns20.surbl.org.
;; Query time: 0 msec ;; SERVER: 127.0.0.1#53(localhost) ;; WHEN: Thu Jul 22 11:30:29 2004 ;; MSG SIZE rcvd: 439
On Thursday, July 22, 2004, 11:30:43 AM, Joe Young wrote:
Spamassassin is not checking against my rbldns server. It will query multi.surbl.org but not localhost Here is my configs
/etc/sysconfig/rbldnsd
RBLDNSD="njabl -udnsbl -r/var/lib/rbldns -t21600 -c60 \ -lquerylog -blocalhost/53 \ localhost:dnset:ws.surbl.org.rbldnsd \ "
/etc/mail/spamassassin/spamcop_uri.cf uri SPAMCOP3_URI_RBL eval:check_spamcop_uri_rbl('localhost','127.0.0.2') describe SPAMCOP3_URI_RBL URI's domain appears in spamcop database at ws.surbl.org tflags SPAMCOP3_URI_RBL net score SPAMCOP3_URI_RBL 3.0
The debug of spamassassin shows debug: querying for amazingbuyz.net.localhost debug: Query failed for amazingbuyz.net.localhost
debug: querying for amazingbuyz.net.ws.surbl.org debug: found A records for: amazingbuyz.net.ws.surbl.org
I would recommend serving the zone as ws.surbl.org instead of as localhost.
Jeff C.