Skip to content
Snippets Groups Projects
Commit c9bebac6 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Merge branch 'spf-skip' into 'master'

postfix: skip my_networks on spf policy check

See merge request !19
parents 7edf869d d76dfaf1
No related branches found
No related tags found
1 merge request!19postfix: skip my_networks on spf policy check
Pipeline #4351 canceled
......@@ -9,5 +9,4 @@ Mail_From_reject = Fail
PermError_reject = False
TempError_Defer = False
skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1
skip_addresses = 127.0.0.0/8,::ffff:127.0.0.0/104,::1,{{ postfix_my_networks|join(",") }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment