Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403479 - mail-mta/netqmail-1.06 - typo in /etc/tcprules.d/Makefile.qmail
Summary: mail-mta/netqmail-1.06 - typo in /etc/tcprules.d/Makefile.qmail
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qmail Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-13 22:10 UTC by Alex Efros
Modified: 2013-08-04 15:52 UTC (History)
0 users

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 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)