diff options
author | Tomas Touceda <chiiph@leap.se> | 2013-05-07 13:46:57 -0300 |
---|---|---|
committer | Tomas Touceda <chiiph@leap.se> | 2013-05-07 14:03:32 -0300 |
commit | 9c4679c0bfa398c1c3adbf151411d61a4df9852c (patch) | |
tree | 928f932da49e00e955831477faee2da8339ced86 /doc/sample-config | |
parent | ef97f1f6daa07fe1915cb459c6cf7a8dd5cc9578 (diff) |
Move sample-config to doc and update sample
Diffstat (limited to 'doc/sample-config')
-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 |