diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-09-08 15:52:34 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-09-11 14:33:01 -0300 |
commit | 47bf4c701eb84ec06c9a63adb3c8cc99876eaf66 (patch) | |
tree | a24da1845fbeb781947a5091b9fcb558881039d2 /pkg/mx.conf.sample | |
parent | 5f3f5e47f44876d4da82623b6585d30618ed40df (diff) |
Implement mail bouncing under certain problematic situations
Diffstat (limited to 'pkg/mx.conf.sample')
-rw-r--r-- | pkg/mx.conf.sample | 19 |
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 |