mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-31 15:30:50 +02:00
Postfix: rename "smtps" to "submissions" (#3235)
This commit is contained in:
parent
c461dabe9e
commit
595ff03804
4 changed files with 6 additions and 6 deletions
|
@ -27,8 +27,8 @@ submission inet n - n - - smtpd
|
|||
-o milter_macro_daemon_name=ORIGINATING
|
||||
-o cleanup_service_name=sender-cleanup
|
||||
|
||||
smtps inet n - n - - smtpd
|
||||
-o syslog_name=postfix/smtps
|
||||
submissions inet n - n - - smtpd
|
||||
-o syslog_name=postfix/submissions
|
||||
-o smtpd_tls_wrappermode=yes
|
||||
-o smtpd_sasl_auth_enable=yes
|
||||
-o smtpd_sasl_type=dovecot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue