Changeset 16:cd4170142d87 in mailjam for conf
- Timestamp:
 - May 22, 2012, 9:31:15 AM (13 years ago)
 - Branch:
 - default
 - Phase:
 - public
 - Location:
 - conf
 - Files:
 - 
      
- 2 moved
 
- 
          
  mailjam-mta.conf (moved) (moved from conf/postman-mta.conf ) (2 diffs)
 - 
          
  mailjam.conf (moved) (moved from conf/postman.conf ) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
conf/mailjam-mta.conf
r15 r16 1 1 # 2 # postman-mta.conf - PostmanMTA client configuration file2 # mailjam-mta.conf - Mailjam MTA client configuration file 3 3 # 4 4 … … 11 11 [archive] 12 12 persistent = true 13 path = /usr/local/ postman/archive-mta13 path = /usr/local/mailjam/archive-mta  - 
      
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.
  