Re: IMAP Issues (error / speed)
- To: mutt-users@xxxxxxxx
- Subject: Re: IMAP Issues (error / speed)
- From: "Dylan Stamat" <dylanstamat@xxxxxxxxx>
- Date: Wed, 14 May 2008 21:54:22 +1200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=wth8GI5cltReI7NwKxPcUX32mhfThOIo9gcRMHrDDKE=; b=phJi+HUen4TXfBTbqFdmp2VhGm26x1ErUigAi+KZVYBQUQw19gbskOaJGxwCFazZ+/GQJYKRvFdcInYqYnyfshOU2TnzLxRKqwiRN1p7zNQ9DSO8pXIvXuxW3CwX52OSUHQnbbZmHNXE5Aba0rzxt+WLuw7thI8d5aE/hyPvCGs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RrNhYmiu9wgr6Rmxhg2YbmOVZK+1nS2kiJk+YRJTMcZTrfcX3B+Qk7inNq1+Q1EHuj9AJqnqtVbjXOu+6vQ81qDxKWnHWQs5HLmnrnAZSWRxmg63UCEIr7s08L6ohW66kowKVJPsfdbBFGBsIubcuMb9x4E1HveZnzAxE34vhgY=
- In-reply-to: <20080514085805.GA411@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- References: <9950da150805131649v2e6b6eadi2dd1db5640708836@xxxxxxxxxxxxxx> <20080514085805.GA411@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
Hey Rocco, thanks for the response. Here is the output for both
imap and smtp:
host -v smtp.gmail.com
=========================================
Trying "smtp.gmail.com"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51892
;; flags: qr rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;smtp.gmail.com. IN A
;; ANSWER SECTION:
smtp.gmail.com. 10000 IN A 209.85.201.109
Received 48 bytes from 10.1.1.1#53 in 2 ms
Trying "smtp.gmail.com"
;; Warning: Message parser reports malformed message packet.
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63148
;; flags: qr rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;smtp.gmail.com. IN AAAA
Received 32 bytes from 10.1.1.1#53 in 2 ms
Trying "smtp.gmail.com"
;; connection timed out; no servers could be reached
=========================================
host -v imap.gmail.com
=========================================
Trying "imap.gmail.com"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9203
;; flags: qr rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;imap.gmail.com. IN A
;; ANSWER SECTION:
imap.gmail.com. 10000 IN A 209.85.201.109
Received 48 bytes from 10.1.1.1#53 in 2 ms
Trying "imap.gmail.com"
;; Warning: Message parser reports malformed message packet.
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40239
;; flags: qr rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;imap.gmail.com. IN AAAA
Received 32 bytes from 10.1.1.1#53 in 2 ms
Trying "imap.gmail.com"
;; connection timed out; no servers could be reached
=========================================
The odd part is that imap will connect eventually and I can use mutt,
but smtp will never resolve. Assuming imap timeout is shorter ?
Regardless, something is not right, as "connection timed out" is
probably not ideal ;)
Any suggestions are welcome,
Thanks !
==
Dylan
On Wed, May 14, 2008 at 8:58 PM, Rocco Rutte <pdmef@xxxxxxx> wrote:
> Hi,
>
>
> * Dylan Stamat wrote:
>
>
> > I'm on a fresh install of OSX (Leopard), and did a macport install of
> > mutt-devel,
> > (see bottom of email for config opts). I had no issues on my OpenBSD
> machine,
> > but in moving my .muttrc over to this new machine, there are the
> > following problems.
> >
>
>
> > 1) When sending an email, it hangs for a while (probably until
> connect_timeout
> > seconds), then gives me the following error (obviously, gmail as the
> > smtp server):"Could not connect to gmail.com (Can't assign requested
> > address)."
> >
>
> This is likely for the same reason as 2).
>
>
>
> > 2) When starting mutt, it sits on "Looking up imap.gmail.com..." for
> about 20
> > seconds before taking me into my default inbox. I've tried toggling
> > "imap_check_subscribed" and "imap_list_subscribed", but to no avail.
> >
>
> The "Looking up..." message says that mutt is waiting for the OS to return
> the IP address for the given host. I guess in your case you have some DNS
> problems unrelated to mutt.
>
> How long does 'host imap.google.com' on the command line take on OS X for
> you?
>
> Rocco
>