From 4bf9ac9413b0ab5668abd9a77c9be745b5bee136 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 24 Jan 2023 23:04:57 +0100 Subject: Include Postfix pillar via role Signed-off-by: Georg Pfuetzenreuter --- pillar/common.sls | 1 + pillar/postfix.sls | 26 -------------------------- pillar/role/mta/postfix.sls | 26 ++++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 pillar/postfix.sls create mode 100644 pillar/role/mta/postfix.sls (limited to 'pillar') diff --git a/pillar/common.sls b/pillar/common.sls index d423f73..280886f 100644 --- a/pillar/common.sls +++ b/pillar/common.sls @@ -1,6 +1,7 @@ include: - role.salt.common - role.salt.minion + - role.mta.postfix managed_header_pound: | ### This file is managed via https://git.com.de/LibertaCasa/salt diff --git a/pillar/postfix.sls b/pillar/postfix.sls deleted file mode 100644 index 15c3d07..0000000 --- a/pillar/postfix.sls +++ /dev/null @@ -1,26 +0,0 @@ -postfix: - master_config: - services: - smtp: - enable: False - config: - # to-do: set via site config - relayhost: zz0.email - myhostname: {{ grains['fqdn'] }} - inet_interfaces: loopback-only - # to-do: support relay via IPv6 - inet_protocols: ipv4 - alias_maps: lmdb:/etc/aliases - smtpd_use_tls: 'no' - smtp_use_tls: 'yes' - smtp_tls_security_level: encrypt - smtp_tls_wrappermode: 'yes' - - aliases: - use_file: false - present: - admins: 'georg, pratyush' - georg: georg@lysergic.dev - pratyush: pratyush@lysergic.dev - root: 'system, \root' - system: system@lysergic.dev diff --git a/pillar/role/mta/postfix.sls b/pillar/role/mta/postfix.sls new file mode 100644 index 0000000..15c3d07 --- /dev/null +++ b/pillar/role/mta/postfix.sls @@ -0,0 +1,26 @@ +postfix: + master_config: + services: + smtp: + enable: False + config: + # to-do: set via site config + relayhost: zz0.email + myhostname: {{ grains['fqdn'] }} + inet_interfaces: loopback-only + # to-do: support relay via IPv6 + inet_protocols: ipv4 + alias_maps: lmdb:/etc/aliases + smtpd_use_tls: 'no' + smtp_use_tls: 'yes' + smtp_tls_security_level: encrypt + smtp_tls_wrappermode: 'yes' + + aliases: + use_file: false + present: + admins: 'georg, pratyush' + georg: georg@lysergic.dev + pratyush: pratyush@lysergic.dev + root: 'system, \root' + system: system@lysergic.dev -- cgit v1.2.3