From 7b9f184c6b0e6164cfc08b5ae4b77970cc001194 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 24 Jan 2023 23:03:20 +0100 Subject: Revert "Split to OS specific common pillar" This reverts commit 4863396938c7c638517cbefc3a2773c9eb29bc69. --- pillar/common/postfix.sls | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 pillar/common/postfix.sls (limited to 'pillar/common/postfix.sls') diff --git a/pillar/common/postfix.sls b/pillar/common/postfix.sls deleted file mode 100644 index 15c3d07..0000000 --- a/pillar/common/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 -- cgit v1.2.3