mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-26 03:22:29 -07:00
Do not share Server instance with multiple listeners
to avoid mixing TLS and non TLS configurations in the same server.
This commit is contained in:
@@ -18,8 +18,7 @@
|
||||
;local_key = smtpd.key
|
||||
|
||||
; Enforce encrypted connection on STARTTLS ports before
|
||||
; accepting mails from client. Cannot be used with plain
|
||||
; non encrypted listeners.
|
||||
; accepting mails from client.
|
||||
;local_forcetls = false
|
||||
|
||||
; Relay all mails to this SMTP server
|
||||
|
||||
Reference in New Issue
Block a user