Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3405 - qmail ssl/tsl patch?
Summary: qmail ssl/tsl patch?
Status: RESOLVED DUPLICATE of bug 2808
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 All
: High enhancement (vote)
Assignee: Nicholas Jones (RETIRED)
URL: http://www.esat.kuleuven.ac.be/~verme...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-05 04:15 UTC by lh
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
qmail ebuild+stuff tgz (qmail-1.03-r15.tgz,13.08 KB, application/octet-stream)
2002-06-12 05:55 UTC, Nicholas Jones (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lh 2002-06-05 04:15:47 UTC
what about adding ssl to qmail's smtp?

http://www.esat.kuleuven.ac.be/~vermeule/qmail/tls.patch
http://www.qmail.org/top.html#addons

---quote---
This patch implements RFC2487 in qmail. This means you can 
get SSL or TLS encrypted and authenticated SMTP between 
the MTAs and between MTA and an MUA like Netscape. 
The code is considered experimental (but has worked for
many since its first release on 1999-03-21).
---/quote---
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-06-05 23:52:10 UTC
I'm looking into this, but a couple of the caveats listed in the patch
bother me a little:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Caveats: - from this version on the server cert is in servercert.pem.
	 - binaries dynamically linked with current openssl versions need
	   recompilation when the shared openssl libs are upgraded.
         - this patch could conflict with other patches (notably those
	   replacing \n with \r\n, which is a bad idea on encrypted links).
	   Qmail.org has a link to a combined tls+auth patch.
         - some broken servers have a problem with TLSv1 compatibility.
           Uncomment the line where we set the SSL_OP_NO_TLSv1 option.
         - needs working /dev/urandom for seeding random number generator.
         - packagers should make sure that installing without a valid 
           serververt is impossible
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Comment 2 Nicholas Jones (RETIRED) gentoo-dev 2002-06-12 05:50:28 UTC
Ok... I can't get this to run properly on my gcc-3.1 box. I have no other free
boxes to test mail on. I can send messages just fine, but I can't receive. I'll
post my ebuild here so someone else can test this out.



Error is as follows:

@400000003d0721f10aacbffc /var/qmail/bin/qmail-smtpd: error while loading shared
libraries: libc.so.6: failed to map segment from shared object: Cannot allocate
memory
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2002-06-12 05:55:07 UTC
Created attachment 1478 [details]
qmail ebuild+stuff tgz
Comment 4 lh 2002-06-14 11:31:50 UTC
bad news: same with my gcc 2.95.3 (standard gentoo 1.2) box:

@400000003d0a18e2293994cc /var/qmail/bin/qmail-smtpd: error while loading shared
libraries: libc.so.6: failed to map segment from shared object: Cannot allocate
memory
Comment 5 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2002-06-23 19:02:13 UTC

*** This bug has been marked as a duplicate of 2808 ***