aboutsummaryrefslogtreecommitdiffstats
path: root/roles/postfix_server/templates/etc
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-16 21:27:19 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-16 21:27:19 -0500
commit9604bf03c8e321871a736e0c53165c5ef3f303a6 (patch)
tree31c21f0b280fe21d951007ae550757c8cd99429e /roles/postfix_server/templates/etc
parentb0fa8011de7be290efb17ffb13220f08216363b7 (diff)
downloadselfhosted-9604bf03c8e321871a736e0c53165c5ef3f303a6.tar.gz
selfhosted-9604bf03c8e321871a736e0c53165c5ef3f303a6.zip
postfix_server: update defaults
Diffstat (limited to 'roles/postfix_server/templates/etc')
-rw-r--r--roles/postfix_server/templates/etc/postfix/main.cf.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/postfix_server/templates/etc/postfix/main.cf.j2 b/roles/postfix_server/templates/etc/postfix/main.cf.j2
index 9132dff..0c18175 100644
--- a/roles/postfix_server/templates/etc/postfix/main.cf.j2
+++ b/roles/postfix_server/templates/etc/postfix/main.cf.j2
@@ -95,15 +95,15 @@ smtpd_recipient_restrictions =
reject_unauth_pipelining,
reject_unlisted_recipient,
reject_unauth_destination,
- check_policy_service {{ postfix_mailbox_quota_service }}
+ check_policy_service inet:{{ postfix_quota_host }}:{{ postfix_quota_port }}
smtpd_data_restrictions =
permit_mynetworks,
reject_unauth_pipelining
-virtual_transport = {{ postfix_virtual_transport }}
+virtual_transport = lmtp:inet:{{ postfix_lmtp_host }}:{{ postfix_lmtp_port }}
virtual_mailbox_domains = {{ freeipa_realm }} {{ postfix_virtual_domains | join(' ') }}
virtual_mailbox_maps = ldap:$config_directory/virtual_mailboxes.cf
virtual_alias_maps = ldap:$config_directory/virtual_aliases.cf
milter_default_action = accept
-smtpd_milters = {{ postfix_milter }}
+smtpd_milters = inet:{{ postfix_rspamd_host }}:{{ postfix_rspamd_port }}