(debugging) avoid postscreen, no chroot in submission
This commit is contained in:
parent
54c569be8b
commit
9ad4f929d6
@ -185,6 +185,7 @@
|
||||
service: submission
|
||||
type: inet
|
||||
private: 'n'
|
||||
chroot: 'n'
|
||||
command: smtpd
|
||||
parameter:
|
||||
milter_macro_daemon_name: ORIGINATING
|
||||
@ -205,13 +206,13 @@
|
||||
notify: reload postfix
|
||||
when: postfix_submission_enable == False
|
||||
|
||||
- name: "Enable postscreen"
|
||||
include_tasks: postscreen.yml
|
||||
when: "postfix_postscreen_enable == True"
|
||||
# - name: "Enable postscreen"
|
||||
# include_tasks: postscreen.yml
|
||||
# when: "postfix_postscreen_enable == True"
|
||||
|
||||
- name: "Disable postscreen"
|
||||
include_tasks: postscreen_disable.yml
|
||||
when: "postfix_postscreen_enable == False"
|
||||
# - name: "Disable postscreen"
|
||||
# include_tasks: postscreen_disable.yml
|
||||
# when: "postfix_postscreen_enable == False"
|
||||
|
||||
# TODO: mensajes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user