From 8e856408878bc222d2ef40766fe877a4bf88f455 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Fri, 14 May 2021 23:10:51 -0400 Subject: [PATCH] fix miler shit --- Postfix/main.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Postfix/main.conf b/Postfix/main.conf index c5f1fe7..a11fc84 100644 --- a/Postfix/main.conf +++ b/Postfix/main.conf @@ -91,9 +91,12 @@ inet_protocols = all milter_default_action = accept milter_protocol = 6 smtpd_milters = + ## OpenDKIM inet:localhost:8891, + ## OpenDMARC local:/opendmarc/opendmarc.sock, - inet:localhost:8892 + ## ClamAV + #inet:localhost:8892 non_smtpd_milters = $smtpd_milters