From 7afa77b504af8f75b4b90a88ac6066e0b1e911eb Mon Sep 17 00:00:00 2001 From: thilo Date: Tue, 22 Oct 2019 18:57:22 +0000 Subject: [PATCH] Update domain-config.ini to connect to the correct container name for imap/smtp and sieve --- templates/rainloop/domain-config.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/rainloop/domain-config.ini b/templates/rainloop/domain-config.ini index 2222fe9..06299c9 100644 --- a/templates/rainloop/domain-config.ini +++ b/templates/rainloop/domain-config.ini @@ -1,13 +1,13 @@ -imap_host = "mailserver" +imap_host = "eelomailserver" imap_port = 993 imap_secure = "SSL" imap_short_login = Off sieve_use = Off sieve_allow_raw = Off -sieve_host = "e.email" +sieve_host = "eelomailserver" sieve_port = 4190 sieve_secure = "TLS" -smtp_host = "mailserver" +smtp_host = "eelomailserver" smtp_port = 587 smtp_secure = "TLS" smtp_short_login = Off -- GitLab