From: Carlos E. R. <rob...@te...> - 2018-11-29 12:27:47
|
On 28/11/2018 20.56, Susan Ruiz wrote: > Hello, I have a problem, I am currently using fetchmail to retrieve my > emails from two accounts, one gmail.com, another corporate one with > POP3. > > This is my fetchmailrc file: > poll "pop.gmail.com" with proto POP3 port 995 user "xx...@gm..." > password "xxxxxxx" > sslfingerprint "xxxxxxxxxxx" > no rewrite keep ssl fetchall mda "/usr/bin/maildrop" I use this recipe with gmail and it works perfectly and automatically: poll imap.gmail.com with interval 0 proto imap timeout 50, and tracepolls user R_...@gm..., with password "PASSWD", is L_USER here, expunge 20, and ssl, and fetchall And for other, non gmail, accounts: poll SERVER with proto imap, timeout 70, and tracepolls user R_USER, with password PASSWD, is L_USER here, and fetchall I don't touch pop3 if I can avoid it. In my case, mail is sent for further processing by the local postfix server. -- Cheers / Saludos, Carlos E. R. (from 42.3 x86_64 "Malachite" at Telcontar) |