From 47bf4c701eb84ec06c9a63adb3c8cc99876eaf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Mon, 8 Sep 2014 15:52:34 -0300 Subject: Implement mail bouncing under certain problematic situations --- pkg/mx.conf.sample | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkg/mx.conf.sample (limited to 'pkg/mx.conf.sample') 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= + +[couchdb] +user= +password= +server=localhost +port=6666 + +[alias map] +port=4242 + +[check recipient] +port=2244 + +[bounce] +from=
+subject=Delivery failure \ No newline at end of file -- cgit v1.2.3