[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: imap server not reopened after timeout
From: |
Ted Zlatanov |
Subject: |
Re: imap server not reopened after timeout |
Date: |
Mon, 12 Oct 2009 11:36:05 -0500 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) |
On Fri, 09 Oct 2009 16:06:54 -0400 Dan Christensen <jdc@uwo.ca> wrote:
DC> Ted Zlatanov <tzz@lifelogs.com> writes:
>> Can you try it without TLS?
DC> The very frequent dropped connections don't happen if I don't use TLS.
DC> To summarize:
DC> - they happen with TLS to port 143
DC> - they don't happen with a plain connection to port 143
DC> - they don't happen with a TLS connection to port 11143
DC> - they don't happen if I connect using
DC> ssh jdc.math.uwo.ca dovecot --exec-mail imap
DC> Very strange.
Yeah, as you guessed this is probably a filter somewhere between you and
the server. SSH is a good way around these problems. IMAP over HTTP
would be even better :)
Ted