Description of problem: The version of imapfilter in rawhide, 30 and 29 is incompatible with imap.google.com due to lack of SNI support. The user will be presented with an invalid TLS certificate if they try to connect to it. Version-Release number of selected component (if applicable): imapfilter-2.6.10-4.fc29.src.rpm How reproducible: Steps to Reproduce: 1. Use the following `config.lua` in `.imapfilter`: ``` server = IMAP { server = 'imap.gmail.com', ssl = 'tls1.2' } repeat … until not server.INBOX:enter_idle() ``` 2. Run imapfilter Actual results: An invalid certificate is presented to imapfilter stating "please fix your client": > Server certificate subject: /OU=No SNI provided; please fix your client./CN=invalid2.invalid > Server certificate issuer: /OU=No SNI provided; please fix your client./CN=invalid2.invalid > Server certificate serial: FFFFFFFFFFFFFFFF > Server key fingerprint: 90:… > (R)eject, accept (t)emporarily or accept (p)ermanently? Expected results: A valid certificate Additional info: This was fixed upstream in v2.6.12. I compiled from upstream source and it works . See the fix at https://github.com/lefcha/imapfilter/pull/185 and the release at https://github.com/lefcha/imapfilter/releases/tag/v2.6.12 See bug 1611815 for a related issues affected by lack of SNI support.
imapfilter-2.6.12-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-8454500ace
imapfilter-2.6.12-1.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-b0b19a1273
imapfilter-2.6.12-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-c6ae50ac30
imapfilter-2.6.12-1.el6 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-0aa4c15824
imapfilter-2.6.12-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-c6ae50ac30
imapfilter-2.6.12-1.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-b0b19a1273
imapfilter-2.6.12-1.el6 has been pushed to the Fedora EPEL 6 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-0aa4c15824
imapfilter-2.6.12-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-8454500ace
imapfilter-2.6.12-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.
imapfilter-2.6.12-1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.
imapfilter-2.6.12-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.
imapfilter-2.6.12-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.