From 68939f80548446b1e1f44a62e98cc97d6552d2ff Mon Sep 17 00:00:00 2001
From: Georg Pfuetzenreuter
Date: Wed, 25 Jan 2023 21:39:35 +0100
Subject: Postfix: configure alias_database

Not needed, but the formula writes a hash:/ entry default, which might
cause confusion in the future, since our alias_maps is using lmdb:/.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
---
 pillar/role/mta/postfix.sls | 1 +
 1 file changed, 1 insertion(+)

(limited to 'pillar/role')

diff --git a/pillar/role/mta/postfix.sls b/pillar/role/mta/postfix.sls
index 51e7afc..a992440 100644
--- a/pillar/role/mta/postfix.sls
+++ b/pillar/role/mta/postfix.sls
@@ -11,6 +11,7 @@ postfix:
     inet_interfaces: loopback-only
     # to-do: support relay via IPv6
     inet_protocols: ipv4
+    alias_database: lmdb:/etc/aliases
     alias_maps: lmdb:/etc/aliases
     smtpd_use_tls: 'no'
     smtp_use_tls: 'yes'
-- 
cgit v1.2.3