]> git.proxmox.com Git - pmg-gui.git/commit - js/Transport.js
Feature #2438 add support for lmtp delivery to downstream servers
authorJulian Zehnter <pmg-devel@j-z.it>
Sun, 5 Jan 2020 14:53:09 +0000 (15:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 10 Jan 2020 10:58:29 +0000 (11:58 +0100)
commitd895a7463c06387ea9be7b25ba89b0747fde05e9
tree904cb633cc4bfd9c1dfe3f837091e115a0ea9592
parentff67b13e86289365d9bac843996d347926edb181
Feature #2438 add support for lmtp delivery to downstream servers

new feature lmtp support for simplifying setups
with lmtp capable downstream servers (e.g. dovecot)
Postfix support lmtp out of the box and can now deliver
mails directly to internal mailbox servers without
one more smtp connection

extending the gui code for new lmtp option:
MailProxyConfiguration & MailProxyConfiguration:Transport:
Adding combobox "smtp" / "lmtp" as a new option
Generalizing some "SMTP" keywords

Signed-off-by: Julian Zehnter <pmg-devel@j-z.it>
js/MailProxyRelaying.js
js/Transport.js