fix: hardcode value for now

This commit is contained in:
Kat Inskip 2022-09-23 18:11:19 -07:00
parent b281ad40ff
commit 5153211956
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -20,14 +20,14 @@ in {
<displayName>kittywit.ch Mail</displayName>
<displayShortName>kittywitch</displayShortName>
<incomingServer type="imap">
<hostname>${config.network.addresses.public.domain}</hostname>
<hostname>daiyousei.kittywit.ch}</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>${config.network.addresses.public.domain}</hostname>
<hostname>daiyousei.kittywit.ch</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>password-cleartext</authentication>