diff options
author | Georg Pfuetzenreuter | 2023-01-25 21:39:35 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-25 21:39:35 +0100 |
commit | 68939f80548446b1e1f44a62e98cc97d6552d2ff (patch) | |
tree | 24c76e81412d96e1bd62e001c17c43fccdb8ac5f /pillar/role/mta | |
parent | 286bd5d20b1b3461c3b3715d4d8978e5baaaf14c (diff) | |
download | salt-68939f80548446b1e1f44a62e98cc97d6552d2ff.tar.gz salt-68939f80548446b1e1f44a62e98cc97d6552d2ff.tar.bz2 salt-68939f80548446b1e1f44a62e98cc97d6552d2ff.zip |
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>
Diffstat (limited to 'pillar/role/mta')
-rw-r--r-- | pillar/role/mta/postfix.sls | 1 |
1 files changed, 1 insertions, 0 deletions
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' |