Index: conf/mailjam-cli.conf
===================================================================
--- conf/mailjam-cli.conf	(revision 23)
+++ conf/mailjam-cli.conf	(revision 23)
@@ -0,0 +1,20 @@
+#
+# mailjam-cli.conf - Mailjam CLI client configuration file
+#
+
+[server]
+address = localhost
+port = 9876
+uri = http://%(address)s:%(port)s
+ssl = false
+# FIXME: This parameter here is a nonsense, but right now we have to pass
+# it as an argument when adding mailing lists (BUG!)
+configfile = etc/mailjam.conf
+
+[archive]
+enabled = true
+path = /usr/local/mailjam/archive-cli
+
+[history]
+enabled = true
+path = ~/.mailjam/cli/history
