Clean up the mta directory.
[mailman.git] / src / mailman / config / mailman.cfg
blob179aa2d1faed9c9a156080fcc803a3a1dbf896d7
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)
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 [paths.local]
22 # Directories as specified in schema.cfg, putting most stuff in
23 # /var/tmp/mailman
25 [paths.dev]
26 # Convenient development layout where everything is put in a directory above
27 # where the mailman.cfg file lives.
28 var_dir: $cfg_file/../..
30 [paths.here]
31 # Layout where the var directory is put in the current working directory.
32 var_dir: $cwd/var
34 [paths.fhs]
35 # Filesystem Hiearchy Standard 2.3
36 # http://www.pathname.com/fhs/pub/fhs-2.3.html
37 bin_dir: /sbin
38 var_dir: /var/lib/mailman
39 queue_dir: /var/spool/mailman
40 log_dir: /var/log/mailman
41 lock_dir: /var/lock/mailman
42 etc_dir: /etc
43 ext_dir: /etc/mailman.d
44 pid_file: /var/run/mailman/master.pid
46 [language.en]
48 [runner.archive]
49 class: mailman.runners.archive.ArchiveRunner
51 [runner.bad]
52 class: mailman.runners.fake.BadRunner
53 # The bad runner is just a placeholder for its switchboard.
54 start: no
56 [runner.bounces]
57 class: mailman.runners.bounce.BounceRunner
59 [runner.command]
60 class: mailman.runners.command.CommandRunner
62 [runner.in]
63 class: mailman.runners.incoming.IncomingRunner
65 [runner.lmtp]
66 class: mailman.runners.lmtp.LMTPRunner
67 path:
69 [runner.nntp]
70 class: mailman.runners.nntp.NNTPRunner
72 [runner.out]
73 class: mailman.runners.outgoing.OutgoingRunner
75 [runner.pipeline]
76 class: mailman.runners.pipeline.PipelineRunner
78 [runner.rest]
79 class: mailman.runners.rest.RESTRunner
80 path:
82 [runner.retry]
83 class: mailman.runners.retry.RetryRunner
84 sleep_time: 15m
86 [runner.shunt]
87 class: mailman.runners.fake.ShuntRunner
88 # The shunt runner is just a placeholder for its switchboard.
89 start: no
91 [runner.virgin]
92 class: mailman.runners.virgin.VirginRunner
94 [runner.digest]
95 class: mailman.runners.digest.DigestRunner