]> Pileus Git - ~andy/sunrise/blob - mail-mta/citadel/files/citadel.confd
new category: www-servers
[~andy/sunrise] / mail-mta / citadel / files / citadel.confd
1 # Config file for /etc/init.d/citadel
2
3 #Define the Logfacility
4 LogFacility="mail"
5
6 #Define the Loglevel
7 LogLevel="3"
8
9 #Define a trace file (only for debugging)
10 #TraceFile="/dev/null"
11
12
13 #Don't mess with the following lines unless you really know what you are doing!
14 #I mean it!! This might b0rk your citadel.
15 #You could use -D instead of -d, if needed.
16 #Or mess around with -hHomeDir, which i do not recommend
17 CITSERVER_OPTS="-d -x${LogLevel} -l${LogFacility}"
18
19 #-l             Log facility. Usually “mail”
20 #-d             daemonize (detach from controlling terminal)
21 #-D             print the directories the server would access to stderr on startup
22 #-t${TraceFile} Send log messages to a file instead of syslog
23 #-x${LogLevel}  Verbosity level of logging (0 to 9)
24 #-h${HomeDir}   Data directory for this Citadel installation. If the directory name begins with a forward slash, it is an absolute path; otherwise it is relative to the default. Watch the output of -D to observe the effects.