From 008175220ef3fec78c981ebf36dbf31b3fcd6cd5 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 20 May 2023 21:48:07 +0000 Subject: [PATCH] Set X-Original-To header (requires recent Postfix) For some reason, setting Delivered-To to include the address extension doesn't seem to work -- it's still just alex@dehnerts.com. X-Original-To does include the address extension now though. --- master.cf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master.cf b/master.cf index fc13dd9..b8de63f 100644 --- a/master.cf +++ b/master.cf @@ -73,10 +73,10 @@ retry unix - - y - - error discard unix - - y - - discard local unix - n n - - local virtual unix - n n - - virtual -lmtp unix - - y - - lmtp +#lmtp unix - - y - - lmtp # As of Postfix 3.5, this should allow adding a Delivered-To: header # https://www.postfix.org/lmtp.8.html -#lmtp unix - - y - - lmtp flags=DO +lmtp unix - - y - - lmtp flags=DORX anvil unix - - y - 1 anvil # -- 2.34.1