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 | |
parent | ef97f1f6daa07fe1915cb459c6cf7a8dd5cc9578 (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 |