This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 58adfe2  [CONF] Remove misleading comments regarding SSL
58adfe2 is described below

commit 58adfe2c857a45d99d6d9cc0046a6cd9f854ae30
Author: Benoit Tellier <[email protected]>
AuthorDate: Tue Dec 21 08:30:25 2021 +0700

    [CONF] Remove misleading comments regarding SSL
    
    CF https://www.mail-archive.com/[email protected]/msg16548.html
---
 server/apps/spring-app/src/main/resources/imapserver.xml        | 1 -
 server/apps/spring-app/src/main/resources/managesieveserver.xml | 1 -
 server/apps/spring-app/src/main/resources/pop3server.xml        | 1 -
 server/apps/spring-app/src/main/resources/smtpserver.xml        | 1 -
 4 files changed, 4 deletions(-)

diff --git a/server/apps/spring-app/src/main/resources/imapserver.xml 
b/server/apps/spring-app/src/main/resources/imapserver.xml
index 5e9fe28..5bc6f48 100644
--- a/server/apps/spring-app/src/main/resources/imapserver.xml
+++ b/server/apps/spring-app/src/main/resources/imapserver.xml
@@ -44,7 +44,6 @@
        <connectionBacklog>200</connectionBacklog>
 
        <!-- Set to true to use TLS for the Socket.
-             To use this you need to copy sunjce_provider.jar to 
/path/james/lib directory.
         -->
        <tls socketTLS="false" startTLS="false">
            <!-- To create a new keystore execute:
diff --git a/server/apps/spring-app/src/main/resources/managesieveserver.xml 
b/server/apps/spring-app/src/main/resources/managesieveserver.xml
index ff2eee7..7a8e394 100644
--- a/server/apps/spring-app/src/main/resources/managesieveserver.xml
+++ b/server/apps/spring-app/src/main/resources/managesieveserver.xml
@@ -42,7 +42,6 @@
      <connectionBacklog>200</connectionBacklog>
 
      <!-- Set to true to support STARTTLS or TLS for the Socket.
-           To use this you need to copy sunjce_provider.jar to /path/james/lib 
directory.
       -->
      <tls socketTLS="false" startTLS="false">
        <!-- To create a new keystore execute:
diff --git a/server/apps/spring-app/src/main/resources/pop3server.xml 
b/server/apps/spring-app/src/main/resources/pop3server.xml
index f4be0b6..1b6e409 100644
--- a/server/apps/spring-app/src/main/resources/pop3server.xml
+++ b/server/apps/spring-app/src/main/resources/pop3server.xml
@@ -42,7 +42,6 @@
        <connectionBacklog>200</connectionBacklog>
 
        <!-- Set to true to support STARTTLS or SSL for the Socket.
-             To use this you need to copy sunjce_provider.jar to 
/path/james/lib directory.
         -->
        <tls socketTLS="false" startTLS="false">
            <!-- To create a new keystore execute:
diff --git a/server/apps/spring-app/src/main/resources/smtpserver.xml 
b/server/apps/spring-app/src/main/resources/smtpserver.xml
index 81d8935..8c12ca1 100644
--- a/server/apps/spring-app/src/main/resources/smtpserver.xml
+++ b/server/apps/spring-app/src/main/resources/smtpserver.xml
@@ -46,7 +46,6 @@
      <connectionBacklog>200</connectionBacklog>
 
      <!-- Set to true to support STARTTLS or TLS for the Socket.
-           To use this you need to copy sunjce_provider.jar to /path/james/lib 
directory.
       -->
      <tls socketTLS="false" startTLS="false">
          <!-- To create a new keystore execute:

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to