On Mon, 20 Jul 2015 01:33, Patrick Shanahan <paka@...> wrote:
* Carlos E. R. <robin.listas@telefonica.net> [07-19-15 19:18]:
On 20/07/2015 0:37, Patrick Shanahan wrote:
* Carlos E. R. <> [07-19-15 18:26]:
No, by name. You appear to have a name solving issue.
18:36 wahoo:~ > host imap.gmail.com imap.gmail.com is an alias for gmail-imap.l.google.com. gmail-imap.l.google.com has address 173.194.196.109 gmail-imap.l.google.com has address 173.194.196.108 gmail-imap.l.google.com has IPv6 address 2607:f8b0:4001:c0d::6c 18:36 wahoo:~ > ping gmail-imap.l.google.com PING gmail-imap.l.google.com (74.125.202.108) 56(84) bytes of data. 64 bytes from io-in-f108.1e100.net (74.125.202.108): icmp_seq=1 ttl=45 time=38.5 ms ^C --- gmail-imap.l.google.com ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 38.585/38.585/38.585/0.000 ms
Ok... I'm on Windows this instant, so I can't verify what I get. But your problem is here:
fetchmail: 6.3.26 querying imap.gmail.com (protocol IMAP) at Sun 19 Jul 2015 03:07:53 PM EDT: poll started fetchmail: Trying to connect to 2607:f8b0:4001:c06::6d/993... (log message incomplete) fetchmail: timeout after 45 seconds waiting to connect to server imap.gmail.com.
Fetchmail is trying to use the IPv6 address instead of the IPv4 addresses. I don't know if Fetchmail can be told not to use IPv6, but if it can't, then you will have to disable IPv6 globally.
I don't know either, but have disabled ipv6 in "yast network" which says a reboot is required.
Odd that the connection worked with ipv6 enabled since late april when I changed provider until ~16 July and then just stopped. Anyway, disabling ipv6 will prove itself right or wrong. Will advise.
tks,
Easier and faster for a simple test is to add the ipv4 addresses to /etc/hosts use "host imap.gmail.com" a few times to get a nice pool, then build the needed lines e.g. from above: [code /etc/hosts] # ... usual stuff, after last line: # added ipv4 gmail-imap.l.google.com for testing fetchmail 74.125.202.108 gmail-imap.l.google.com 74.125.202.109 gmail-imap.l.google.com 173.194.196.108 gmail-imap.l.google.com 173.194.196.109 gmail-imap.l.google.com [/code] Maybe you need to reload your dns and/or nscd services after this. Then try with "host imap.gmail.com" again, there should not be a ipv6 address anymore. Try fetchmail again. - Yamaban. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org