Bug 123897 - netqmail-1.05 modified for pop3s using sslserver
Bug#: 123897 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: qmail-bugs@gentoo.org Reported By: dragonheart@gentoo.org
Component: Server
URL:  http://www.thedjbway.org/ssl/qmail-pop3sd.html
Summary: netqmail-1.05 modified for pop3s using sslserver
Keywords:  
Status Whiteboard: 
Opened: 2006-02-24 00:25 0000
Description:   Opened: 2006-02-24 00:25 0000
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 From Daniel Black 2006-02-24 00:25:52 0000 -------
Created an attachment (id=80577) [details]
qmail-patch for sslserver support

------- Comment #2 From Robin Johnson 2006-02-24 18:25:44 0000 -------
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 From Daniel Black 2006-02-24 21:45:58 0000 -------
(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 From Daniel Black 2006-02-25 22:41:20 0000 -------
Robin - are you interested in a patch to the ebuild that provides this
additional pop3s service?

------- Comment #5 From Daniel Black 2006-11-09 05:34:23 0000 -------
url contains a moderatly good run script.

------- Comment #6 From Daniel Black 2007-03-25 11:52:18 0000 -------
Created an attachment (id=114335) [details]
netqmail-1.05.ebuild-pop3s.patch

------- Comment #7 From Daniel Black 2007-03-25 11:52:57 0000 -------
Created an attachment (id=114337) [details]
files/run-qmail-pop3sd

------- Comment #8 From Daniel Black 2007-03-25 11:54:59 0000 -------
Created an attachment (id=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 From Benedikt Böhm 2008-04-06 17:17:17 0000 -------
fixed in 1.06

------- Comment #10 From Daniel Black 2008-04-06 22:54:40 0000 -------
thanks Benedikt