diff options
author | 2024-09-03 16:06:36 +0100 | |
---|---|---|
committer | 2024-09-03 19:47:04 +0100 | |
commit | e71ca54f35a510b56681da66b2da4075956cefce (patch) | |
tree | bd0cc368a21cde54bddbbef2056693e65d1d82d0 | |
parent | Add new postfix sub-services for conditional SRS rewriting (diff) |
Update postfix main.cf to pass through new conditional SRS rewriter
-rw-r--r-- | ansible/roles/postfix/templates/main.cf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/postfix/templates/main.cf.j2 b/ansible/roles/postfix/templates/main.cf.j2 index 528ab8f..835b8f8 100644 --- a/ansible/roles/postfix/templates/main.cf.j2 +++ b/ansible/roles/postfix/templates/main.cf.j2 @@ -48,8 +48,8 @@ myhostname = {{ postfix_mailserver_name }} policyd-spf_time_limit = 3600 -sender_canonical_maps = tcp:localhost:10001 -sender_canonical_classes = envelope_sender +# Handle SRS +default_transport = smtp:127.0.0.1:10027 recipient_canonical_maps = tcp:localhost:10002 recipient_canonical_classes = envelope_recipient,header_recipient |