Re: Apple mail works but thunderbird unable to connect

2020-06-23 Thread Alexander Dalloz
Am 23.06.2020 um 17:38 schrieb Dshah: I disabled postscreen and enabled logging, I have all ports working except 993, in log when I try to connect on port 993 dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=10.244.0.24, lip=10.244.0.108, TLS handshaking: SSL_accept(

Re: Apple mail works but thunderbird unable to connect

2020-06-23 Thread Alexander Dalloz
Am 23.06.2020 um 11:25 schrieb Dshah: Hi all, First I would like to Thank you all, it is such a responsive and wonderful community here. I started to debug the issue by streaming logs and figured that EHLO was being sent when I click "Re-Test" button on thunderbird, another issue I encountered

Re: Apple mail works but thunderbird unable to connect

2020-06-23 Thread Dshah
I disabled postscreen and enabled logging, I have all ports working except 993, in log when I try to connect on port 993 dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=10.244.0.24, lip=10.244.0.108, TLS handshaking: SSL_accept() failed: error:1408F10B:SSL routines:ss

Re: Apple mail works but thunderbird unable to connect

2020-06-23 Thread Michael Peddemors
On 2020-06-23 8:24 a.m., Alexander Dalloz wrote: Am 23.06.2020 um 07:33 schrieb Bernardo Reino: If you use postfix a "workaround" is to temporarily disable postscreen, which IIRC is the one (rightly) complaining about the improper pipelining. Cheers, Bernardo Reino No, submitting on SMTP po

Re: Apple mail works but thunderbird unable to connect

2020-06-23 Thread Alexander Dalloz
Am 23.06.2020 um 07:33 schrieb Bernardo Reino: If you use postfix a "workaround" is to temporarily disable postscreen, which IIRC is the one (rightly) complaining about the improper pipelining. Cheers, Bernardo Reino No, submitting on SMTP port 25 would be the wrong step. There's submission

Re: Apple mail works but thunderbird unable to connect

2020-06-23 Thread Dshah
Hi all, First I would like to Thank you all, it is such a responsive and wonderful community here. I started to debug the issue by streaming logs and figured that EHLO was being sent when I click "Re-Test" button on thunderbird, another issue I encountered I was not able to connect ports 465/993,

Re: Apple mail works but thunderbird unable to connect

2020-06-22 Thread Bernardo Reino
On 22/06/2020 18:19, Dshah wrote: I am stuck on this issue for days, I am able to connect on my IMAP server using Apple mail client but thunderbird shows me this error: "improper command pipelining after EHLO" The problem is, AFAIK, Thunderbird's autoconfiguration. It tries to detect your SM

Re: Apple mail works but thunderbird unable to connect

2020-06-22 Thread Michael Peddemors
On 2020-06-22 3:16 p.m., @lbutlr wrote: You should never send an EHLO from a MUA. ??? The MUA needs to send an EHLO to an MTA, it's how it finds out what the server supports.. I think this is a problem with configuration, but the this isn't really dovecot related, so probably doesn't belong

Re: Apple mail works but thunderbird unable to connect

2020-06-22 Thread @lbutlr
On 22 Jun 2020, at 10:19, Dshah wrote: > I am stuck on this issue for days, I am able to connect on my IMAP server > using Apple mail client but thunderbird shows me this error: "improper > command pipelining after EHLO" Mozilla Thunderbird is misconfigured. Double check all your server names a

Re: Apple mail works but thunderbird unable to connect

2020-06-22 Thread Alexander Dalloz
Am 22.06.2020 um 18:19 schrieb Dshah: I am stuck on this issue for days, I am able to connect on my IMAP server using Apple mail client but thunderbird shows me this error: "improper command pipelining after EHLO" That error indicates to me that you are connecting to the MTA and not dovecot..

Re: Apple mail works but thunderbird unable to connect

2020-06-22 Thread Dshah
Thanks Mark, I don't have iptables or other firewall block this port, it is behind a load balancer and port 993 is open. I am pretty sure it's something in my configuration which I linked above: https://pastebin.com/M3XG9DXA On Mon, Jun 22, 2020 at 7:36 PM Mark Stevens wrote: > > make sure por

Re: Apple mail works but thunderbird unable to connect

2020-06-22 Thread Mark Stevens
make sure ports are set correctly in IPtables as it seems to be failing on TLS/SSL (open port 993) Mark On 6/22/2020 12:19 PM, Dshah wrote: Dear all, I am stuck on this issue for days, I am able to connect on my IMAP server using Apple mail client but thunderbird shows me this error: "imp

Apple mail works but thunderbird unable to connect

2020-06-22 Thread Dshah
Dear all, I am stuck on this issue for days, I am able to connect on my IMAP server using Apple mail client but thunderbird shows me this error: "improper command pipelining after EHLO" I have tried all the ports in manual config but it just is not working while Apple Mail is able to connect perf