From 80d32617a8d555faf398d6f65b2aa29621baa4a0 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sat, 9 Nov 2019 07:56:04 +0000 Subject: [PATCH] Update config-v1.1.xml --- mail/config-v1.1.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/config-v1.1.xml b/mail/config-v1.1.xml index 1c1ade3..a22de5b 100644 --- a/mail/config-v1.1.xml +++ b/mail/config-v1.1.xml @@ -6,14 +6,14 @@ <displayName>kuschku.de Mail</displayName> <displayShortName>kuschku.de</displayShortName> <incomingServer type="imap"> - <hostname>lithium.kuschku.de</hostname> + <hostname>kuschku.de</hostname> <port>143</port> <socketType>STARTTLS</socketType> <authentication>password-cleartext</authentication> <username>%EMAILADDRESS%</username> </incomingServer> <outgoingServer type="smtp"> - <hostname>lithium.kuschku.de</hostname> + <hostname>kuschku.de</hostname> <port>587</port> <socketType>STARTTLS</socketType> <authentication>password-cleartext</authentication> -- GitLab