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 | |
parent | 66078fec565f986444d1c970c1e8ca1973de0e05 (diff) |
Move sample-config to doc and update sample
-rw-r--r-- | doc/sample-config/mx.conf (renamed from sample-config/mx.conf) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sample-config/mx.conf b/doc/sample-config/mx.conf index 2036706..48d4222 100644 --- a/sample-config/mx.conf +++ b/doc/sample-config/mx.conf @@ -6,4 +6,10 @@ recursive=True user=someuser password=somepass server=localhost -port=6666 +port=5984 + +[alias map] +port=2222 + +[check recipient] +port=2233 |