Use my lazr.config megamerge branch for now, even though it's still under
[mailman.git] / mailman / config / mailman.cfg
blob12601779067bedec82fed92330b1d2cf9113f3aa
1 # Copyright (C) 2008 by the Free Software Foundation, Inc.
3 # This file is part of GNU Mailman.
5 # GNU Mailman is free software: you can redistribute it and/or modify it under
6 # the terms of the GNU General Public License as published by the Free
7 # Software Foundation, either version 3 of the License, or (at your option)
8 # any later version.
10 # GNU Mailman is distributed in the hope that it will be useful, but WITHOUT
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
13 # more details.
15 # You should have received a copy of the GNU General Public License along with
16 # GNU Mailman.  If not, see <http://www.gnu.org/licenses/>.
18 # This is the absolute bare minimum base configuration file.  User supplied
19 # configurations are pushed onto this.
21 [language.en]
23 [qrunner.archive]
24 class: mailman.queue.archive.ArchiveRunner
26 [qrunner.bad]
27 class: mailman.queue.fake.BadRunner
28 # The shunt runner is just a placeholder for its switchboard.
29 start: no
31 [qrunner.bounces]
32 class: mailman.queue.bounce.BounceRunner
34 [qrunner.commands]
35 class: mailman.queue.command.CommandRunner
37 [qrunner.in]
38 class: mailman.queue.incoming.IncomingRunner
40 [qrunner.lmtp]
41 class: mailman.queue.lmtp.LMTPRunner
43 [qrunner.maildir]
44 class: mailman.queue.maildir.MaildirRunner
45 # This is still experimental.
46 start: no
48 [qrunner.news]
49 class: mailman.queue.news.NewsRunner
51 [qrunner.out]
52 class: mailman.queue.outgoing.OutgoingRunner
54 [qrunner.pipeline]
55 class: mailman.queue.pipeline.PipelineRunner
57 [qrunner.retry]
58 class: mailman.queue.retry.RetryRunner
60 [qrunner.shunt]
61 class: mailman.queue.fake.ShuntRunner
62 # The shunt runner is just a placeholder for its switchboard.
63 start: no
65 [qrunner.virgin]
66 class: mailman.queue.virgin.VirginRunner