SF.net SVN: tmda: [2134] trunk/tmda/contrib/ofmipd-stunnel-xinetd/README. txt
[email protected] Mon, 01 Jan 2007 13:21:24 -0800
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2134
http://svn.sourceforge.net/tmda/?rev=2134&view=rev
Author: srwarren
Date: 2007-01-01 13:21:23 -0800 (Mon, 01 Jan 2007)
Log Message:
-----------
contrib/ofmipd-stunnel-xinetd/README.txt: Explain usage of key= and cert= in stunnel.conf
Modified Paths:
--------------
trunk/tmda/contrib/ofmipd-stunnel-xinetd/README.txt
Modified: trunk/tmda/contrib/ofmipd-stunnel-xinetd/README.txt
===================================================================
--- trunk/tmda/contrib/ofmipd-stunnel-xinetd/README.txt 2006-12-19 19:06:44 UTC (rev 2133)
+++ trunk/tmda/contrib/ofmipd-stunnel-xinetd/README.txt 2007-01-01 21:21:23 UTC (rev 2134)
@@ -26,6 +26,14 @@
specifically, setup an SMTP session, allow STARTTLS, and then invoke
tmda-ofmipd in one-session mode
+ NOTE: I personally store both the server certificate and private key in
+ the same file (hence the extension .key-and-crt). If you do not do this,
+ then you will need to replace the "cert =" line in stunnel.conf with
+ something along these lines:
+
+ cert = /etc/ssl/keys/severn.wwwdotorg.org.crt
+ key = /etc/ssl/keys/severn.wwwdotorg.org.key
+
tmda-ofmipd-wrapper
Once stunnel has established the TLS-encrypted SMTP session, it runs this
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.