From 8a3d4469cc85108a194a78ac95f2a6780d2971eb Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 24 Dec 2008 03:43:36 +0000 Subject: Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail. Patch By Max Kanat-Alexander and Mark Smith r=glob, a=mkanat --- Bugzilla/Install/Requirements.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 19d54af73..5456fc7d4 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -231,6 +231,20 @@ sub OPTIONAL_MODULES { feature => 'Inbound Email' }, + # Mail Queueing + { + package => 'TheSchwartz', + module => 'TheSchwartz', + version => 0, + feature => 'Mail Queueing', + }, + { + package => 'Daemon-Generic', + module => 'Daemon::Generic', + version => 0, + feature => 'Mail Queueing', + }, + # mod_perl { package => 'mod_perl', -- cgit v1.2.3-24-g4f1b