From 922807a9c55e4059e5e1e676617fd10df700229e Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Tue, 18 Mar 2014 16:01:40 -0400 Subject: [PATCH] Enabled TLS for outgoing postfix smtp connections --- install/tpl/gentoo_postfix.conf.master | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/install/tpl/gentoo_postfix.conf.master b/install/tpl/gentoo_postfix.conf.master index 9db3934..90ed285 100644 --- a/install/tpl/gentoo_postfix.conf.master +++ b/install/tpl/gentoo_postfix.conf.master @@ -27,4 +27,5 @@ 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 -- Gitblit v1.9.1