Re: How to test RBL

2011-06-14 Thread Karsten Bräckelmann
Please keep the thread on-list, unless you specifically intend to contact me personally. Others can help you, too. On Tue, 2011-06-14 at 20:20 +0200, Sebastian Deißner wrote: > Am 14.06.2011 16:44, schrieb Karsten Bräckelmann: > > Seems the problem is your DNS configuration. The DNS on the RBL ser

Re: How to test RBL

2011-06-14 Thread Karsten Bräckelmann
On Mon, 2011-06-13 at 21:07 +0200, sebast...@debianfan.de wrote: > - the answer is the ip of the rbl-server. > > i think that is not correct? Nope, that most likely is not correct. You tell us, though -- isn't that your domain, and your own, local RBL? > # dig 18.151.139.61.rbl.cdubitterfeld.de

Re: How to test RBL

2011-06-13 Thread Benny Pedersen
On Mon, 13 Jun 2011 15:37:03 +0100, Niamh Holding wrote: sdd> how can I test whether the spamassassin query is sent to the RBL at all. tcpdump? or if you have bind running rndc querylog

Re: How to test RBL

2011-06-13 Thread Benny Pedersen
On Mon, 13 Jun 2011 14:48:28 -0400, Michael Scheidell wrote: IF YOU ASK FOR HELP, FOLLOW INSTRUCTIONS. he asked for vacation with you :-)

Re: How to test RBL

2011-06-13 Thread Benny Pedersen
On Mon, 13 Jun 2011 21:07:44 +0200, sebast...@debianfan.de wrote: # dig 18.151.139.61.rbl.cdubitterfeld.de @213.186.33.99 add +norecurse

Re: How to test RBL

2011-06-13 Thread Benny Pedersen
On Mon, 13 Jun 2011 22:37:00 +0200, sebast...@debianfan.de wrote: Am 13.06.2011 21:18, schrieb John Hardin: On Mon, 13 Jun 2011, sebast...@debianfan.de wrote: Let's take this step-by-step. Please post the contents of the file /etc/resolv.conf on your SA host. nameserver 213.186.33.99 nam

Re: How to test RBL

2011-06-13 Thread sebast...@debianfan.de
Am 13.06.2011 21:18, schrieb John Hardin: On Mon, 13 Jun 2011, sebast...@debianfan.de wrote: Let's take this step-by-step. Please post the contents of the file /etc/resolv.conf on your SA host. nameserver 213.186.33.99 nameserver 208.67.222.222 nameserver 208.67.220.220 nameserver 85.214.73

Re: How to test RBL

2011-06-13 Thread John Hardin
On Mon, 13 Jun 2011, sebast...@debianfan.de wrote: Am 13.06.2011 20:48, schrieb Michael Scheidell: On 6/13/11 2:42 PM, sebast...@debianfan.de wrote: > un 13 20:31:30.909 [4595] dbg: async: starting: DNSBL-A, > dns:A:80.134.171.80.rbl.domain.de. (timeout 15.0s, min 3.0s) 'timeout 15.0 s' b

Re: How to test RBL

2011-06-13 Thread sebast...@debianfan.de
Am 13.06.2011 20:48, schrieb Michael Scheidell: On 6/13/11 2:42 PM, sebast...@debianfan.de wrote: un 13 20:31:30.909 [4595] dbg: async: starting: DNSBL-A, dns:A:80.134.171.80.rbl.domain.de. (timeout 15.0s, min 3.0s) 'timeout 15.0 s' because you didn't do like I said. you must test the rbl by

Re: How to test RBL

2011-06-13 Thread Michael Scheidell
On 6/13/11 2:42 PM, sebast...@debianfan.de wrote: un 13 20:31:30.909 [4595] dbg: async: starting: DNSBL-A, dns:A:80.134.171.80.rbl.domain.de. (timeout 15.0s, min 3.0s) 'timeout 15.0 s' because you didn't do like I said. you must test the rbl by hand, using the FIRST SERVER IN /ETC/RESOLV.CON

Re: How to test RBL

2011-06-13 Thread sebast...@debianfan.de
Am 13.06.2011 16:37, schrieb Niamh Holding: Hello Sebastian, Monday, June 13, 2011, 12:30:00 PM, you wrote: sdd> how can I test whether the spamassassin query is sent to the RBL at all. tcpdump? Hi, spamassassin took a look on the rbl. If i test the rbl by using "dig": dig 18.151.139.6

Re: How to test RBL

2011-06-13 Thread Niamh Holding
Hello Sebastian, Monday, June 13, 2011, 12:30:00 PM, you wrote: sdd> how can I test whether the spamassassin query is sent to the RBL at all. tcpdump? -- Best regards, Niamhmailto:ni...@fullbore.co.uk pgpMPK1WkVYpc.pgp Description: PGP signature

Re: How to test RBL: typo corrected

2011-06-13 Thread Tom Kinghorn
try spamassassin -T -D < testmail 2>&1 | less That way, you can search the output for the RBL lines. regards Tom Apologies : should read lowercase t spamassassin -t -D < testmail 2>&1 | less Tom

Re: How to test RBL

2011-06-13 Thread Tom Kinghorn
On 13/06/2011 13:30, sebast...@debianfan.de wrote: Hi, how can I test whether the spamassassin query is sent to the RBL at all. I suspect that the query is not transacted. try spamassassin -T -D < testmail 2>&1 | less That way, you can search the output for the RBL lines. regards Tom

Re: How to test RBL

2011-06-13 Thread Michael Scheidell
On 6/13/11 7:30 AM, sebast...@debianfan.de wrote: Hi, how can I test whether the spamassassin query is sent to the RBL at all. I suspect that the query is not transacted. Test your DNS first. make sure that at command line, the target in question exists in the RBL. Test it from the same box

How to test RBL

2011-06-13 Thread sebast...@debianfan.de
Hi, how can I test whether the spamassassin query is sent to the RBL at all. I suspect that the query is not transacted. Thx Sebastian