From 68e1f4fa2f9f6193c97073b9bc4f1ce6499fa69e Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 30 Nov 2016 14:04:01 +0800 Subject: [PATCH] Update iRedAdmin-Pro API doc: Per-domain outbound relay support. --- en_US/faq/2-iredadmin-pro.restful.api.md | 1 + html/iredadmin-pro.restful.api.html | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/en_US/faq/2-iredadmin-pro.restful.api.md b/en_US/faq/2-iredadmin-pro.restful.api.md index 944db779..5c07024a 100644 --- a/en_US/faq/2-iredadmin-pro.restful.api.md +++ b/en_US/faq/2-iredadmin-pro.restful.api.md @@ -113,6 +113,7 @@ Notes: `is_backupmx` | Mark domain as Backup MX. Must be used with parameter `primarymx`. Conflicts with parameter `transport`. | `is_backupmx=yes` (or `no`) `primarymx` | Hostname or IP address of primary MX, smtp port number is optional. Must be used with parameter `is_backupmx`. Conflicts with parameter `transport`. | `primarymx=202.96.134.133`, `primarymx=[mail.iredmail.org]:25` `catchall` | Per-domain catch-all account (a list of email addresses used to receive emails sent to non-existing addresses under same domain). Multiple addresses must be separated by comma. Set an empty value to disable catch-all support. | `catchall=user@domain.com,user2@domain.com` or `catchall=` (disable catch-all) + `outboundRelay` | Per-domain outbound relay. Set an empty value to disable outbound relay. | `outboundRelay=smtp:[192.168.1.2]:25` or `outboundRelay=` (disable outbound relay) diff --git a/html/iredadmin-pro.restful.api.html b/html/iredadmin-pro.restful.api.html index 5c220754..3bb5a801 100644 --- a/html/iredadmin-pro.restful.api.html +++ b/html/iredadmin-pro.restful.api.html @@ -273,6 +273,11 @@ RESTFUL_API_CLIENTS = ['172.16.244.1', ...] Per-domain catch-all account (a list of email addresses used to receive emails sent to non-existing addresses under same domain). Multiple addresses must be separated by comma. Set an empty value to disable catch-all support. catchall=user@domain.com,user2@domain.com or catchall= (disable catch-all) + +outboundRelay +Per-domain outbound relay. Set an empty value to disable outbound relay. +outboundRelay=smtp:[192.168.1.2]:25 or outboundRelay= (disable outbound relay) +