summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/MTA.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/MTA.pm')
-rw-r--r--Bugzilla/Config/MTA.pm6
1 files changed, 6 insertions, 0 deletions
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
@@ -81,6 +81,12 @@ sub get_param_list {
default => ''
},
{
+ name => 'smtp_ssl',
+ type => 'b',
+ default => 0,
+ checker => \&check_smtp_ssl
+ },
+ {
name => 'smtp_debug',
type => 'b',
default => 0