summaryrefslogtreecommitdiff
path: root/pkg/mx.conf.sample
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-09-26 10:21:00 -0300
committerTomás Touceda <chiiph@leap.se>2014-09-26 10:21:00 -0300
commitd8893584886a593dd6ddcfa1a6930288c7fd8ecc (patch)
treeea78d499b35991a7e1e51ebbb8aee6fea6286ff1 /pkg/mx.conf.sample
parent2b6ed340fd0f2f84431082890857dd5e7de63831 (diff)
parent78e8f04076c4f915b8fbdad037a863487580da5a (diff)
Merge branch 'release-0.6.0'0.6.0
Diffstat (limited to 'pkg/mx.conf.sample')
-rw-r--r--pkg/mx.conf.sample19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkg/mx.conf.sample b/pkg/mx.conf.sample
new file mode 100644
index 0000000..c9ad0f8
--- /dev/null
+++ b/pkg/mx.conf.sample
@@ -0,0 +1,19 @@
+[mail1]
+path=/path/to/Maildir/
+recursive=<whether to analyze the above path recursively or not (True/False)>
+
+[couchdb]
+user=<couch user>
+password=<password>
+server=localhost
+port=6666
+
+[alias map]
+port=4242
+
+[check recipient]
+port=2244
+
+[bounce]
+from=<address for the From: of the bounce email without domain>
+subject=Delivery failure \ No newline at end of file