diff options
author | 2024-08-02 21:40:38 +0100 | |
---|---|---|
committer | 2024-08-03 10:03:41 +0200 | |
commit | 8d39af20c32ee1ffe6310649c8631b9a92d73ba6 (patch) | |
tree | 1bfddb5d62742f3c784b1ba3c0d269723eb7f888 | |
parent | Update SPF and Google Verification records for pydis.wtf (diff) |
Add Events, Director & Admin email aliases
-rw-r--r-- | ansible/roles/postfix/templates/virtual.j2 | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/ansible/roles/postfix/templates/virtual.j2 b/ansible/roles/postfix/templates/virtual.j2 index 91dae52..7cdd03d 100644 --- a/ansible/roles/postfix/templates/virtual.j2 +++ b/ansible/roles/postfix/templates/virtual.j2 @@ -1,7 +1,21 @@ [email protected] {{ postfix_postmaster_email }} [email protected] {{ postfix_postmaster_email }} [email protected] {{ postfix_postmaster_email }} [email protected] {{ postfix_postmaster_email }} +# DevOps Aliases +postmaster {{ postfix_postmaster_email }} +root {{ postfix_postmaster_email }} +webmaster {{ postfix_postmaster_email }} +abuse {{ postfix_postmaster_email }} +ops {{ postfix_postmaster_email }} # For now, forward DMARC reports to Joe +dmarc joe + +# Events Emails +merch-support events +streamyard events + +# Director Emails +owners directors +patreon directors +donations directors + +# Admins Emails +admins administrators |