From 9cc789d30d8f3a16e32c75b815e67d7f69187472 Mon Sep 17 00:00:00 2001 From: thom <thom@amsterdamtech.nl> Date: Thu, 1 Oct 2020 10:36:33 +0200 Subject: [PATCH] Add forbidden commands USER,PASS + defaults) --- install/tpl/postfix_2-5.conf.master | 1 + 1 file changed, 1 insertion(+) diff --git a/install/tpl/postfix_2-5.conf.master b/install/tpl/postfix_2-5.conf.master index 132c80822e..8f96430e52 100644 --- a/install/tpl/postfix_2-5.conf.master +++ b/install/tpl/postfix_2-5.conf.master @@ -11,3 +11,4 @@ #{stress_adaptive} smtpd_soft_error_limit = ${stress?2}${stress:5} #{stress_adaptive} smtpd_timeout = ${stress?10}${stress:60}s +smtpd_forbidden_commands = CONNECT,GET,POST,USER,PASS -- GitLab