Re: [Javaemailserver-user] How to config JES to allow only TLS SMTP Connections?
Brought to you by:
edaugherty,
mfg8876
|
From: <jav...@li...> - 2011-10-25 18:30:15
|
If you want to force the use of secure connections you can either set the standardSMTPsecure entry to true or activate an additional incoming connection listener by setting secureactive to true. The standardSMTPsecure setting uses "STARTTLS" as an SMTP extension while secureactive uses the dropped 465 port approach whereby the connection is secured before the SMTP handshake. Note that the standard SMTP/POP3 ports can not be deactivated. Therefore the only way to reject non-secure connections is to use standardSMTPsecure. You can also enable the use of secure outgoing SMTP connections by using outgoingSecure. SSLv2 is not supported by JES so it will reject an attempt to establish a secure context based on it. There is no way (besides building from source) to reject SSLv3. Date: Mon, 24 Oct 2011 13:49:02 +0800 To: jav...@li... From: jav...@li... Subject: [Javaemailserver-user] How to config JES to allow only TLS SMTP Connections? Hi,How can I config JES so that it only accept SMTP connections over TLS and reject all other non-secure, SSLv2 and SSLv3 connections?Thanks, Thanks and best regards, Hugh Chen ------------------------------------- Email: hug...@gm... "Work smart;Not work hard!" ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Javaemailserver-user mailing list Jav...@li... https://lists.sourceforge.net/lists/listinfo/javaemailserver-user |