mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-25 07:43:06 -07:00
Add notice for local_forcetls because it cannot be used when unencrypted
SMTP port is used
This commit is contained in:
@@ -18,7 +18,8 @@
|
|||||||
;local_key = smtpd.key
|
;local_key = smtpd.key
|
||||||
|
|
||||||
; Enforce encrypted connection on STARTTLS ports before
|
; Enforce encrypted connection on STARTTLS ports before
|
||||||
; accepting mails from client.
|
; accepting mails from client. Cannot be used with plain
|
||||||
|
; non encrypted listeners.
|
||||||
;local_forcetls = false
|
;local_forcetls = false
|
||||||
|
|
||||||
; Relay all mails to this SMTP server
|
; Relay all mails to this SMTP server
|
||||||
|
|||||||
Reference in New Issue
Block a user