Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Jeff Koch
I could be wrong but I think Outlook for Android must be very sensitive to the encryption ciphers being used and the SSL/TLS versions. We use Let's Encrypt certificates - I wonder if it's anything to do with that. Jeff On 9/2/2021 1:16 AM, Remo Mattei wrote: I just found out to have the same

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Eric Broch
Next to the check when entering the settings there is a question mark circled to the left. Clicking that gives a menu with 'Collect Diagnostics' & 'Contact Support' On 9/2/2021 7:42 AM, Eric Broch wrote: When the popup indicates a connection issue I push 'support' button and error suggests

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Jeff Koch
Hi Eric: We'll try doing that but is this a problem with only our mailserver or all QMT 7 mailservers? Jeff On 9/2/2021 9:44 AM, Eric Broch wrote: Next to the check when entering the settings there is a question mark circled to the left. Clicking that gives a menu with 'Collect

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Eric Broch
When the popup indicates a connection issue I push 'support' button and error suggests a certificate issue. Two options appear at this point: 'Talk to Agent' & 'OK'. If you 'talk to an agent' you can do more advanced troublshooting like sending an Outlook error log file to them. You might try

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Eric Broch
both have auth_mechanisms = plain login On 9/2/2021 8:29 AM, Eric Broch wrote: I have a 2 QMT 7 servers and they both work with dovecot-2.3.11.3-12.qt.el7.x86_64 On 9/2/2021 7:55 AM, Jeff Koch wrote: Hi Eric: We'll try doing that but is this a problem with only our mailserver or all

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Jeff Koch
I made this change - Jeff On 9/2/2021 10:31 AM, Eric Broch wrote: both have auth_mechanisms = plain login On 9/2/2021 8:29 AM, Eric Broch wrote: I have a 2 QMT 7 servers and they both work with dovecot-2.3.11.3-12.qt.el7.x86_64 On 9/2/2021 7:55 AM, Jeff Koch wrote: Hi Eric: We'll try

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Eric Broch
I have a 2 QMT 7 servers and they both work with dovecot-2.3.11.3-12.qt.el7.x86_64 On 9/2/2021 7:55 AM, Jeff Koch wrote: Hi Eric: We'll try doing that but is this a problem with only our mailserver or all QMT 7 mailservers? Jeff On 9/2/2021 9:44 AM, Eric Broch wrote: Next to the check

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Eric Broch
One server has a GoDaddy Certificate the other an auto renewing LetsEncrypt Certificate. On 9/2/2021 8:29 AM, Eric Broch wrote: I have a 2 QMT 7 servers and they both work with dovecot-2.3.11.3-12.qt.el7.x86_64 On 9/2/2021 7:55 AM, Jeff Koch wrote: Hi Eric: We'll try doing that but is

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Eric Broch
I'm not sure I think it's your server, STILL, as you have NO indication that Micro Screw Outlook is even connecting to your host On 9/2/2021 8:37 AM, Eric Broch wrote: One server has a GoDaddy Certificate the other an auto renewing LetsEncrypt Certificate. On 9/2/2021 8:29 AM, Eric Broch

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Remo Mattei
No yet. > Il giorno 2 set 2021, alle ore 19:28, Jeff Koch > ha scritto: > >  Hi Remo - were you able to fix this issue - Jeff > >> On 9/2/2021 1:16 AM, Remo Mattei wrote: >> I just found out to have the same issue from one of my client. >> >>> Il giorno 2 set 2021, alle ore 02:49, Eric

Re: [qmailtoaster] QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Remo Mattei
I bought the cert and here is my config. # Settings for 'stock' qmail-toaster auth_cache_ttl = 1 min auth_cache_negative_ttl = 1 min auth_cache_size = 100M #auth_cache_size = 32 M auth_mechanisms = plain login digest-md5 cram-md5 auth_username_format = %Lu first_valid_uid = 89 first_valid_gid =

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Jeff Koch
Hi Remo - were you able to fix this issue - Jeff On 9/2/2021 1:16 AM, Remo Mattei wrote: I just found out to have the same issue from one of my client. Il giorno 2 set 2021, alle ore 02:49, Eric Broch ha scritto:  Try this script (replace with relevant user, password, & host) from the

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Jeff Koch
Your email indicates your IP is 66.62.95.221.  The qmail submission log shows attempts on port 587 as follows: 2021-09-01 23:32:55.819455500 tcpserver: pid 16587 from 66.62.95.221 2021-09-01 23:32:55.819544500 tcpserver: ok 16587 cygnus.avspamfilter.com:172.31.95.95:587 :66.62.95.221::30366

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Jeff Koch
Hi Eric - tried removing digest-md5 and cram-md5. Found out squirrelmail webmail won't work unless digest-md5 is in the auth_mechanisms Jeff On 9/2/2021 10:31 AM, Eric Broch wrote: both have auth_mechanisms = plain login On 9/2/2021 8:29 AM, Eric Broch wrote: I have a 2 QMT 7 servers and

Re: [qmailtoaster] Re: QM7 - Issues connecting with Outlook for Android

2021-09-02 Thread Eric Broch
You can change squirrelmail config On Sep 2, 2021, 5:11 PM, at 5:11 PM, Jeff Koch wrote: >Hi Eric - tried removing digest-md5 and cram-md5. Found out >squirrelmail >webmail won't work unless digest-md5 is in the auth_mechanisms > >Jeff > >On 9/2/2021 10:31 AM, Eric Broch wrote: >> >> both have