From 35e24c6047270ffa9476c8e434da52779d5bf677 Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Wed, 28 Oct 2020 12:14:15 -0500 Subject: [PATCH] Update 'src/mailsrv/docs/Future.md' --- src/mailsrv/docs/Future.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/mailsrv/docs/Future.md b/src/mailsrv/docs/Future.md index ff451d5..67b05db 100644 --- a/src/mailsrv/docs/Future.md +++ b/src/mailsrv/docs/Future.md @@ -1,5 +1,14 @@ # future changes +## LMTP once Postfix 3.5 is on stable, we can use the X-Original-To header with LMTP as well. Simply add the "flags=O" argument to the `lmtp` line in `master.cf`, and change `local_transport` in `main.cf` to be `lmtp:unix:private/dovecot-lmtp` and also add the parameter `lmtp_recipient_limit = 1` to `main.cf` as well. Also, feel free to delete the `15-lda` config file from the git for dovecot alternatively, could potentially use the `envelope-dsn` extension of Sieve if it is added to Pigeonhole + +## spamfilter + +look into spamassassin if needed + +## security + +fail2ban, DKIM + DMARC \ No newline at end of file