Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
031ac20b
Verified
Commit
031ac20b
authored
Nov 25, 2017
by
Florian Pritz
Browse files
postfix: Pass internal mails through filters so they get signed by opendkim
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
b5d5e3c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/postfix/templates/main.cf.j2
View file @
031ac20b
...
...
@@ -71,6 +71,10 @@ smtp_connection_cache_on_demand = yes
smtpd_milters=unix:/var/spool/opendkim/opendkim
non_smtpd_milters=unix:/var/spool/opendkim/opendkim
# Pass internal mails through filters so they get signed by opendkim
# XXX: Be careful not to have filters that may reject mails!
internal_mail_filter_classes = bounce
# custom restriction classes
policy_check =
# postfwd
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment