summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-08-16 02:56:16 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-08-16 02:56:16 +0200
commitd9a3904454980dd10f5fddd973e254ab138764b6 (patch)
treefa6809d2100a2fa7612cec44dfb330194c112c70 /Bugzilla/Install/Requirements.pm
parent3a8142ae9f3cd14b6ca54c6db6f6f07fb9025fe8 (diff)
downloadbugzilla-d9a3904454980dd10f5fddd973e254ab138764b6.tar.gz
bugzilla-d9a3904454980dd10f5fddd973e254ab138764b6.tar.xz
Bug 466419: Add SSL support for SMTP
r/a=mkanat
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index d8119f1b0..ab696e235 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -261,6 +261,12 @@ sub OPTIONAL_MODULES {
feature => ['smtp_auth'],
},
{
+ package => 'Net-SMTP-SSL',
+ module => 'Net::SMTP::SSL',
+ version => 1.01,
+ feature => ['smtp_ssl'],
+ },
+ {
package => 'RadiusPerl',
module => 'Authen::Radius',
version => 0,