|
Last change
on this file since 8:78c437dc392c was 8:78c437dc392c, checked in by Francisco de Borja Lopez Rio <borja@…>, 14 years ago |
|
Added the postman configuration file - postman.conf
|
|
File size:
458 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # postman.conf - Postman configuration file
|
|---|
| 3 | #
|
|---|
| 4 |
|
|---|
| 5 | [xmlrpc_server]
|
|---|
| 6 | address = localhost
|
|---|
| 7 | port = 9876
|
|---|
| 8 | ssl = false
|
|---|
| 9 | logfile = /var/log/postman/xmlrpc_server.log
|
|---|
| 10 |
|
|---|
| 11 | [storage]
|
|---|
| 12 | backend = json
|
|---|
| 13 | path = /usr/local/postman/storage
|
|---|
| 14 | lists_db = %(path)s/mailings.%(backend)s
|
|---|
| 15 | members_db = %(path)s/members.%(backend)s
|
|---|
| 16 |
|
|---|
| 17 | [archive]
|
|---|
| 18 | enabled = true
|
|---|
| 19 | backend = json
|
|---|
| 20 | path = /usr/local/postman/archives
|
|---|
| 21 |
|
|---|
| 22 | [mailing_lists]
|
|---|
| 23 | private = true
|
|---|
| 24 |
|
|---|
| 25 | [members]
|
|---|
| 26 | auto_signup = false
|
|---|
| 27 | allow_chpasswd = false
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.