[pmg-devel] [PATCH] docs: add lmtp support

Julian Zehnter pmg-devel at j-z.it
Mon Dec 9 21:42:32 CET 2019


Signed-off-by: Julian Zehnter <pmg-devel at j-z.it>
---
 pmg.mail-relaying-conf-opts.adoc | 4 ++++
 pmgconfig.adoc                   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pmg.mail-relaying-conf-opts.adoc b/pmg.mail-relaying-conf-opts.adoc
index d76fa2b..afcab42 100644
--- a/pmg.mail-relaying-conf-opts.adoc
+++ b/pmg.mail-relaying-conf-opts.adoc
@@ -10,6 +10,10 @@ Disable MX lookups for default relay.
 
 SMTP port number for relay host.
 
+`relayprotocol`: `<smtp | lmtp>` ('default =' `smtp`)::
+
+Transport protocol for relay host.
+
 `smarthost`: `<string>` ::
 
 When set, all outgoing mails are deliverd to the specified smarthost.
diff --git a/pmgconfig.adoc b/pmgconfig.adoc
index d9b15dc..5cf5880 100644
--- a/pmgconfig.adoc
+++ b/pmgconfig.adoc
@@ -371,7 +371,7 @@ e-mail servers. For example you can send e-mails addressed to
 domain.com to your first e-mail server, and e-mails addressed to
 subdomain.domain.com to a second one.
 
-You can add the IP addresses, hostname and SMTP ports and mail domains (or
+You can add the IP addresses, hostname, transport protocol (smtp/lmtp) and transport ports and mail domains (or
 just single email addresses) of your additional e-mail servers.
 
 
-- 
2.23.0.windows.1



More information about the pmg-devel mailing list