From 45274c3220cb0475b0101b46e3401972bc3a1b1a Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 6 Jul 2016 15:29:11 +0200 Subject: [PATCH] update virtual transport configuration --- rootfs/etc/confd/templates/ldap-virtual-mailbox-domains.cf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/confd/templates/ldap-virtual-mailbox-domains.cf.tmpl b/rootfs/etc/confd/templates/ldap-virtual-mailbox-domains.cf.tmpl index fd08fd1..e53834f 100644 --- a/rootfs/etc/confd/templates/ldap-virtual-mailbox-domains.cf.tmpl +++ b/rootfs/etc/confd/templates/ldap-virtual-mailbox-domains.cf.tmpl @@ -1,4 +1,4 @@ -server_host = {{getenv "LDAPHOST"}} +server_host = {{getenv "LDAPURI"}} start_tls = {{getenv "LDAPSTARTTLS"}} bind = yes bind_dn = {{getenv "LDAPBINDDN" }}