diff options
author | Victor Shyba <victor1984@riseup.net> | 2017-09-02 06:02:07 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2017-09-02 06:02:07 -0300 |
commit | e5df9af8651810378d558f95d9c702384f8795f9 (patch) | |
tree | b26cea1b73b7c408e5d49d26261209b66e48e6ac /pkg | |
parent | 83f386ea7258e9ecb92c3d5dbcb09ed514f437b4 (diff) |
[docs] update configuration sample
Added a section to show how to configure incoming api.
-- Related: #8664
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/mx.conf.sample | 7 |
1 files changed, 6 insertions, 1 deletions
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=<address for the From: of the bounce email without domain> -subject=Delivery failure
\ No newline at end of file +subject=Delivery failure + +[incoming api] +host=localhost +port=2525 +token=<auth token for soledad incoming api, like 'service:token'> |