source: mailjam/conf/postman.conf@ 8:78c437dc392c

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