Re: How getmail deals with delivery errors and with bounce e-mails
Martin Gregorie <[email protected]>
| Newsgroups | gmane.mail.getmail.user |
|---|---|
| Organization | Martin Gregorie |
| Message-ID | <[email protected]> |
On Tue, 2020-11-03 at 22:21 +0000, RW wrote:
> getmail can send email to SpamAssassin itself, you can use sieve in
> dovecot-lda to do the rest. You don't need any glue with getmail.
>
Of course, but:
- its feeding a pipeline: "spamc | spamkiller" spamkiller launches
sendmail when the score is less than 5.0
- incoming gets passed to postfix so it can:
- BCC a copy to my mail archive
- divert some (internal) messages, i.e. anything for root is sent
to my usual login
- divert mail for nonexistent users to my usual login
before passing the message to Dovecot for delivery.
> If you deliver via dovecot-lda, it's trivial to handle it from sieve.
>
Noted, but my current setup has been stable for quite some time and does
exactly what I want it to do, so I see no need to rebuild ot redesign
it.
Martin