diff --git a/tasks/main.yml b/tasks/main.yml index 8638e8a..dc27a28 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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