diff options
Diffstat (limited to 'pkg/mx.conf.sample')
-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'> |