summaryrefslogtreecommitdiff
path: root/fml/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'fml/libexec')
-rwxr-xr-xfml/libexec/process_switch3
1 files changed, 3 insertions, 0 deletions
diff --git a/fml/libexec/process_switch b/fml/libexec/process_switch
index b7a7b413..ef48015f 100755
--- a/fml/libexec/process_switch
+++ b/fml/libexec/process_switch
@@ -69,6 +69,9 @@ sub _module_we_use
elsif ($name eq 'mead') {
$pkg = 'FML::Process::MailErrorAnalyzer';
}
+ elsif ($name eq 'qmail-ext') {
+ $pkg = 'FML::Process::QMail';
+ }
else {
return '';
}