mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix: hardcode value for now
This commit is contained in:
parent
b281ad40ff
commit
5153211956
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue