diff --git a/mail/config-v1.1.xml b/mail/config-v1.1.xml index 1c1ade3b3daa331af0f1539c32d3784499bc6077..a22de5b2f01e0ac18701e27555aafac8b1a00adc 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>