Summary: | netqmail-1.05 modified for pop3s using sslserver | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Daniel Black (RETIRED) <dragonheart> |
Component: | [OLD] Server | Assignee: | Qmail Team (OBSOLETE) <qmail-bugs+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bangert |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.thedjbway.org/ssl/qmail-pop3sd.html | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
qmail-patch for sslserver support
netqmail-1.05.ebuild-pop3s.patch files/run-qmail-pop3sd files/conf-pop3sd |
Description
Daniel Black (RETIRED)
![]() Created attachment 80577 [details, diff]
qmail-patch for sslserver support
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. (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. Robin - are you interested in a patch to the ebuild that provides this additional pop3s service? url contains a moderatly good run script. Created attachment 114335 [details, diff]
netqmail-1.05.ebuild-pop3s.patch
Created attachment 114337 [details]
files/run-qmail-pop3sd
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
fixed in 1.06 thanks Benedikt |