본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Does Thunderbird able to work with IMAP-SMTP server via http-proxy (Squid) using CONNECT method? I saw proxy settings, but there is nothing about it.

  • 4 답장
  • 3 이 문제를 만남
  • 2 보기
  • 최종 답변자: neraquasar

more options

There is no mail passes through our squid proxy to Thunderbird. Proxy has turned-up CONNECT method for all SSLable ports. I think its because proxy settings in Thunderbird is for http-work only, but not for the IMAP and SMTP tunelling. Tell me pls if I wrong. If Thunderbird can work via proxy, usind CONNECT, how can I up this setting and check its work?

There is no mail passes through our squid proxy to Thunderbird. Proxy has turned-up CONNECT method for all SSLable ports. I think its because proxy settings in Thunderbird is for http-work only, but not for the IMAP and SMTP tunelling. Tell me pls if I wrong. If Thunderbird can work via proxy, usind CONNECT, how can I up this setting and check its work?

모든 댓글 (4)

more options
more options

Yea, you right, Google is. I saw this article (anyway thanks), but actually haven't understand, what is the exact reason of non-connecting of my Thunderbird to the IMAP/SMTP with switched-on proxy.

part of squid.conf:

acl SSL_ports port 25 143 443 465 587 993 8443 acl Safe_ports port 21 70 80 210 280 443 488 1025-65535 591 acl CONNECT method CONNECT http_access allow CONNECT SSL_ports <...>

Thunderbird settings: IMAP: mail.orgname.org, port: 143 SMTP: mail.orgname.org, port: 587 Proxy: dc1.localnet.local, port: 3128 use system proxy setting/manual settings - doesn't matter

In proxy there is negotiate_kerberos_auth, but all rules about "proxy_auth REQUIRED" are lower then http_access allow CONNECT SSL_ports

There is no any hard- or software like firewall, that may block ports.

more options

Part of the problem is that Squid is a HTML Proxy only. It may be possible to trick it into tunneling IMAP and SMTP, but that's beyond the scope of this forum. By any means, this is not a Thunderbird problem.

more options

Well, the question was exactly about the Thunderbird's ability to tunnel-working through HTTP-proxy. If "no", then "no". Will look for another solution.