aboutsummaryrefslogtreecommitdiff
path: root/firma.conf.dist
blob: 36b0f290536eb74369e7726d875bd6f6dc1b90e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#
# Default firma configuration file
#

# Path to the GnuPG binary
GPG_BINARY='/usr/bin/gpg'

# Path to the mailing lists directory
LISTS_DIR='/var/lib/firma/lists'

# Path to the mail transport agent to be used (e.g., sendmail)
MAIL_AGENT='/usr/sbin/sendmail'

# Command-line arguments to be passed to the command above
MAIL_AGENT_ARGS='-t'

# User that runs firma (usually the same as your MTA user);
# defaults to "firma"; you can also specify this parameter
# in each mailing list config file if you plan to have one
# user per mailing list
FIRMA_USER='firma'

# Group that runs firma (usually the same as your MTA group);
# defaults to "nobody"; you can also specify this parameter
# in each mailing list config file if you plan to have one
# group per mailing list
FIRMA_GROUP='firma'

# Set to '1' to log errors and warnings to syslog, else firma
# will print errors to STDERR
LOG_TO_SYSLOG='1'

# If logging to syslog, set the path to logger's binary
LOGGER_BINARY='/usr/bin/logger'

# If logging to syslog, set a priority for the error messages (defaults to 'user.err')
#SYSLOG_PRIORITY=''

# Set to '1' to use GnuPG's --hidden-recipient option, available from
# version 1.4.0 onwards (try 'man gpg' for more information)
USE_GPG_HIDDEN_RECIPIENT_OPTION=''

# Headers that should be stripped from list messages on all lists
# running under firma (space separated case-insensitive entries)
# (may include regexps (e.g., X-.*)
REMOVE_THESE_HEADERS_ON_ALL_LISTS=''

# Default keyserver to import/export keys
# (defaults to keys.indymedia.org)
KEYSERVER=''