Explorar o código

Clarify allowed_sender/allowed_recipient empty string behavior

Jonathon Reinhart %!s(int64=4) %!d(string=hai) anos
pai
achega
76ef135d33
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      smtprelay.ini

+ 2 - 0
smtprelay.ini

@@ -35,10 +35,12 @@
 ;allowed_nets = 127.0.0.0/8 ::1/128
 
 ; Regular expression for valid FROM EMail addresses
+; If set to "", then any sender is permitted.
 ; Example: ^(.*)@localhost.localdomain$
 ;allowed_sender =
 
 ; Regular expression for valid TO EMail addresses
+; If set to "", then any recipient is permitted.
 ; Example: ^(.*)@localhost.localdomain$
 ;allowed_recipients =