Summary: | Kmail tries to use a proxy server to retrieve email | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Kwanza.Pili |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jjm, marlos.mc, pard, wbauer1 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=407685 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kwanza.Pili
2016-12-18 22:49:08 UTC
Same behavior at me. Confirmed with current Git master. Suspect same root cause as bug 379539. I have changed to kmail version 5.7.1 (KDE 17.12.1) and the problem persists. I think the following error messages might point to the source of the problem: --- kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "smtp" org.kde.pim.mailtransport: Transport with this ID not managed by transport manager. --- I figured out that kmail uses the proxy server to reach SMTP servers, and mine (squid) was blocking this from going through. So I had to add a whitelist of servers to the squid configuration: e.g. --- http_access allow whitelist http_access allow CONNECT whitelist --- where whitelist is the acl for the servers. This might be potentially risky, but it is the only workaround I could find. Fixed by https://phabricator.kde.org/D10317 and https://phabricator.kde.org/D10318 for POP3. Needs to be investigated for IMAP. Superseeded by the current releases. I still have this issue for kmail 5.10.2 (Fedora 30), with imap protocol. After a lot of tests, it seems kmail gets http_proxy variable value from environment and use it for imap connections. (In reply to Marlos from comment #6) > I still have this issue for kmail 5.10.2 (Fedora 30), with imap protocol. > After a lot of tests, it seems kmail gets http_proxy variable value from > environment and use it for imap connections. There is another bug report about this, and a fix has been proposed. See bug#407685. (In reply to Wolfgang Bauer from comment #7) > and a fix has been proposed. Sorry, not yet it seems. Reviews submitted, see bug 407685. Fix now complete for POP3, SMTP and IMAP. |