diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-05-07 13:46:57 -0300 |
---|---|---|
committer | Tomas Touceda <chiiph@leap.se> | 2013-05-07 13:46:57 -0300 |
commit | 37e99543c3eff96b2011da16243ed17aa62b8281 (patch) | |
tree | 6a16afcaac535e32c995e75c5919b8b5d77ca996 /doc | |
parent | 66078fec565f986444d1c970c1e8ca1973de0e05 (diff) |
Move sample-config to doc and update sample
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sample-config/mx.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/sample-config/mx.conf b/doc/sample-config/mx.conf new file mode 100644 index 0000000..48d4222 --- /dev/null +++ b/doc/sample-config/mx.conf @@ -0,0 +1,15 @@ +[mail1] +path=/home/blabla/Maildir/ +recursive=True + +[couchdb] +user=someuser +password=somepass +server=localhost +port=5984 + +[alias map] +port=2222 + +[check recipient] +port=2233 |