From cc53f71edbc7de428f50d5fd66d970648bb6abee Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 29 Jul 2024 19:39:01 +0100 Subject: postfix: add variable for postmaster email --- ansible/roles/postfix/vars/main/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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: "devops@pydis.wtf" -- cgit v1.2.3