Changeset 16:cd4170142d87 in mailjam for conf/mailjam.conf
- Timestamp:
- May 22, 2012, 9:31:15 AM (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
conf/mailjam.conf
r14 r16 1 1 # 2 # postman.conf - Postmandaemon configuration file2 # mailjam.conf - Mailjam daemon configuration file 3 3 # 4 4 … … 7 7 port = 9876 8 8 ssl = false 9 ssl_key = /usr/local/etc/ postman/ssl/postman.key10 ssl_crt = /usr/local/etc/ postman/ssl/postman.crt11 logfile = /var/log/ postman/xmlrpc_server.log9 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 12 12 13 13 [storage] 14 14 backend = json 15 path = /usr/local/ postman/storage15 path = /usr/local/mailjam/storage 16 16 lists_db = %(path)s/mailings.%(backend)s 17 17 members_db = %(path)s/members.%(backend)s … … 20 20 enabled = true 21 21 backend = json 22 path = /usr/local/ postman/archives22 path = /usr/local/mailjam/archives 23 23 24 24 [mailing_lists]
Note:
See TracChangeset
for help on using the changeset viewer.