Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 403479

Summary: mail-mta/netqmail-1.06 - typo in /etc/tcprules.d/Makefile.qmail
Product: Gentoo Linux Reporter: Alex Efros <powerman-asdf>
Component: New packagesAssignee: Qmail Team (OBSOLETE) <qmail-bugs+disabled>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alex Efros 2012-02-13 22:10:06 UTC
There is a typo in /etc/tcprules.d/Makefile.qmail:
    QMAIL_CDBS = tcp.qmail-pop3.cdb tcp.qmail-pop3s tcp.qmail-qmqp.cdb ...
should be
    QMAIL_CDBS = tcp.qmail-pop3.cdb tcp.qmail-pop3s.cdb tcp.qmail-qmqp.cdb ...
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2013-05-27 00:29:03 UTC
"tcp.qmail-pop3s" does not appear anywhere in the netqmail package. I think you might have made a local modification with that typo.
Comment 2 Alex Efros 2013-08-04 15:52:27 UTC
(In reply to Robin Johnson from comment #1)
> "tcp.qmail-pop3s" does not appear anywhere in the netqmail package. I think
> you might have made a local modification with that typo.

# rm /etc/tcprules.d/Makefile.qmail 
# emerge -1 netqmail::gentoo
# cat /etc/tcprules.d/Makefile.qmail 
QMAIL_CDBS = tcp.qmail-pop3.cdb tcp.qmail-pop3s tcp.qmail-qmqp.cdb tcp.qmail-qmtp.cdb tcp.qmail-smtp.cdb
CDBS += $(QMAIL_CDBS)
qmail: $(QMAIL_CDBS)

So, as you see, I'm using standard package (with USE="gencertdaily ssl").

Actually, here is this file:

# ebuild /usr/portage/mail-mta/netqmail/netqmail-1.06-r2.ebuild unpack
# cat /var/tmp/portage/mail-mta/netqmail-1.06-r2/work/genqmail-20080406/tcprules/Makefile.qmail 
QMAIL_CDBS = tcp.qmail-pop3.cdb tcp.qmail-pop3s tcp.qmail-qmqp.cdb tcp.qmail-qmtp.cdb tcp.qmail-smtp.cdb
CDBS += $(QMAIL_CDBS)
qmail: $(QMAIL_CDBS)