You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Mike Lepore <mi...@gmail.com> on 2017/06/22 19:06:00 UTC

Re: James 3.0 RC1, Thunderbird failing to find settings for socketTLS in imap and smtp conf

Thunderbird is failing to find settings for socketTLS set in imap and 
smtp conf.  Is there a way to get this to work?

<tls socketTLS="true" startTLS="false">

...

INFO  14:59:14,214 | james.smtpserver | Id='1607585407' User='' 
Connection established from 0:0:0:0:0:0:0:1
INFO  14:59:14,217 | james.smtpserver | Id='1522166508' User='' 
Connection established from 0:0:0:0:0:0:0:1
INFO  14:59:14,220 | james.imapserver | ID=926250135 Connection 
established from 0:0:0:0:0:0:0:1
INFO  14:59:14,223 | james.imapserver | ID=834893738 Connection 
established from 0:0:0:0:0:0:0:1
INFO  14:59:20,489 | james.imapserver | ID=-1360005535 Connection 
established from 0:0:0:0:0:0:0:1
INFO  14:59:25,350 | james.smtpserver | Id='1607585407' User='' 
Connection closed for 0:0:0:0:0:0:0:1
INFO  14:59:25,353 | james.smtpserver | Id='1522166508' User='' 
Connection closed for 0:0:0:0:0:0:0:1
INFO  14:59:25,366 | james.smtpserver | Id='1522166508' User='' 
Connection closed for 0:0:0:0:0:0:0:1
INFO  14:59:25,366 | james.smtpserver | Id='1607585407' User='' 
Connection closed for 0:0:0:0:0:0:0:1
WARN  14:59:25,366 | james.imapserver | ID=926250135 Error while 
processing imap request: java.nio.channels.ClosedChannelException - null
WARN  14:59:25,367 | james.imapserver | ID=834893738 Error while 
processing imap request: java.nio.channels.ClosedChannelException - null
INFO  14:59:25,368 | james.imapserver | ID=926250135 Connection closed 
for 0:0:0:0:0:0:0:1
INFO  14:59:25,371 | james.imapserver | ID=834893738 Connection closed 
for 0:0:0:0:0:0:0:1
WARN  15:01:38,169 | james.imapserver | ID=-1360005535 Error while 
processing imap request: java.nio.channels.ClosedChannelException - null
INFO  15:01:38,169 | james.imapserver | ID=-1360005535 Connection closed 
for 0:0:0:0:0:0:0:1

thanks,
Michael Lepore
michael.lepore.work@gmail.com



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


Re: AW: Re: James 3.0 RC1, [resolved] Thunderbird failing to find settings for socketTLS in imap and smtp conf

Posted by Mike Lepore <mi...@gmail.com>.
Yep, thanks for the help.  after reading your response, I noticed in the 
imap conf file, I didn't change the binding port from 143 to 993.  I 
then changed the smtp conf back to StartTLS=true as you suggested, and 
left the binding to port 25.  Thunderbird works just fine now.

thanks,
Michael Lepore
michael.lepore.work@gmail.com

On 06/22/2017 04:47 PM, cryptearth wrote:
> Sorry, I failed: of course its TCP/587 - small mistake.
>
> Matt
>
> ---- cryptearth schrieb ----
>
>> Hey Michael,
>>
>> socketTLS is for SMTPS on TCP/465 and is encrypted all the time.
>> startTLS is, as the name says, for STARTTLS command starting a plain, unencrypted connection on TCP/578 and upgrading it to an TLSencrypted one.
>> So depending on what you enable you have to correctly configure the port used and settings in thunderbird.
>>
>> As a sidenote: as james only use one port for smtp, by enable sockettls for 465 you lose plain on 25 and wont be able to receive mails from the world.
>>
>> I suggest using starttls on 25 so an external server wich wants to deliver mail to you is able to do so.
>>
>> greetings from Germany
>>
>> Matt
>>
>> ---- Mike Lepore schrieb ----
>>
>>> Thunderbird is failing to find settings for socketTLS set in imap and
>>> smtp conf.  Is there a way to get this to work?
>>>
>>> <tls socketTLS="true" startTLS="false">
>>>
>>> ...
>>>
>>> INFO  14:59:14,214 | james.smtpserver | Id='1607585407' User=''
>>> Connection established from 0:0:0:0:0:0:0:1
>>> INFO  14:59:14,217 | james.smtpserver | Id='1522166508' User=''
>>> Connection established from 0:0:0:0:0:0:0:1
>>> INFO  14:59:14,220 | james.imapserver | ID=926250135 Connection
>>> established from 0:0:0:0:0:0:0:1
>>> INFO  14:59:14,223 | james.imapserver | ID=834893738 Connection
>>> established from 0:0:0:0:0:0:0:1
>>> INFO  14:59:20,489 | james.imapserver | ID=-1360005535 Connection
>>> established from 0:0:0:0:0:0:0:1
>>> INFO  14:59:25,350 | james.smtpserver | Id='1607585407' User=''
>>> Connection closed for 0:0:0:0:0:0:0:1
>>> INFO  14:59:25,353 | james.smtpserver | Id='1522166508' User=''
>>> Connection closed for 0:0:0:0:0:0:0:1
>>> INFO  14:59:25,366 | james.smtpserver | Id='1522166508' User=''
>>> Connection closed for 0:0:0:0:0:0:0:1
>>> INFO  14:59:25,366 | james.smtpserver | Id='1607585407' User=''
>>> Connection closed for 0:0:0:0:0:0:0:1
>>> WARN  14:59:25,366 | james.imapserver | ID=926250135 Error while
>>> processing imap request: java.nio.channels.ClosedChannelException - null
>>> WARN  14:59:25,367 | james.imapserver | ID=834893738 Error while
>>> processing imap request: java.nio.channels.ClosedChannelException - null
>>> INFO  14:59:25,368 | james.imapserver | ID=926250135 Connection closed
>>> for 0:0:0:0:0:0:0:1
>>> INFO  14:59:25,371 | james.imapserver | ID=834893738 Connection closed
>>> for 0:0:0:0:0:0:0:1
>>> WARN  15:01:38,169 | james.imapserver | ID=-1360005535 Error while
>>> processing imap request: java.nio.channels.ClosedChannelException - null
>>> INFO  15:01:38,169 | james.imapserver | ID=-1360005535 Connection closed
>>> for 0:0:0:0:0:0:0:1
>>>
>>> thanks,
>>> Michael Lepore
>>> michael.lepore.work@gmail.com
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>


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


AW: Re: James 3.0 RC1, Thunderbird failing to find settings for socketTLS in imap and smtp conf

Posted by cryptearth <cr...@cryptearth.de>.
Sorry, I failed: of course its TCP/587 - small mistake.

Matt

---- cryptearth schrieb ----

>Hey Michael,
>
>socketTLS is for SMTPS on TCP/465 and is encrypted all the time.
>startTLS is, as the name says, for STARTTLS command starting a plain, unencrypted connection on TCP/578 and upgrading it to an TLSencrypted one.
>So depending on what you enable you have to correctly configure the port used and settings in thunderbird.
>
>As a sidenote: as james only use one port for smtp, by enable sockettls for 465 you lose plain on 25 and wont be able to receive mails from the world.
>
>I suggest using starttls on 25 so an external server wich wants to deliver mail to you is able to do so.
>
>greetings from Germany
>
>Matt
>
>---- Mike Lepore schrieb ----
>
>>Thunderbird is failing to find settings for socketTLS set in imap and 
>>smtp conf.  Is there a way to get this to work?
>>
>><tls socketTLS="true" startTLS="false">
>>
>>...
>>
>>INFO  14:59:14,214 | james.smtpserver | Id='1607585407' User='' 
>>Connection established from 0:0:0:0:0:0:0:1
>>INFO  14:59:14,217 | james.smtpserver | Id='1522166508' User='' 
>>Connection established from 0:0:0:0:0:0:0:1
>>INFO  14:59:14,220 | james.imapserver | ID=926250135 Connection 
>>established from 0:0:0:0:0:0:0:1
>>INFO  14:59:14,223 | james.imapserver | ID=834893738 Connection 
>>established from 0:0:0:0:0:0:0:1
>>INFO  14:59:20,489 | james.imapserver | ID=-1360005535 Connection 
>>established from 0:0:0:0:0:0:0:1
>>INFO  14:59:25,350 | james.smtpserver | Id='1607585407' User='' 
>>Connection closed for 0:0:0:0:0:0:0:1
>>INFO  14:59:25,353 | james.smtpserver | Id='1522166508' User='' 
>>Connection closed for 0:0:0:0:0:0:0:1
>>INFO  14:59:25,366 | james.smtpserver | Id='1522166508' User='' 
>>Connection closed for 0:0:0:0:0:0:0:1
>>INFO  14:59:25,366 | james.smtpserver | Id='1607585407' User='' 
>>Connection closed for 0:0:0:0:0:0:0:1
>>WARN  14:59:25,366 | james.imapserver | ID=926250135 Error while 
>>processing imap request: java.nio.channels.ClosedChannelException - null
>>WARN  14:59:25,367 | james.imapserver | ID=834893738 Error while 
>>processing imap request: java.nio.channels.ClosedChannelException - null
>>INFO  14:59:25,368 | james.imapserver | ID=926250135 Connection closed 
>>for 0:0:0:0:0:0:0:1
>>INFO  14:59:25,371 | james.imapserver | ID=834893738 Connection closed 
>>for 0:0:0:0:0:0:0:1
>>WARN  15:01:38,169 | james.imapserver | ID=-1360005535 Error while 
>>processing imap request: java.nio.channels.ClosedChannelException - null
>>INFO  15:01:38,169 | james.imapserver | ID=-1360005535 Connection closed 
>>for 0:0:0:0:0:0:0:1
>>
>>thanks,
>>Michael Lepore
>>michael.lepore.work@gmail.com
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>For additional commands, e-mail: server-user-help@james.apache.org
>>

Re: James 3.0 RC1, Thunderbird failing to find settings for socketTLS in imap and smtp conf

Posted by cryptearth <cr...@cryptearth.de>.
Hey Michael,

socketTLS is for SMTPS on TCP/465 and is encrypted all the time.
startTLS is, as the name says, for STARTTLS command starting a plain, unencrypted connection on TCP/578 and upgrading it to an TLSencrypted one.
So depending on what you enable you have to correctly configure the port used and settings in thunderbird.

As a sidenote: as james only use one port for smtp, by enable sockettls for 465 you lose plain on 25 and wont be able to receive mails from the world.

I suggest using starttls on 25 so an external server wich wants to deliver mail to you is able to do so.

greetings from Germany

Matt

---- Mike Lepore schrieb ----

>Thunderbird is failing to find settings for socketTLS set in imap and 
>smtp conf.  Is there a way to get this to work?
>
><tls socketTLS="true" startTLS="false">
>
>...
>
>INFO  14:59:14,214 | james.smtpserver | Id='1607585407' User='' 
>Connection established from 0:0:0:0:0:0:0:1
>INFO  14:59:14,217 | james.smtpserver | Id='1522166508' User='' 
>Connection established from 0:0:0:0:0:0:0:1
>INFO  14:59:14,220 | james.imapserver | ID=926250135 Connection 
>established from 0:0:0:0:0:0:0:1
>INFO  14:59:14,223 | james.imapserver | ID=834893738 Connection 
>established from 0:0:0:0:0:0:0:1
>INFO  14:59:20,489 | james.imapserver | ID=-1360005535 Connection 
>established from 0:0:0:0:0:0:0:1
>INFO  14:59:25,350 | james.smtpserver | Id='1607585407' User='' 
>Connection closed for 0:0:0:0:0:0:0:1
>INFO  14:59:25,353 | james.smtpserver | Id='1522166508' User='' 
>Connection closed for 0:0:0:0:0:0:0:1
>INFO  14:59:25,366 | james.smtpserver | Id='1522166508' User='' 
>Connection closed for 0:0:0:0:0:0:0:1
>INFO  14:59:25,366 | james.smtpserver | Id='1607585407' User='' 
>Connection closed for 0:0:0:0:0:0:0:1
>WARN  14:59:25,366 | james.imapserver | ID=926250135 Error while 
>processing imap request: java.nio.channels.ClosedChannelException - null
>WARN  14:59:25,367 | james.imapserver | ID=834893738 Error while 
>processing imap request: java.nio.channels.ClosedChannelException - null
>INFO  14:59:25,368 | james.imapserver | ID=926250135 Connection closed 
>for 0:0:0:0:0:0:0:1
>INFO  14:59:25,371 | james.imapserver | ID=834893738 Connection closed 
>for 0:0:0:0:0:0:0:1
>WARN  15:01:38,169 | james.imapserver | ID=-1360005535 Error while 
>processing imap request: java.nio.channels.ClosedChannelException - null
>INFO  15:01:38,169 | james.imapserver | ID=-1360005535 Connection closed 
>for 0:0:0:0:0:0:0:1
>
>thanks,
>Michael Lepore
>michael.lepore.work@gmail.com
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>For additional commands, e-mail: server-user-help@james.apache.org
>