Description of problem: 7 dev0 dovecot not providing thunderbird a connection to read mail imap-login: Error: Failed to initialize SSL server context: Couldn't parse DH parameters: error:0906D06C:PEM routines:PEM_read_bio:no start line: Expecting: DH PARAMETERS: user=<>, rip=127.0.0.1, lip=127.0.0.1, secured, session=<oC3yl0hn3Id/AAAB> Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. clean install or upgrade 2. click up a terminal 3. mail -s "test shot" $USER < /dev/null 4. thunderbird and attempt to read your mail if upgrade 5. if clean install, set thunderbird to connect to imap.
Assigning to the registered dovecot maintainer.
Assignee: bugsquad => shlomifCC: (none) => marja11
Workaround: cat /etc/dovecot/conf.d/xx__dovecot.conf # Created by /local/bin/dovecot_changes line 128 Sun 11 Mar 07:10 2018 #************** bug 22758 workaround ************************ #* dovecot not providing thunderbird a connection to read mail ssl_cert = </etc/pki/tls/certs/dovecot.pem ssl_key = </etc/pki/tls/private/dovecot.pem #* create ssl_dh file with the following line: #* openssl dhparam -out /etc/dovecot/dh.pem 1024 ssl_dh = </etc/dovecot/dh.pem #***************** end bug 22758 workaround *********************** listen = * log_path = /var/log/dovecot/errors.log info_log_path = /var/log/dovecot/info.log mail_location = mbox:~/mail:INBOX=/var/spool/mail/%u mail_privileged_group = mail #************** end /etc/dovecot/conf.d/xx__dovecot.conf *********
ssl_cert, ssl_key, and ssl_dh workaround no longer needed for dovecot-2.3.13-1.mga8
Resolution: (none) => FIXEDStatus: NEW => RESOLVED