Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Qmail: users

rblsmtpd & qq

 

 

Qmail users RSS feed   Index | Next | Previous | View Threaded


mohsen at pahlevanzadeh

May 30, 2009, 5:11 PM

Post #1 of 6 (1836 views)
Permalink
rblsmtpd & qq

Dear all,
My qmail was working nice until i changed my /supervise/qmail-smtpd/run
to:
#!/bin/sh

QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
LOCAL=`head -1 /var/qmail/control/me`
exec /usr/local/bin/softlimit -m 600000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 -x /etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /usr/local/bin/rblsmtpd\
-r 'inputs.orbs.org:Mail from %IP% refused - Open relay problem -
see <URL:http://www.orbs.org>' \
-r 'blackholes.mail-abuse.org:Open relay problem - see
<URL:http://mail-abuse.org/cgi-bin/lookup?%IP%>' \
-r 'rbl.maps.vix.com:Open relay problem - see
<URL:http://maps.vix.com/cgi-bin/lookup?%IP%>' \
-r 'dul.maps.vix.com:Mail from %IP% refused by blackhole site
dul.maps.vix' \
-r 'relays.mail-abuse.org:Open relay problem - see
<URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>' \
/var/qmail/bin/qmail-smtpd 2>&1
#############################################################
When i telnet to that , i see following lines:
[root [at] dak ~]# telnet 0 25
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
220 daka.ir ESMTP
mail from : mohsen [at] pahlevanzadeh
250 ok
rcpt to: mohsen [at] daka
250 ok
data
354 go ahead
from: mohsen [at] pahlevanzadeh
to: mohsen [at] daka
salaaaaaaaaaaaaaaam

.
451 unable to exec qq (#4.3.0)
##################################################
My /etc/tcp.smtp is :
127.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
10.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
91.98.46.202:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
#################################################
What is : "451 unable to exec qq (#4.3.0)"
Please help me......


mohsen at pahlevanzadeh

May 31, 2009, 11:34 AM

Post #2 of 6 (1714 views)
Permalink
Re: rblsmtpd & qq[solved] [In reply to]

Dear Markus,
Thank you, you solved my problem.Bu i have a question: Where can i find
rbl sources?
Yours,
Mohsen
On Sun, 2009-05-31 at 21:30 +0200, Markus Stumpf wrote:
> First of all:
>
> What the hell are you doing?
> Nearly every question you are asking on this list is just bloodcurdling.
>
> Then looking at your configuration I could cry:
>
> > -r 'inputs.orbs.org:Mail from %IP% refused - Open relay problem -
> > see <URL:http://www.orbs.org>' \
>
> This RBL is long gone and does not exist any more.
>
> > -r 'blackholes.mail-abuse.org:Open relay problem - see
> > <URL:http://mail-abuse.org/cgi-bin/lookup?%IP%>' \
> > -r 'relays.mail-abuse.org:Open relay problem - see
> > <URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>' \
>
> These two RBLs were never free and still aren't.
>
> > -r 'rbl.maps.vix.com:Open relay problem - see
> > <URL:http://maps.vix.com/cgi-bin/lookup?%IP%>' \
> > -r 'dul.maps.vix.com:Mail from %IP% refused by blackhole site
> > dul.maps.vix' \
>
> These two ceased to exist about 10 years ago.
> Did you ever check your configuration? What do you think you are doing?
>
> > My qmail was working nice until i changed my /supervise/qmail-smtpd/run to:
>
> Of course we all have paranormal abilities, so we can easily see
> what it looked like before and what your changes have been.
>
> > 451 unable to exec qq (#4.3.0)
>
> # cd src/qmail
> # fgrep "exec qq" *.[ch]
> qmail.c: case 120: return "Zunable to exec qq (#4.3.0)";
>
> Looking at qmail.c one can easily see, that the exit code is used in
> case "qmail-queue" fails to be executed (hence "qq" aka qmail-queue).
>
> So you have either f'cked up your qmail installation (who wonders)
> or you have f'cked up your QMAILQUEUE patching (who wonders).
>
> Obviously you are TOTALLY overstrained with the task of setting up
> and managing a mail system. I STRONGLY recommend you either read
> documentation ASAP and learn also about unix basics in general or
> get commercial support.
> You can find a list of people/companies providing commercial support
> at qmail.org.
>
> \Maex
>


lists-qmail at maexotic

May 31, 2009, 12:30 PM

Post #3 of 6 (1726 views)
Permalink
Re: rblsmtpd & qq [In reply to]

First of all:

What the hell are you doing?
Nearly every question you are asking on this list is just bloodcurdling.

Then looking at your configuration I could cry:

> -r 'inputs.orbs.org:Mail from %IP% refused - Open relay problem -
> see <URL:http://www.orbs.org>' \

This RBL is long gone and does not exist any more.

> -r 'blackholes.mail-abuse.org:Open relay problem - see
> <URL:http://mail-abuse.org/cgi-bin/lookup?%IP%>' \
> -r 'relays.mail-abuse.org:Open relay problem - see
> <URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>' \

These two RBLs were never free and still aren't.

> -r 'rbl.maps.vix.com:Open relay problem - see
> <URL:http://maps.vix.com/cgi-bin/lookup?%IP%>' \
> -r 'dul.maps.vix.com:Mail from %IP% refused by blackhole site
> dul.maps.vix' \

These two ceased to exist about 10 years ago.
Did you ever check your configuration? What do you think you are doing?

> My qmail was working nice until i changed my /supervise/qmail-smtpd/run to:

Of course we all have paranormal abilities, so we can easily see
what it looked like before and what your changes have been.

> 451 unable to exec qq (#4.3.0)

# cd src/qmail
# fgrep "exec qq" *.[ch]
qmail.c: case 120: return "Zunable to exec qq (#4.3.0)";

Looking at qmail.c one can easily see, that the exit code is used in
case "qmail-queue" fails to be executed (hence "qq" aka qmail-queue).

So you have either f'cked up your qmail installation (who wonders)
or you have f'cked up your QMAILQUEUE patching (who wonders).

Obviously you are TOTALLY overstrained with the task of setting up
and managing a mail system. I STRONGLY recommend you either read
documentation ASAP and learn also about unix basics in general or
get commercial support.
You can find a list of people/companies providing commercial support
at qmail.org.

\Maex


mohsen at pahlevanzadeh

May 31, 2009, 1:03 PM

Post #4 of 6 (1718 views)
Permalink
Re: rblsmtpd & qq[solved][solved] [In reply to]

I tested it.
On Sun, 2009-05-31 at 23:04 +0430, Mohsen Pahlevanzadeh wrote:
> Dear Markus,
> Thank you, you solved my problem.Bu i have a question: Where can i find
> rbl sources?
> Yours,
> Mohsen
> On Sun, 2009-05-31 at 21:30 +0200, Markus Stumpf wrote:
> > First of all:
> >
> > What the hell are you doing?
> > Nearly every question you are asking on this list is just bloodcurdling.
> >
> > Then looking at your configuration I could cry:
> >
> > > -r 'inputs.orbs.org:Mail from %IP% refused - Open relay problem -
> > > see <URL:http://www.orbs.org>' \
> >
> > This RBL is long gone and does not exist any more.
> >
> > > -r 'blackholes.mail-abuse.org:Open relay problem - see
> > > <URL:http://mail-abuse.org/cgi-bin/lookup?%IP%>' \
> > > -r 'relays.mail-abuse.org:Open relay problem - see
> > > <URL:http://www.mail-abuse.org/cgi-bin/nph-rss?%IP%>' \
> >
> > These two RBLs were never free and still aren't.
> >
> > > -r 'rbl.maps.vix.com:Open relay problem - see
> > > <URL:http://maps.vix.com/cgi-bin/lookup?%IP%>' \
> > > -r 'dul.maps.vix.com:Mail from %IP% refused by blackhole site
> > > dul.maps.vix' \
> >
> > These two ceased to exist about 10 years ago.
> > Did you ever check your configuration? What do you think you are doing?
> >
> > > My qmail was working nice until i changed my /supervise/qmail-smtpd/run to:
> >
> > Of course we all have paranormal abilities, so we can easily see
> > what it looked like before and what your changes have been.
> >
> > > 451 unable to exec qq (#4.3.0)
> >
> > # cd src/qmail
> > # fgrep "exec qq" *.[ch]
> > qmail.c: case 120: return "Zunable to exec qq (#4.3.0)";
> >
> > Looking at qmail.c one can easily see, that the exit code is used in
> > case "qmail-queue" fails to be executed (hence "qq" aka qmail-queue).
> >
> > So you have either f'cked up your qmail installation (who wonders)
> > or you have f'cked up your QMAILQUEUE patching (who wonders).
> >
> > Obviously you are TOTALLY overstrained with the task of setting up
> > and managing a mail system. I STRONGLY recommend you either read
> > documentation ASAP and learn also about unix basics in general or
> > get commercial support.
> > You can find a list of people/companies providing commercial support
> > at qmail.org.
> >
> > \Maex
> >
>


djbware at shantanukulkarni

May 31, 2009, 11:49 PM

Post #5 of 6 (1713 views)
Permalink
Re: rblsmtpd & qq[solved] [In reply to]

* Mohsen Pahlevanzadeh <mohsen [at] pahlevanzadeh> [090601 12:09]:
> Dear Markus,
> Thank you, you solved my problem.Bu i have a question: Where can i find
> rbl sources?

Your questions are not clear, but this might be of help.
http://www.dnsbl.com/

I have written,
http://www.shantanukulkarni.org/rbl-compare.html
about rbls I use.

Shantanu
--


gburnore at databasix

Jun 1, 2009, 5:07 AM

Post #6 of 6 (1715 views)
Permalink
RE: rblsmtpd & qq[solved] [In reply to]

> -----Original Message-----
> From: Mohsen Pahlevanzadeh [mailto:mohsen [at] pahlevanzadeh]
> Sent: Sunday, May 31, 2009 2:34 PM
> To: Markus Stumpf
> Cc: qmail [at] list
> Subject: Re: rblsmtpd & qq[solved]
>
> Dear Markus,
> Thank you, you solved my problem.


He solved one of your problems. I agree with him that you have others you'll
need to address. Re-read his post for most of them and then the List rules
for two others: Do not top post. Do not quote the entire article to which
you're replying.

Gary L. Burnore
gburnore [at] databasix

Qmail users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.