From 482450fc40d20b2f2880541e42e8674f49dfbb8b Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 22 Jun 2024 10:22:09 +0100
Subject: [PATCH] Revert "Discard postfix-in bounces"

This reverts commit 5b6db0d9b86f1e20abd02ef5c69846f9c09eb5e5.

Breaks sending newsletter bounces back to the 'noise' service.
---
 roles/mail/templates/postfix-in/master.cf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/mail/templates/postfix-in/master.cf b/roles/mail/templates/postfix-in/master.cf
index 8540979d..46f7cd97 100644
--- a/roles/mail/templates/postfix-in/master.cf
+++ b/roles/mail/templates/postfix-in/master.cf
@@ -19,7 +19,7 @@ pickup    unix  n       -       y       60      1       pickup
 cleanup   unix  n       -       y       -       0       cleanup
 qmgr      unix  n       -       n       300     1       qmgr
 rewrite   unix  -       -       y       -       -       trivial-rewrite
-bounce    unix  -       -       y       -       0       discard
+bounce    unix  -       -       y       -       0       bounce
 defer     unix  -       -       y       -       0       bounce
 trace     unix  -       -       y       -       0       bounce
 verify    unix  -       -       y       -       1       verify
-- 
GitLab