Re: getting getmailrc right

Martin Gregorie <[email protected]> Wed, 26 May 2021 17:33:47 +0100
Newsgroups gmane.mail.getmail.user
Organization Martin Gregorie
Message-ID <[email protected]>
On Wed, 2021-05-26 at 16:37 +0100, RW wrote:
> On Tue, 25 May 2021 14:15:39 -0400
> reader wrote:
> 
> 
> > What I'm shooting for is to have getmail pull down my pop3 mail from
> > this server, delete the on server copy, and get all mail even if
> > already read.
> ...
> > PS Do I need something more in OPTIONS for getmail to collect ALL
> > mail? I understand something like that might be the default?
> > 
My getmail [options] section looks like this:

[options]
read_all = False
delete_after = 1
message_log_syslog = false
message_log_verbose = false
verbose = 0

and is being run by a cronjob that's triggered every 10 minutes. Its
retrieving all incoming mail without duplicating anything and without
leaving anything lurking in my incoming mailbox.

Its running in MultidropPOP3Retriever, with mail to one particular user
being separated out and written to that user's mailbox. Everything else
gets run through SA where spam is quarantined and everything else is
delivered to my local Postfix MTA for distribution within my LAN via
Dovecot.
 
This set-up has been running reliably for over a year now.

Martin