tls config in main.cf

This commit is contained in:
Sebastian Hugentobler 2016-07-11 10:51:34 +02:00
parent 71c8f5eb86
commit 8948edb0f8
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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