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

Benoit Tellier commented on JAMES-3446:
---------------------------------------

This needs to match the content of imapserver.xml

By default:


{code:java}
<imapservers>
    <imapserver enabled="true">
        <jmxName>imapserver</jmxName>
        <bind>0.0.0.0:143</bind>
        <connectionBacklog>200</connectionBacklog>
        <tls socketTLS="false" startTLS="true">
            <!-- To create a new keystore execute:
            keytool -genkey -alias james -keyalg RSA -keystore 
/path/to/james/conf/keystore
              -->
            <keystore>file://conf/keystore</keystore>
            <secret>james72laBalle</secret>
            
<provider>org.bouncycastle.jce.provider.BouncyCastleProvider</provider>
        </tls>
        <connectionLimit>0</connectionLimit>
        <connectionLimitPerIP>0</connectionLimitPerIP>
        <idleTimeInterval>120</idleTimeInterval>
        <idleTimeIntervalUnit>SECONDS</idleTimeIntervalUnit>
        <enableIdle>true</enableIdle>
    </imapserver>
    <imapserver enabled="true">
        <jmxName>imapserver-ssl</jmxName>
        <bind>0.0.0.0:993</bind>
        <connectionBacklog>200</connectionBacklog>
        <tls socketTLS="true" startTLS="false">
            <!-- To create a new keystore execute:
              keytool -genkey -alias james -keyalg RSA -keystore 
/path/to/james/conf/keystore
             -->
            <keystore>file://conf/keystore</keystore>
            <secret>james72laBalle</secret>
            
<provider>org.bouncycastle.jce.provider.BouncyCastleProvider</provider>
        </tls>
        <connectionLimit>0</connectionLimit>
        <connectionLimitPerIP>0</connectionLimitPerIP>
        <idleTimeInterval>120</idleTimeInterval>
        <idleTimeIntervalUnit>SECONDS</idleTimeIntervalUnit>
        <enableIdle>true</enableIdle>
    </imapserver>
</imapservers>
{code}


> Outlook Mobile App Imap request error 
> --------------------------------------
>
>                 Key: JAMES-3446
>                 URL: https://issues.apache.org/jira/browse/JAMES-3446
>             Project: James Server
>          Issue Type: Bug
>    Affects Versions: 3.0-beta4
>            Reporter: seungmin
>            Priority: Major
>             Fix For: 3.0.0
>
>         Attachments: 20201117.cap, 20201117.cap, Capture d’écran de 
> 2020-11-17 09-57-45.png, image-2020-11-14-16-17-51-011.png, 
> image-2020-11-16-10-31-15-497.png, image-2020-11-16-14-23-24-498.png, 
> image-2020-11-16-14-25-06-005.png, image-2020-11-16-16-30-07-096.png, 
> image-2020-11-16-16-33-36-050.png, image-2020-11-16-16-33-37-781.png, 
> image-2020-11-16-16-58-33-360.png, image-2020-11-16-17-22-57-210.png, 
> image-2020-11-17-00-26-57-359.png, image-2020-11-17-00-27-10-493.png, 
> image-2020-11-17-00-27-58-590.png, image-2020-11-17-00-29-16-919.png, 
> image-2020-11-17-00-30-23-988.png, image-2020-11-17-00-31-42-025.png
>
>
> !image-2020-11-14-16-17-51-011.png!
>  
> -  only outlook mobile app 
> Error while processing imap request
> cosumeWord source same master james source
> but gmail app, samsung mail app no problem
>  
> "only" outlook mobile issue



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to