You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "ouvtam (Jira)" <se...@james.apache.org> on 2022/10/24 09:32:00 UTC

[jira] [Commented] (JAMES-1516) Add TLS protocols section to smtpserver.xml

    [ https://issues.apache.org/jira/browse/JAMES-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623079#comment-17623079 ] 

ouvtam commented on JAMES-1516:
-------------------------------

I created a PR that allows defining TLS protocols in smtpserver.xml, pop3server.xml, imapserver.xml,... in addition to TLS cipher suites.
{code:xml}
<tls socketTLS="false" startTLS="true">
  <supportedProtocols>
    <protocol>TLSv1.2</protocol>
    <protocol>TLSv1.1</protocol>
    <protocol>TLSv1</protocol>
    <protocol>SSLv3</protocol>
  </supportedProtocols>
  <supportedCipherSuites>
    <cipherSuite>TLS_AES_256_GCM_SHA384</cipherSuite>
    <cipherSuite>TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256</cipherSuite>
  </supportedCipherSuites>
</tls>{code}
 

> Add TLS protocols section to smtpserver.xml
> -------------------------------------------
>
>                 Key: JAMES-1516
>                 URL: https://issues.apache.org/jira/browse/JAMES-1516
>             Project: James Server
>          Issue Type: Improvement
>          Components: SMTPServer
>    Affects Versions: 3.0.0-beta5
>            Reporter: Johnny Minty
>            Priority: Minor
>
> A facility to provide protocol control should also be introduced for example: 
> <protocols>SSLv3 TLSv1 TLSv1.1 TLSv1.2</protocols>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org