From e5df9af8651810378d558f95d9c702384f8795f9 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sat, 2 Sep 2017 06:02:07 -0300 Subject: [docs] update configuration sample Added a section to show how to configure incoming api. -- Related: #8664 --- pkg/mx.conf.sample | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkg/mx.conf.sample b/pkg/mx.conf.sample index a649b73..f2c68c5 100644 --- a/pkg/mx.conf.sample +++ b/pkg/mx.conf.sample @@ -19,4 +19,9 @@ port=2424 [bounce] from=
-subject=Delivery failure \ No newline at end of file +subject=Delivery failure + +[incoming api] +host=localhost +port=2525 +token= -- cgit v1.2.3