Re: [toaster] rblsmtpd Not Doing RBL Lookups

2007-10-17 Thread Joey Novak
We have had problems with RBL's before in the past, and found the only real way to find the problem, is to run the IP address we believe is bad through the RBL's manualy. You can do this using DIG. I copied an article from our internal documentation wiki to my own personal public wiki so that you

Re: [toaster] rblsmtpd Not Doing RBL Lookups

2007-10-16 Thread Shane Chrisp
On Tue, 2007-10-16 at 11:33 -0400, Ken Schweigert wrote: Maybe try running a local copy of dnscache on the same box. Ive had a similar issue before and thats what I did to overcome the problem. Its not likely that your having exactly the same problem, but it would be worth a try and I do like runn

[toaster] rblsmtpd Not Doing RBL Lookups

2007-10-16 Thread Ken Schweigert
Let me start with I have 5 other Shupp Toaster installs and all of them work great. However, my 6th one is really starting to bake my noodle. Short problem: it won't check against the RBLs I have configured. Mail delivers just fine, but it's not blocking connections from dynamic IPs which shoul

Re: [toaster] rblsmtpd

2005-06-03 Thread List
List schrieb: Hi List, I had built a little Block List to reject spam sources which were hitting my mailservers for the pass few weeks. I also added the rblsmtpd into /var/qmail/supervise/qmail-smtpd/run. The contents as below:- #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmai

Re: [toaster] rblsmtpd

2005-06-03 Thread rene marticke
List schrieb: Hi List, I had built a little Block List to reject spam sources which were hitting my mailservers for the pass few weeks. I also added the rblsmtpd into /var/qmail/supervise/qmail-smtpd/run. The contents as below:- #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopma

[toaster] rblsmtpd

2005-06-01 Thread List
Hi List, I had built a little Block List to reject spam sources which were hitting my mailservers for the pass few weeks. I also added the rblsmtpd into /var/qmail/supervise/qmail-smtpd/run. The contents as below:- #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat

Re: [toaster] rblsmtpd

2004-06-29 Thread Lars E. D. Jensen
Hi It was the recordio which was wrong in my own run script file. I simply removed sh -c (shell)... Thanks for all your run scripts, nice to have when tweaking :) Med venlig hilsen / Best regards Lars E. D. Jensen [EMAIL PROTECTED] Shane Chrisp wrote: Try something like this. #!/bin/sh QMAILDUID=`i

RE: [toaster] rblsmtpd

2004-06-29 Thread Shane Chrisp
Try something like this. #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 2 \ /usr/local/bin/tcpserver -v -R -S -l 0 -c 20 -x /home/vpopmail/etc/tcp.smtp.cdb -u "$QMAILDUID" -g "$NOFILES

Re: [toaster] rblsmtpd

2004-06-29 Thread trevor
One more thing. I also don't have the sinle quotes(' ') around here: '/var/qmail/bin/qmail-smtpd \ /var/vpopmail/bin/vchkpw /usr/bin/true 2>&1' But I'm using an older toaster so I don't know if it's that either. Lars E. D. Jensen wrote: Hi I want to use rblsmtpd, and this is my run script witho

Re: [toaster] rblsmtpd

2004-06-29 Thread trevor
I can't see why it's not working either. The only difference I have in mine is I don't use the -b and -a args. Mine is simply: /usr/local/bin/rblsmtpd -r bl.spamcop.net \ -r sbl.spamhaus.org \ Why not try that. If that works then add the -b and see if that works then the -a. It look

[toaster] rblsmtpd

2004-06-29 Thread Lars E. D. Jensen
Hi I want to use rblsmtpd, and this is my run script without rblsmtpd. It works just fine! #!/bin/sh QMAILDUID=`id -u vpopmail` QMAILDGID=`id -g vpopmail` HOSTNAME=`mail.domain.com` MAXCONCURRENCY=`cat /var/qmail/control/concurrencyincoming` exec softlimit -m 2000 \ tcpserver -vR -l "$HOST

Re: Re[2]: [toaster] rblsmtpd and toaster

2004-05-25 Thread David
On Tue, 2004-05-25 at 12:39, Andrew Averin wrote: > Hello David, > > Tuesday, May 25, 2004, 2:11:44 PM, you wrote: > > D> On Tue, 2004-05-25 at 11:52, Andrew Averin wrote: > >> How could I force rbls checks on netqmail-1.05+toaster-0.6 ? > >> > >> > >> > >> > >> mailto:[EMAIL PROTECTED] > >>

Re[2]: [toaster] rblsmtpd and toaster

2004-05-25 Thread Andrew Averin
Hello David, Tuesday, May 25, 2004, 2:11:44 PM, you wrote: D> On Tue, 2004-05-25 at 11:52, Andrew Averin wrote: >> How could I force rbls checks on netqmail-1.05+toaster-0.6 ? >> >> >> >> >> mailto:[EMAIL PROTECTED] >> D> Add rblsmtpd to the qmail-smtpd supervise script, like this: D> /us

Re: [toaster] rblsmtpd and toaster

2004-05-25 Thread David
On Tue, 2004-05-25 at 11:52, Andrew Averin wrote: > How could I force rbls checks on netqmail-1.05+toaster-0.6 ? > > > > > mailto:[EMAIL PROTECTED] > Add rblsmtpd to the qmail-smtpd supervise script, like this: /usr/local/bin/rblsmtpd -b -r sbl.spamhaus.org -r relays.ordb.org \ That has to

[toaster] rblsmtpd and toaster

2004-05-25 Thread Andrew Averin
How could I force rbls checks on netqmail-1.05+toaster-0.6 ? mailto:[EMAIL PROTECTED]

RE: [toaster] rblsmtpd...

2003-10-05 Thread Vladimir Kozlov
My tcp.smtp is: 127.:allow,RELAYCLIENT="" Kind regards, Vladimir. > -Original Message- > From: trevor [mailto:[EMAIL PROTECTED] > Sent: Friday, October 03, 2003 6:34 PM > To: [EMAIL PROTECTED] > Subject: Re: [toaster] rblsmtpd... > > > >

Re: [toaster] rblsmtpd...

2003-10-03 Thread trevor
Vladimir Kozlov wrote: Hello. Yes, it works for me. Here is my settings: #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" export QMAILQUEUE exec /usr/local/bin/softlimit -m

RE: [toaster] rblsmtpd...

2003-10-03 Thread Vladimir Kozlov
il-smtpd domain.com \ /home/vpopmail/bin/vchkpw /bin/true 2>&1 It seems that you have spaces in -r, but I haven't. Kind regards, Vladimir. > -Original Message- > From: trevor [mailto:[EMAIL PROTECTED] > Sent: Friday, October 03, 2003 5:52 PM > To: [EMAIL PR

Re: [toaster] rblsmtpd...

2003-10-03 Thread trevor
Bill Shupp wrote: On Tuesday, September 30, 2003, at 12:25 PM, trevor wrote: "Uh-oh, your SBL block is not working!" Here's the run in qmail-smtpd #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softli

Re: [toaster] rblsmtpd...

2003-10-01 Thread trevor
sorry i have a bad habit of forgetting to reply to the list. response is below Bill Shupp wrote: On Tuesday, September 30, 2003, at 12:25 PM, trevor wrote: "Uh-oh, your SBL block is not working!" Here's the run in qmail-smtpd #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` M

Re: [toaster] rblsmtpd...

2003-09-30 Thread Bill Shupp
On Tuesday, September 30, 2003, at 12:25 PM, trevor wrote: "Uh-oh, your SBL block is not working!" Here's the run in qmail-smtpd #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` exec /usr/local/bin/softlimit -m 1100 \

[toaster] rblsmtpd...

2003-09-30 Thread trevor
I've set up Bill's toaster and everything is working great. I've also added qmail-scanner and spamassassin but fighting spam is a never ending battle. I've tried to use sblsmtpd in my run file but it doesn't seem to be working. On http://spamhaus.org/sbl/howtouse.html there's a test email a