From 2590282fa42cafd2baad2b256a5030f31b588780 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Sun, 23 Jul 2023 05:39:05 +0000 Subject: [PATCH] Add strict_sender to smtprelay.ini --- smtprelay.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/smtprelay.ini b/smtprelay.ini index cca560ed..a6adf2c4 100644 --- a/smtprelay.ini +++ b/smtprelay.ini @@ -34,6 +34,10 @@ ; accepting mails from client. ;local_forcetls = false +; Only use remotes where FROM EMail address in received +; EMail matches remote_sender. +;strict_sender = false + ; Socket timeout for read operations ; Duration string as sequence of decimal numbers, ; each with optional fraction and a unit suffix.