From 9ad4f929d63185157df506382c7cc2f7fcf37367 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Mon, 9 Sep 2019 00:24:11 -0300 Subject: [PATCH] (debugging) avoid postscreen, no chroot in submission --- tasks/main.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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