On Thu, Oct 15, 2020 at 08:53:00AM -0400, Walter Dnes wrote
> It looks like I was being too specific and micro-managing things.
> Like Captain Picard, simply say "Make it so", and let it figure things
> out for itself. What finally worked, including handoff to procmail, was
>
>
> poll ########### protocol pop3:
> username "############" password "########" is "########" here
> mda "/usr/bin/procmail -m ~/.mailfilter/.procmailrc":
That worked for one provider, but not for gmail. I had to go with...
poll ########### protocol pop3:
username "############" password "<password>" is "########" here
ssl
fetchall
mda "/usr/bin/procmail -m ~/.mailfilter/.procmailrc":
poll pop.gmail.com protocol pop3:
username "##########" password "<password>" is "########" here
ssl
fetchall
mda "/usr/bin/procmail -m ~/.mailfilter/.procmailrc":
That works for both. I have a couple of other providers to set up.
Question... is there a way to declare "ssl" and "fetchall" as default
global settings that apply to all providers in ~/.fetchmailrc
--
Walter Dnes <[email protected]>
I don't run "desktop environments"; I run useful applications