From: Ralph C. <ra...@in...> - 2020-02-05 17:02:52
|
Hi Joe, > fetchmail: 6.4.1 querying imap.gmail.com (protocol IMAP) at Tue 04 Feb 2020 09:05:20 PM EST: poll started > fetchmail: Trying to connect to 173.194.175.108/143... (log message incomplete) ... > poll imap.gmail.com with proto IMAP timeout 10 envelope Delivered-to > user 'gue...@gm...', with password 'someword', is > 'xma...@an...' here folder 'Inbox' fetchlimit 10 > sslfingerprint '11:22:33:53:84:9C:EF:6C:E2:BF:AA:A8:2A:DD:EE:FF' Port 143, mentioned above, is IMAP. I don't know if Gmail every listen on that. You'll doing better using 993; see /etc/services for 993/tcp. That's achieved with fetchmail's keyword ssl; and it has friends. You've sslfingerprint above, so presumably you were down this path before. -- Cheers, Ralph. |