source: mailjam/conf/mailjam-cli.conf

Last change on this file was 27:b1d527287347, checked in by Borja Lopez <borja@…>, 12 years ago

Added more information to the README file

Updated the architecture scheme so it fits the renaming of the project
to mailjam

Fixed the search path for configuration files. Now it searches on /etc
first, /usr/local/etc then.

Added more docs regarding the installation, configuration and running
of each component

File size: 363 bytes
Line 
1#
2# mailjam-cli.conf - Mailjam CLI client configuration file
3#
4
5[server]
6address = localhost
7port = 9876
8uri = http://%(address)s:%(port)s
9ssl = false
10# FIXME: This parameter here is a nonsense, but right now we have to pass
11# it as an argument when adding mailing lists (BUG!)
12configfile = etc/mailjam.conf
13
14[history]
15enabled = true
16path = ~/.mailjam/cli/history
Note: See TracBrowser for help on using the repository browser.