Opened 11 years ago

Closed 9 years ago

#10033 closed bug (duplicate)

Can not connect to GMail IMAP.

Reported by: bga Owned by: axeld
Priority: normal Milestone: R1
Component: Network & Internet/Stack Version: R1/Development
Keywords: Cc: michaelpeppers89@…
Blocked By: #8293 Blocking: #9643
Platform: All

Description

I am trying to set up mail_daemon to fetch emails through IMAP from my GMail account. GMail uses a specific port for IMAP so I configured the incoming email server as:

imap.gmail.com:993

When trying to connect, I get this in the log window:

bga@… Connection error: Network is unreachable [Sun Sep 29 10:42:23 2013]

Then I tried amanual telnet just to check and got this:

~> telnet imap.gmail.com 993 Trying (null)... telnet: connect to address (null): Network is unreachable Trying 173.194.68.108... Connected to gmail-imap.l.google.com. Escape character is ']'. telnet> close Connection closed.

As can be seen, it connected, but that "Trying (null)..." is suspicious and it may be getting mail_daemon confused in case it is algo getting something similar. Maybe it is related to ipv6 support? My network is configured for ipv4 only.

Change History (6)

comment:1 by humdinger, 11 years ago

Blocking: 9643 added

(In #9643) #10033 has slightly more info.

comment:2 by anevilyak, 11 years ago

Component: Servers/mail_daemonNetwork & Internet/Stack
Owner: changed from czeidler to axeld
Status: newassigned

Sounds more like a general network stack problem.

comment:3 by anevilyak, 11 years ago

Version: R1/Package ManagementR1/Development

comment:4 by MichaelPeppers, 10 years ago

Cc: michaelpeppers89@… added

comment:5 by konradjr, 10 years ago

it works completely fine if you use server's ip address instead of 'imap.gmail.com', so maybe DNS is the hint here.

comment:6 by pulkomandy, 9 years ago

Blocked By: 8293 added
Resolution: duplicate
Status: assignedclosed

Another manifestation of #8293.

Note: See TracTickets for help on using tickets.