1 # Copyright (C) 2008-2016 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)
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
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.
22 # Directories as specified in schema.cfg, putting most stuff in
26 # Convenient development layout where everything is put in a directory above
27 # where the mailman.cfg file lives.
28 var_dir: $cfg_file/../..
31 # Layout where the var directory is put in the current working directory.
35 # Filesystem Hiearchy Standard 2.3
36 # http://www.pathname.com/fhs/pub/fhs-2.3.html
38 var_dir: /var/lib/mailman
39 queue_dir: /var/spool/mailman
40 log_dir: /var/log/mailman
41 lock_dir: /var/lock/mailman
43 ext_dir: /etc/mailman.d
44 pid_file: /var/run/mailman/master.pid
49 class: mailman.runners.archive.ArchiveRunner
52 class: mailman.runners.fake.BadRunner
53 # The bad runner is just a placeholder for its switchboard.
57 class: mailman.runners.bounce.BounceRunner
60 class: mailman.runners.command.CommandRunner
63 class: mailman.runners.incoming.IncomingRunner
66 class: mailman.runners.lmtp.LMTPRunner
70 class: mailman.runners.nntp.NNTPRunner
73 class: mailman.runners.outgoing.OutgoingRunner
76 class: mailman.runners.pipeline.PipelineRunner
79 class: mailman.runners.rest.RESTRunner
83 class: mailman.runners.retry.RetryRunner
87 class: mailman.runners.fake.ShuntRunner
88 # The shunt runner is just a placeholder for its switchboard.
92 class: mailman.runners.virgin.VirginRunner
95 class: mailman.runners.digest.DigestRunner