|
From: Dennis P. <da...@be...> - 2025-10-26 18:19:24
|
I have fetchmail (6.3.24) running on CentOS 7 and am moving it to Ubuntu fetchmail (6.4.38). I thought the move would be pretty much seamless but was wrong. Apparently there are differences in the fetchmailrc file that I am not understanding. I am using it for gmail. Here is a sanitized portion of my fetchmailrc: *set logfile "/var/log/maillog" set postmaster "mailman" set bouncemail set no spambounce set properties "" defaults: timeout 240 poll pop.gmail.com proto POP3 user "uuu...@gm..." is uuuuuuuuu password 'kkkkkkkkkkkkkkkr' preconnect "echo `date '+%b %d %H:%M:%S'` uuuuuuuuu" ssl nokeep fetchall *Here is the output when I run it: *Old UID list from pop.gmail.com: <empty> Scratch list of UIDs: <empty> fetchmail: 6.4.38 querying pop.gmail.com (protocol POP3) at Sun 26 Oct 2025 01:00:02 PM EDT: poll started Oct 26 13:00:02 uuuuuuuu Trying to connect to 2607:f8b0:4002:c05::6c/995...connected. fetchmail: SSL verify callback depth 2: verify_ok == 1, err = 0, ok fetchmail: Certificate chain, from root to peer, starting at depth 2: fetchmail: Issuer Organization: Google Trust Services LLC fetchmail: Issuer CommonName: GTS Root R4 fetchmail: Subject CommonName: GTS Root R4 fetchmail: SSL verify callback depth 1: verify_ok == 1, err = 0, ok fetchmail: Certificate at depth 1: fetchmail: Issuer Organization: Google Trust Services LLC fetchmail: Issuer CommonName: GTS Root R4 fetchmail: Subject CommonName: WE2 fetchmail: SSL verify callback depth 0: verify_ok == 1, err = 0, ok fetchmail: Server certificate: fetchmail: Issuer Organization: Google Trust Services fetchmail: Issuer CommonName: WE2 fetchmail: Subject CommonName: pop.gmail.com fetchmail: Subject Alternative Name: pop.gmail.com fetchmail: pop.gmail.com key fingerprint: A3:FD:1E:8B:34:9B:B3:89:BF:E9:67:5B:42:DE:4E:8A fetchmail: SSL/TLS: using protocol TLSv1.3, cipher TLS_AES_256_GCM_SHA384, 256/256 secret/processed bits fetchmail: POP3< +OK Gpop ready for requests from 2600:1700:5cac:4600:431:e582:3ec6:f485 956f58d0204a3-63e8b2c032 amb144186743d50 fetchmail: POP3> CAPA fetchmail: POP3< +OK Capability list follows fetchmail: POP3< USER fetchmail: POP3< RESP-CODES fetchmail: POP3< EXPIRE 0 fetchmail: POP3< LOGIN-DELAY 300 fetchmail: POP3< TOP fetchmail: POP3< UIDL fetchmail: POP3< X-GOOGLE-RICO fetchmail: POP3< SASL PLAIN XOAUTH2 OAUTHBEARER fetchmail: POP3< . fetchmail: POP3> USER **uuuuuuuu**@gmail.com fetchmail: POP3< +OK send PASS fetchmail: POP3> PASS * fetchmail: POP3< +OK Welcome. fetchmail: selecting or re-polling default folder fetchmail: POP3> STAT fetchmail: POP3< +OK 3 22429 3 messages for **uuuuuuuu**@gmail.com at pop.gmail.com (22429 octets). fetchmail: POP3> LIST 1 fetchmail: POP3< +OK 1 7418 fetchmail: POP3> RETR 1 fetchmail: POP3< +OK message follows reading message **uuuuuuuu**@gma...@po...:1 of 3 (7418 octets) About to rewrite Return-Path: <xx...@dd...>... ...rewritten version is Return-Path: <**xx...@dd...**>. About to rewrite Cc: **xx...@dd...**... ...rewritten version is Cc: **xx...@dd...**. About to rewrite To: **uuuuuuuu**@gmail.com... ...rewritten version is To: **uuuuuuuu**@gmail.com. About to rewrite From: **xx...@dd...**... ...rewritten version is From: **xx...@dd...**.net. Trying to connect to 127.0.0.1/25...connected. *At this point it seems to hang and does not proceed to the next mailbox. Can someone help me fix my fetchmailrc? TIA. |