diff options
author | 2024-07-29 19:39:01 +0100 | |
---|---|---|
committer | 2024-07-31 13:25:54 +0100 | |
commit | cc53f71edbc7de428f50d5fd66d970648bb6abee (patch) | |
tree | b9d2e5816f44e118a5030ef6667eee90e6fe0e45 | |
parent | postfix: template virtual address table and regenerate on changes (diff) |
postfix: add variable for postmaster email
-rw-r--r-- | ansible/roles/postfix/vars/main/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/roles/postfix/vars/main/main.yml b/ansible/roles/postfix/vars/main/main.yml index 4700605..f6d4b18 100644 --- a/ansible/roles/postfix/vars/main/main.yml +++ b/ansible/roles/postfix/vars/main/main.yml @@ -5,3 +5,5 @@ postfix_bind_user: "uid=postfix,cn=users,cn=accounts,dc=box,dc=pydis,dc=wtf" postfix_bind_password: "{{ vault_postfix_bind_password }}" postfix_bind_server: "ldaps://ldap01.box.pydis.wtf:636" postfix_bind_search_base: "cn=users,cn=accounts,dc=box,dc=pydis,dc=wtf" + +postfix_postmaster_email: "[email protected]" |