Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26365 - qmail uses rblsmtpd with no useful RBL hosts
Summary: qmail uses rblsmtpd with no useful RBL hosts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-10 18:01 UTC by Rajiv Aaron Manglani (RETIRED)
Modified: 2003-08-14 10:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rajiv Aaron Manglani (RETIRED) gentoo-dev 2003-08-10 18:01:07 UTC
in both -r10 and -r11 of the qmail-1.03 ebuilds, rblsmtpd is called with no useful
RBL hosts. this is in the call to tcp server in the run file:
/var/qmail/supervise/qmail-smtpd/run:

exec /usr/bin/softlimit -m 8000000 \
        /usr/bin/tcpserver -H -R -v -p -x /etc/tcp.smtp.cdb \
        -u $QMAILDUID -g $NOFILESGID 0 smtp rblsmtpd /var/qmail/bin/qmail-smtpd 2>&1


however, out of the source tarball, rblsmptd looks up only at rbl.maps.vix.com
which is no longer in service. see http://cr.yp.to/ucspi-tcp/rblsmtpd.html
this is causing unnecessary dns lookups for incoming mail.

i suggest that we remove the call to rblsmtpd from the qmail-smtpd run file.

if we start putting in -r some.other.rbl.host options in the run file, we
will have to maintain that list with valid rbl hosts; also, if we choose some
rbl hosts to list there, then some users may not get some of their email with a
default install of qmail on gentoo.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-08-10 21:00:39 UTC
I vote for removing it from direct active use, but leaving it commented in the new control/conf-smtpd of r11.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-08-11 00:33:22 UTC
I've implemented my suggestion on -r12 of qmail, look at /var/qmail/control/conf-smtpd or net-mail/qmail/files/1.03-r12/conf-smtpd to see it.
Comment 3 Nick Hadaway 2003-08-14 10:23:50 UTC
I agree with removing the rbl portion.  This should be something that users choose or choose not to put in.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-08-14 10:57:04 UTC
Ok, the change is already in place :-).