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
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
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
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
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
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
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
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
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
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
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
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]
> >>
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
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
How could I force rbls checks on netqmail-1.05+toaster-0.6 ?
mailto:[EMAIL PROTECTED]
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...
>
>
>
>
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
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
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
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
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 \
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
22 matches
Mail list logo