Rev | Line | |
---|
[8] | 1 | #
|
---|
[16] | 2 | # mailjam.conf - Mailjam daemon configuration file
|
---|
[8] | 3 | #
|
---|
| 4 |
|
---|
| 5 | [xmlrpc_server]
|
---|
| 6 | address = localhost
|
---|
| 7 | port = 9876
|
---|
| 8 | ssl = false
|
---|
[16] | 9 | ssl_key = /usr/local/etc/mailjam/ssl/mailjam.key
|
---|
| 10 | ssl_crt = /usr/local/etc/mailjam/ssl/mailjam.crt
|
---|
| 11 | logfile = /var/log/mailjam/xmlrpc_server.log
|
---|
[8] | 12 |
|
---|
| 13 | [storage]
|
---|
| 14 | backend = json
|
---|
[16] | 15 | path = /usr/local/mailjam/storage
|
---|
[8] | 16 | lists_db = %(path)s/mailings.%(backend)s
|
---|
| 17 | members_db = %(path)s/members.%(backend)s
|
---|
| 18 |
|
---|
| 19 | [archive]
|
---|
| 20 | enabled = true
|
---|
| 21 | backend = json
|
---|
[16] | 22 | path = /usr/local/mailjam/archives
|
---|
[8] | 23 |
|
---|
| 24 | [mailing_lists]
|
---|
| 25 | private = true
|
---|
| 26 |
|
---|
| 27 | [members]
|
---|
| 28 | auto_signup = false
|
---|
| 29 | allow_chpasswd = false
|
---|
Note:
See
TracBrowser
for help on using the repository browser.