(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 service: submission
type: inet type: inet
private: 'n' private: 'n'
chroot: 'n'
command: smtpd command: smtpd
parameter: parameter:
milter_macro_daemon_name: ORIGINATING milter_macro_daemon_name: ORIGINATING
@ -205,13 +206,13 @@
notify: reload postfix notify: reload postfix
when: postfix_submission_enable == False when: postfix_submission_enable == False
- name: "Enable postscreen" # - name: "Enable postscreen"
include_tasks: postscreen.yml # include_tasks: postscreen.yml
when: "postfix_postscreen_enable == True" # when: "postfix_postscreen_enable == True"
- name: "Disable postscreen" # - name: "Disable postscreen"
include_tasks: postscreen_disable.yml # include_tasks: postscreen_disable.yml
when: "postfix_postscreen_enable == False" # when: "postfix_postscreen_enable == False"
# TODO: mensajes # TODO: mensajes