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

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

commit 9b957b990ce667692c11593431c964b5d5a9cc1f
Author: Quan Tran <[email protected]>
AuthorDate: Sun Jul 19 16:57:50 2026 +0700

    JAMES-4210 CrowdsecIntegrationTest: preserve clear text authentication
---
 third-party/crowdsec/src/test/resources/pop3server.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/third-party/crowdsec/src/test/resources/pop3server.xml 
b/third-party/crowdsec/src/test/resources/pop3server.xml
index 97c216c5eb..9361f6baf0 100644
--- a/third-party/crowdsec/src/test/resources/pop3server.xml
+++ b/third-party/crowdsec/src/test/resources/pop3server.xml
@@ -32,6 +32,9 @@
             <secret>james72laBalle</secret>
             
<provider>org.bouncycastle.jce.provider.BouncyCastleProvider</provider>
         </tls>
+        <auth>
+            <requireSSL>false</requireSSL>
+        </auth>
         <connectiontimeout>1200</connectiontimeout>
         <connectionLimit>0</connectionLimit>
         <connectionLimitPerIP>0</connectionLimitPerIP>
@@ -53,6 +56,9 @@
             <secret>james72laBalle</secret>
             
<provider>org.bouncycastle.jce.provider.BouncyCastleProvider</provider>
         </tls>
+        <auth>
+            <requireSSL>false</requireSSL>
+        </auth>
         <connectiontimeout>1200</connectiontimeout>
         <connectionLimit>0</connectionLimit>
         <connectionLimitPerIP>0</connectionLimitPerIP>


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

Reply via email to