diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 23:23:35 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 23:23:35 +0100 |
commit | 92f55cbbe81b7a595e40aedeeb3a57b62011b705 (patch) | |
tree | 31fa44e97d6a1bcc492b2c912ef4d447580fb37f /mail | |
parent | b6e6cb61c6e9692e9706b0f27b2ec735218a0722 (diff) | |
download | theos-website-92f55cbbe81b7a595e40aedeeb3a57b62011b705.tar.xz |
Impoer keybase.txt, thunderbird config, robots.txt
Diffstat (limited to 'mail')
-rw-r--r-- | mail/config-v1.1.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/config-v1.1.xml b/mail/config-v1.1.xml new file mode 100644 index 0000000..d6454b1 --- /dev/null +++ b/mail/config-v1.1.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<clientConfig version="1.1"> + <emailProvider id="kyriasis.com"> + <domain>kyriasis.com</domain> + <displayName>Kyriasis Mail</displayName> + <displayShortName>Kyriasis</displayShortName> + <incomingServer type="imap"> + <hostname>theos.kyriasis.com</hostname> + <port>143</port> + <socketType>STARTTLS</socketType> + <authentication>password-cleartext</authentication> + <username>%EMAILLOCALPART%</username> + </incomingServer> + <outgoingServer type="smtp"> + <hostname>theos.kyriasis.com</hostname> + <port>587</port> + <socketType>STARTTLS</socketType> + <authentication>password-cleartext</authentication> + <username>%EMAILLOCALPART%</username> + </outgoingServer> + </emailProvider> +</clientConfig> |