Skip to content
Snippets Groups Projects
Verified Commit ae493c50 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

postfix: Remove empty files

parent e80c842a
No related branches found
No related tags found
1 merge request!462Postfix cleanup
......@@ -9,13 +9,7 @@
- name: Postmap additional files # noqa no-changed-when
command: postmap /etc/postfix/{{ item }}
loop:
- access_client
- access_sender
- access_sender-post-filter
- access_helo
- access_recipient
- transport
- relocated
- domains
- msa_header_checks
......
......@@ -9,7 +9,6 @@
- transport
- transport.pcre
- aliases
- users.pcre
notify:
- Restart postfix
- Postmap additional files
......@@ -18,14 +17,6 @@
- name: Install additional files
copy: src={{ item }} dest=/etc/postfix/{{ item }} owner=root group=root mode=0644
loop:
- access_client
- access_sender
- access_sender-post-filter
- access_helo
- access_recipient
- body_checks
- header_checks
- relocated
- domains
- msa_header_checks
notify:
......
......@@ -78,10 +78,6 @@ smtpd_recipient_restrictions =
# policy services
$policy_check,
# white-/blacklisting
check_recipient_access ${indexed}/access_recipient,
check_client_access ${indexed}/access_client,
check_helo_access ${indexed}/access_helo,
check_sender_access ${indexed}/access_sender,
# reject unclean mails
reject_unauth_pipelining,
reject_non_fqdn_recipient,
......@@ -130,7 +126,6 @@ smtpd_sasl_authenticated_header = yes
submission_recipient_restrictions=
# allow postmaster
check_recipient_access ${indexed}/access_recipient,
permit_sasl_authenticated,
reject
......@@ -156,7 +151,6 @@ alias_database = ${indexed}/aliases
virtual_alias_maps =
${indexed}/users
pcre:${config_directory}/users.pcre
virtual_alias_domains = ${indexed}/domains
# reject mails to system users (nobody looks in those mailboxes)
......@@ -164,7 +158,6 @@ local_recipient_maps =
${indexed}/users
$alias_maps
pcre:${config_directory}/transport.pcre
relocated_maps = ${indexed}/relocated
relay_domains =
......@@ -176,9 +169,6 @@ wiki_bouncehandler_destination_recipient_limit = 1
authorized_mailq_users = root
header_checks = pcre:/etc/postfix/header_checks
body_checks = pcre:/etc/postfix/body_checks
delay_warning_time = 4h
# vim: set ft=pfmain:
#
# {{ansible_managed}}
#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment