You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by "chibenwa (via GitHub)" <gi...@apache.org> on 2023/02/15 23:37:58 UTC

[GitHub] [james-project] chibenwa commented on a diff in pull request #1442: JAMES-3884 One ImapProcessor set per IMAP server

chibenwa commented on code in PR #1442:
URL: https://github.com/apache/james-project/pull/1442#discussion_r1107851761


##########
examples/custom-imap/src/main/resources/imapserver.xml:
##########
@@ -36,6 +36,22 @@ under the License.
         <customProperties>pong.response=customImapParameter</customProperties>
         <customProperties>prop.b=anotherValue</customProperties>
     </imapserver>
+    <imapserver enabled="true">
+        <jmxName>imapservers</jmxName>
+        <bind>0.0.0.0:0</bind>
+        <connectionBacklog>200</connectionBacklog>
+        <tls socketTLS="true" startTLS="false">
+            <keystore>classpath://keystore</keystore>
+            <secret>james72laBalle</secret>
+            <provider>org.bouncycastle.jce.provider.BouncyCastleProvider</provider>
+        </tls>
+        <connectionLimit>0</connectionLimit>
+        <connectionLimitPerIP>0</connectionLimitPerIP>
+        <plainAuthDisallowed>false</plainAuthDisallowed>
+        <gracefulShutdown>false</gracefulShutdown>
+        <customProperties>pong.response=bad</customProperties>
+        <customProperties>prop.b=baad</customProperties>
+    </imapserver>

Review Comment:
   @mbaechler that is the test...
   
   Putting a second processor mixes up the values within the first one.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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