update..
This commit is contained in:
@ -1550,6 +1550,48 @@ git_other_repositories: []
|
||||
|
||||
copy_plain_files: []
|
||||
|
||||
copy_plain_files_postfwd_host_specific: []
|
||||
|
||||
copy_plain_files_postfwd:
|
||||
|
||||
# Postfix Firewall postfwd
|
||||
#
|
||||
- name: postfwd.cf
|
||||
src_path: mailserver/etc/postfix/postfwd.cf
|
||||
dest_path: /etc/postfix/postfwd.cf
|
||||
|
||||
- name: postfwd.bl-hosts
|
||||
src_path: mailserver/etc/postfix/postfwd.bl-hosts
|
||||
dest_path: /etc/postfix/postfwd.bl-hosts
|
||||
|
||||
- name: postfwd.bl-nets
|
||||
src_path: mailserver/etc/postfix/postfwd.bl-nets
|
||||
dest_path: /etc/postfix/postfwd.bl-nets
|
||||
|
||||
- name: postfwd.bl-sender
|
||||
src_path: mailserver/etc/postfix/postfwd.bl-sender
|
||||
dest_path: /etc/postfix/postfwd.bl-sender
|
||||
|
||||
- name: postfwd.bl-user
|
||||
src_path: mailserver/etc/postfix/postfwd.bl-user
|
||||
dest_path: /etc/postfix/postfwd.bl-user
|
||||
|
||||
- name: postfwd.wl-hosts
|
||||
src_path: mailserver/etc/postfix/postfwd.wl-hosts
|
||||
dest_path: /etc/postfix/postfwd.wl-hosts
|
||||
|
||||
- name: postfwd.wl-nets
|
||||
src_path: mailserver/etc/postfix/postfwd.wl-nets
|
||||
dest_path: /etc/postfix/postfwd.wl-nets
|
||||
|
||||
- name: postfwd.wl-sender
|
||||
src_path: mailserver/etc/postfix/postfwd.wl-sender
|
||||
dest_path: /etc/postfix/postfwd.wl-sender
|
||||
|
||||
- name: postfwd.wl-user
|
||||
src_path: mailserver/etc/postfix/postfwd.wl-user
|
||||
dest_path: /etc/postfix/postfwd.wl-user
|
||||
|
||||
copy_template_files: []
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user