tls config in main.cf
This commit is contained in:
parent
71c8f5eb86
commit
8948edb0f8
@ -55,7 +55,6 @@ milter_macro_daemon_name = ORIGINATING
|
|||||||
#milter_connect_macros = "i j {daemon_name} v {if_name} _"
|
#milter_connect_macros = "i j {daemon_name} v {if_name} _"
|
||||||
|
|
||||||
message_size_limit = {{getenv "MESSAGESIZELIMIT"}}
|
message_size_limit = {{getenv "MESSAGESIZELIMIT"}}
|
||||||
sender_dependent_default_transport_maps = hash:/etc/postfix/sender-transport
|
|
||||||
|
|
||||||
tls_preempt_cipherlist = yes
|
tls_preempt_cipherlist = yes
|
||||||
|
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
{{range $mailhost := split (getenv "MAILHOSTS") ","}}
|
|
||||||
{{$mailhost}}-out unix - - - - - smtp
|
|
||||||
-o smtp_helo_name={{$mailhost}}
|
|
||||||
-o syslog_name=postfix-{{$mailhost}}
|
|
||||||
{{end}}
|
|
||||||
|
|
||||||
submission inet n - - - - smtpd
|
submission inet n - - - - smtpd
|
||||||
-o syslog_name=postfix/submission
|
-o syslog_name=postfix/submission
|
||||||
-o smtpd_tls_security_level=encrypt
|
-o smtpd_tls_security_level=encrypt
|
||||||
|
Loading…
Reference in New Issue
Block a user