Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
922807a9
Commit
922807a9
authored
Mar 18, 2014
by
Marius Cramer
Browse files
Enabled TLS for outgoing postfix smtp connections
parent
79edeeb1
Changes
4
Hide whitespace changes
Inline
Side-by-side
install/tpl/debian_postfix.conf.master
View file @
922807a9
...
...
@@ -30,4 +30,5 @@ header_checks = regexp:{config_dir}/header_checks
mime_header_checks = regexp:{config_dir}/mime_header_checks
nested_header_checks = regexp:{config_dir}/nested_header_checks
body_checks = regexp:{config_dir}/body_checks
owner_request_special = no
\ No newline at end of file
owner_request_special = no
smtp_tls_security_level = may
\ No newline at end of file
install/tpl/fedora_postfix.conf.master
View file @
922807a9
...
...
@@ -27,4 +27,5 @@ header_checks = regexp:{config_dir}/header_checks
mime_header_checks = regexp:{config_dir}/mime_header_checks
nested_header_checks = regexp:{config_dir}/nested_header_checks
body_checks = regexp:{config_dir}/body_checks
inet_interfaces = all
\ No newline at end of file
inet_interfaces = all
smtp_tls_security_level = may
\ No newline at end of file
install/tpl/gentoo_postfix.conf.master
View file @
922807a9
...
...
@@ -27,4 +27,5 @@ header_checks = regexp:{config_dir}/header_checks
mime_header_checks = regexp:{config_dir}/mime_header_checks
nested_header_checks = regexp:{config_dir}/nested_header_checks
body_checks = regexp:{config_dir}/body_checks
inet_interfaces = all
\ No newline at end of file
inet_interfaces = all
smtp_tls_security_level = may
\ No newline at end of file
install/tpl/opensuse_postfix.conf.master
View file @
922807a9
...
...
@@ -27,4 +27,5 @@ header_checks = regexp:{config_dir}/header_checks
mime_header_checks = regexp:{config_dir}/mime_header_checks
nested_header_checks = regexp:{config_dir}/nested_header_checks
body_checks = regexp:{config_dir}/body_checks
inet_interfaces = all
\ No newline at end of file
inet_interfaces = all
smtp_tls_security_level = may
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment