From 70036d224feb0cc73c61982aa284f77c9ad68904 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Tue, 24 Jan 2023 21:13:58 +0100 Subject: Manage aliases Signed-off-by: Georg Pfuetzenreuter --- pillar/common/postfix.sls | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pillar') diff --git a/pillar/common/postfix.sls b/pillar/common/postfix.sls index ce59e60..15c3d07 100644 --- a/pillar/common/postfix.sls +++ b/pillar/common/postfix.sls @@ -16,4 +16,11 @@ postfix: 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