Opened 11 years ago
Closed 10 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 , 11 years ago
Blocking: | 9643 added |
---|
comment:2 by , 11 years ago
Component: | Servers/mail_daemon → Network & Internet/Stack |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Sounds more like a general network stack problem.
comment:3 by , 11 years ago
Version: | R1/Package Management → R1/Development |
---|
comment:4 by , 11 years ago
Cc: | added |
---|
comment:5 by , 11 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 , 10 years ago
Blocked By: | 8293 added |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
Another manifestation of #8293.
(In #9643) #10033 has slightly more info.