Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 411781

Summary: mail-mta/ssmtp: separate client key/certificate files
Product: Gentoo Linux Reporter: W. Trevor King <wking>
Component: Current packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED UPSTREAM    
Severity: enhancement    
Priority: Normal    
Version: 10.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch adding TLSKey option.

Description W. Trevor King 2012-04-12 18:18:53 UTC
Created attachment 308679 [details, diff]
Patch adding TLSKey option.

The current versions of sSMTP require the client key and certificate in a single file (`TLSCert`) if you're authenticating your client using TLS.  Often, keys (secret) and certificates (public) are stored in separate files.  The ability to use separate files was listed as one of the TODO options in the `TLS` readme.  I wanted the functionality, so I've implemented it via a new `TLSKey` option.

This is a duplicate of Debian bug report 662958 [1], but since upstream sSMTP seems pretty much dead, I thought I'd see if I could at least get this patch included in the Portage tree.

I've attached the patch from the Debian bug report.

[1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662958
Comment 1 Eray Aslan gentoo-dev 2012-04-13 06:10:44 UTC
Patch is innocent enough but still I am going to close this bug as UPSTREAM.  You might want to try some other mta (msmtp or similar) if seperate key/cert files are critical for your setup.  Sorry.