Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411781 - mail-mta/ssmtp: separate client key/certificate files
Summary: mail-mta/ssmtp: separate client key/certificate files
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 18:18 UTC by W. Trevor King
Modified: 2012-04-13 06:10 UTC (History)
0 users

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


Attachments
Patch adding TLSKey option. (0001-Add-TLSKey-option-for-separate-key-and-certificate-f.patch,2.34 KB, patch)
2012-04-12 18:18 UTC, W. Trevor King
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.