From d9a3904454980dd10f5fddd973e254ab138764b6 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 16 Aug 2011 02:56:16 +0200 Subject: Bug 466419: Add SSL support for SMTP r/a=mkanat --- Bugzilla/Config/MTA.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Config/MTA.pm') diff --git a/Bugzilla/Config/MTA.pm b/Bugzilla/Config/MTA.pm index c90e5dc76..b9b25bc6f 100644 --- a/Bugzilla/Config/MTA.pm +++ b/Bugzilla/Config/MTA.pm @@ -80,6 +80,12 @@ sub get_param_list { type => 'p', default => '' }, + { + name => 'smtp_ssl', + type => 'b', + default => 0, + checker => \&check_smtp_ssl + }, { name => 'smtp_debug', type => 'b', -- cgit v1.2.3-24-g4f1b