diff options
author | 2024-07-29 18:28:50 +0100 | |
---|---|---|
committer | 2024-07-31 13:25:53 +0100 | |
commit | 1ece2612b43191498cff5f79209e85d14437758a (patch) | |
tree | 8d0ec9a5f15a641f5f3fc65b0e28c8a0e5901357 | |
parent | postfix: add tasks to configure postfix server (diff) |
postfix: remove unused alias map
-rw-r--r-- | ansible/roles/postfix/templates/main.cf.j2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ansible/roles/postfix/templates/main.cf.j2 b/ansible/roles/postfix/templates/main.cf.j2 index 44f940d..2135b92 100644 --- a/ansible/roles/postfix/templates/main.cf.j2 +++ b/ansible/roles/postfix/templates/main.cf.j2 @@ -21,8 +21,6 @@ smtp_tls_security_level = encrypt smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination -alias_maps = hash:/etc/aliases -alias_database = hash:/etc/aliases myorigin = /etc/mailname myhostname = mail.pydis.wtf |