forked from sympa-community/sympa
-
Notifications
You must be signed in to change notification settings - Fork 2
/
sympa.conf.in
72 lines (57 loc) · 2.8 KB
/
sympa.conf.in
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
########################################################################
# Initial configuration
# See https://www.sympa.community/manual/install/generate-initial-configuration.html
########################################################################
domain (You must define this parameter)
listmaster (You must define this parameter)
#lang en-US
########################################################################
# Setup database
# See https://www.sympa.community/manual/install/setup-database.html
########################################################################
db_type (You must define this parameter)
db_name sympa
#db_host
#db_port
#db_user user_name
#db_passwd (secret)
#db_env
#db_timeout
########################################################################
# Configure system log
# See https://www.sympa.community/manual/install/configure-system-log.html
########################################################################
#syslog LOCAL1
#syslog_socket.type
########################################################################
# Configure mail server
# See https://www.sympa.community/manual/install/configure-mail-server.html
########################################################################
#sendmail_aliases @SENDMAIL_ALIASES@
#aliases_program newaliases
#aliases_db_type hash
#sendmail /usr/sbin/sendmail
#sendmail_args (if you use sendmail(1), this need not change)
########################################################################
# Configure HTTP server
# See https://www.sympa.community/manual/install/configure-http-server.html
########################################################################
#mhonarc /usr/bin/mhonarc
#log_facility LOCAL1
# If you chose single domain setting, you may have to define following
# parameters in this sympa.conf file. Otherwise, if you chose virtual
# domain setting (recommended), you should define them in robot.conf by
# each domain.
#wwsympa_url (You must define this parameter to enable web interface)
########################################################################
# SOAP/HTTP API
# See https://www.sympa.community/manual/customize/soap-api.html
########################################################################
#soap_url (You must define this parameter to enable SOAP API)
########################################################################
# Customizing Sympa
# You can customize Sympa, its web interface and/or SOAP/HTTP service
# defining more parameters in this file sympa.conf or robot.conf by each
# domain.
# For more details see https://www.sympa.community/manual/customize.html
########################################################################