diff options
Diffstat (limited to 'pillar')
-rw-r--r-- | pillar/common/postfix.sls | 9 |
1 files changed, 8 insertions, 1 deletions
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 |