Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
922807a9
Commit
922807a9
authored
Mar 18, 2014
by
Marius Cramer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enabled TLS for outgoing postfix smtp connections
parent
79edeeb1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
install/tpl/debian_postfix.conf.master
install/tpl/debian_postfix.conf.master
+2
-1
install/tpl/fedora_postfix.conf.master
install/tpl/fedora_postfix.conf.master
+2
-1
install/tpl/gentoo_postfix.conf.master
install/tpl/gentoo_postfix.conf.master
+2
-1
install/tpl/opensuse_postfix.conf.master
install/tpl/opensuse_postfix.conf.master
+2
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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