Office 365 SSL issue

2022-10-22 Thread Ervin Hegedüs
Hi there, I have a bit old Dovecot instance (Ubuntu 14.04 - there is no chance to upgrade it), with these versions of packages: * Dovecot: 2.2.9 * OpenSSL: 1.0.1f Few days ago a client noticed me, that he can't reach his mails through his Office 365. He uses POP3S. I tried to set up a same clie

Re: Office 365 SSL issue

2022-10-22 Thread Odhiambo Washington
On Sat, Oct 22, 2022 at 11:31 AM Ervin Hegedüs wrote: > Hi there, > > I have a bit old Dovecot instance (Ubuntu 14.04 - there is no > chance to upgrade it), with these versions of packages: > > * Dovecot: 2.2.9 > * OpenSSL: 1.0.1f > > Few days ago a client noticed me, that he can't reach his mail

Re: Office 365 SSL issue

2022-10-22 Thread Jeff Koch
We had the same problem starting around October 14th -  'unsupported encryption type' - we were running Dovecot 2.2.32. It was resolved by upgrading Dovecot, in our case, to v2.3.7 Jeff On 10/22/2022 4:30 AM, Ervin Hegedüs wrote: Hi there, I have a bit old Dovecot instance (Ubuntu 14.04 -

Re: Office 365 SSL issue

2022-10-22 Thread hi
On 2022-10-22 09:30, Ervin Hegedüs wrote: Hi there, I have a bit old Dovecot instance (Ubuntu 14.04 - there is no chance to upgrade it), with these versions of packages: * Dovecot: 2.2.9 * OpenSSL: 1.0.1f Few days ago a client noticed me, that he can't reach his mails through his Office 365. H

Change password schema and post-login script

2022-10-22 Thread Christos Chatzaras
Hello, Question #1: For version 2.3.19.1 these commands use BLF-CRYPT, right? doveadm pw doveadm pw -s CRYPT Question #2: I want to change password schema for current users. For users using POP3 or IMAP I can do it using a post-login script. I have some accounts used only to send e-mails u

Re: Change password schema and post-login script

2022-10-22 Thread dovecot
For version 2.3.19.1 these commands use BLF-CRYPT, right? doveadm pw doveadm pw -s CRYPT # doveadm pw -l SHA1 SSHA512 SCRAM-SHA-256 BLF-CRYPT PLAIN HMAC-MD5 OTP SHA512 SHA DES-CRYPT CRYPT SSHA MD5-CRYPT PLAIN-MD4 PLAIN-MD5 SCRAM-SHA-1 SHA512-CRYPT CLEAR CLEARTEXT SSHA256 MD5 PBKDF2 SHA256 CRAM

Re: Change password schema and post-login script

2022-10-22 Thread hi
On 2022-10-22 18:00, Christos Chatzaras wrote: Hello, Question #1: For version 2.3.19.1 these commands use BLF-CRYPT, right? doveadm pw doveadm pw -s CRYPT Question #2: I want to change password schema for current users. For users using POP3 or IMAP I can do it using a post-login script.