1

Topic: Outlook error after upgrade to 1.6.1

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.6.1
- Deployed with iRedMail Easy or the downloadable installer? downloadable
- Linux/BSD distribution name and version: Ubuntu 20.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
After upgrading iRedMAil to 1.6.1 OUtlook logins fail on all accounts with this error:

Task 'xxx@xxx.xxx - Receiving' reported error (0x800CCC1A) : 'Your server does not support the connection encryption type you have specified. Try changing the encryption method. Contact your mail server administrator or Internet service provider (ISP) for additional assistance.'

Where Can I find what the error is? How can I fix it?

Miron

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Outlook error after upgrade to 1.6.1

- Upgraded from which old iRedMail release?
- Any related error in Dovecot log files (/var/log/dovecot/*.log)?

3

Re: Outlook error after upgrade to 1.6.1

I think I found the error: it was caused by this:
# Added from - docs.iredmail.org/upgrade.dovecot.2.2-2.3.html
# ssl_dh = </etc/ssl/dh2048_param.pem

When I remarked it dovecot is started ok. before that it failed to run and printed this error:
Dec 19 06:46:57 ognius systemd[1]: Started Dovecot IMAP/POP3 email server.
Dec 19 06:46:57 ognius dovecot[14923]: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 405: ssl_dh: Can't open file /etc/ssl/dh2048_>
Dec 19 06:46:57 ognius systemd[1]: dovecot.service: Main process exited, code=exited, status=89/n/a
Dec 19 06:46:57 ognius systemd[1]: dovecot.service: Failed with result 'exit-code'.

4

Re: Outlook error after upgrade to 1.6.1

mirono+red wrote:

Dec 19 06:46:57 ognius dovecot[14923]: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 405: ssl_dh: Can't open file /etc/ssl/dh2048_>

Do you have file /etc/ssl/dh2048_param.pem on the server?