浏览代码

Add strict_sender to smtprelay.ini

Bernhard Froehlich 2 年之前
父节点
当前提交
2590282fa4
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      smtprelay.ini

+ 4 - 0
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.