(debugging) avoid postscreen, no chroot in submission

This commit is contained in:
Mauro Torrez 2019-09-09 00:24:11 -03:00
parent 54c569be8b
commit 9ad4f929d6

View File

@ -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