Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123897 - netqmail-1.05 modified for pop3s using sslserver
Summary: netqmail-1.05 modified for pop3s using sslserver
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qmail Team (OBSOLETE)
URL: http://www.thedjbway.org/ssl/qmail-po...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-24 00:25 UTC by Daniel Black (RETIRED)
Modified: 2008-04-06 22:54 UTC (History)
1 user (show)

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


Attachments
qmail-patch for sslserver support (qmail.patch,1.44 KB, patch)
2006-02-24 00:25 UTC, Daniel Black (RETIRED)
Details | Diff
netqmail-1.05.ebuild-pop3s.patch (netqmail-1.05.ebuild-pop3s.patch,1.97 KB, patch)
2007-03-25 11:52 UTC, Daniel Black (RETIRED)
Details | Diff
files/run-qmail-pop3sd (run-qmail-pop3sd,922 bytes, text/plain)
2007-03-25 11:52 UTC, Daniel Black (RETIRED)
Details
files/conf-pop3sd (conf-pop3sd,1.37 KB, text/plain)
2007-03-25 11:54 UTC, Daniel Black (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Black (RETIRED) gentoo-dev 2006-02-24 00:25:20 UTC
As per comments in /var/cvsroot/gentoo-x86/mail-mta/qmail/files/run-qmailpop3d
it suggest I lodge a bug if I have a good reason for changing this file on a production system.

Well I have changed this file to use a sslserver (from sys-apps/ucspi-ssl) so that pop can be delivered over ssl.

Attached is the patch required to make this work.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2006-02-24 00:25:52 UTC
Created attachment 80577 [details, diff]
qmail-patch for sslserver support
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-02-24 18:25:44 UTC
On initial looks, i'm going to say that I don't like this patch.
110/tcp needs to provide POP3, and USE=ssl allows STARTTLS over that.
Your patch would take away the regular 110/tcp service, and only provide 995/tcp POP3S.

Have a variant named 'pop3ds' that inherit conf-pop3d, and qmail-pop3d/run to provide a seperate service.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2006-02-24 21:45:58 UTC
(In reply to comment #2)
> On initial looks, i'm going to say that I don't like this patch.
wasn't intended to be comprehensive.

> 110/tcp needs to provide POP3, and USE=ssl allows STARTTLS over that.
wow - didn't know that was a POP command. Was thinking it was just smtp. Maybe there is a similar command.

> Your patch would take away the regular 110/tcp service, and only provide
> 995/tcp POP3S.

> Have a variant named 'pop3ds' that inherit conf-pop3d, and qmail-pop3d/run to
> provide a seperate service.

A separate server sounds like a better option. Thanks Robin.

Comment 4 Daniel Black (RETIRED) gentoo-dev 2006-02-25 22:41:20 UTC
Robin - are you interested in a patch to the ebuild that provides this additional pop3s service?
Comment 5 Daniel Black (RETIRED) gentoo-dev 2006-11-09 05:34:23 UTC
url contains a moderatly good run script.
Comment 6 Daniel Black (RETIRED) gentoo-dev 2007-03-25 11:52:18 UTC
Created attachment 114335 [details, diff]
netqmail-1.05.ebuild-pop3s.patch
Comment 7 Daniel Black (RETIRED) gentoo-dev 2007-03-25 11:52:57 UTC
Created attachment 114337 [details]
files/run-qmail-pop3sd
Comment 8 Daniel Black (RETIRED) gentoo-dev 2007-03-25 11:54:59 UTC
Created attachment 114339 [details]
files/conf-pop3sd

files/run-qmail-pop3sd-log same as files/run-qmail-pop3d-log
files/tcp.pop3sd.sample same as files/tcp.pop3s.sample
Comment 9 Benedikt Böhm (RETIRED) gentoo-dev 2008-04-06 17:17:17 UTC
fixed in 1.06
Comment 10 Daniel Black (RETIRED) gentoo-dev 2008-04-06 22:54:40 UTC
thanks Benedikt