kittemail/kittemail-prefork/resources/templates/autoconfig.xml

41 lines
2.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0"?>
<clientConfig version="1.1">
<emailProvider id="ailur.dev">
<domain>ailur.dev</domain>
<domain>cta.social</domain>
<displayName>Kittemail</displayName>
<displayShortName>Kittemail</displayShortName>
<outgoingServer type="smtp">
<hostname>mail.ailur.dev</hostname>
<port>465</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
<restriction>client-IP-address</restriction>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>true</useGlobalPreferredServer>
<password>%LOGINCODE%</password>
</outgoingServer>
<enable visiturl="https://mail.ailur.dev/settings?giveLoginCode=true">
<instruction>Please click the link, and use the displayed login code as your password.</instruction>
<instruction lang="de">Bitte klicken Sie auf den Link und verwenden Sie den angezeigten Anmeldecode als Ihr Passwort.</instruction>
<instruction lang="fr">Veuillez cliquer sur le lien et utiliser le code de connexion affiché comme votre mot de passe.</instruction>
<instruction lang="cn">请点击链接,使用显示的登录代码作为您的密码。</instruction>
<instruction lang="jp">リンクをクリックして、表示されたログインコードをパスワードとして使用してください。</instruction>
<instruction lang="ru">Пожалуйста, нажмите на ссылку и используйте отображаемый логин-код как ваш пароль.</instruction>
<instruction lang="es">Haga clic en el enlace y use el código de inicio de sesión mostrado como su contraseña.</instruction>
<instruction lang="it">Fare clic sul link e utilizzare il codice di accesso visualizzato come la vostra password.</instruction>
<instruction lang="ar">الرجاء النقر على الرابط واستخدام رمز تسجيل الدخول المعروض ككلمة مرورك.</instruction>
<instruction lang="tr">Lütfen bağlantıya tıklayın ve gösterilen giriş kodunu şifreniz olarak kullanın.</instruction>
<instruction lang="el">Κάντε κλικ στο σύνδεσμο και χρησιμοποιήστε τον εμφανιζόμενο κωδικό σύνδεσης ως τον κωδικό πρόσβασής σας.</instruction>
<instruction lang="ro">Vă rugăm să faceți clic pe link și să utilizați codul de conectare afișat ca parolă.</instruction>
</enable>
</emailProvider>
<clientConfigUpdate url="https://mail.ailur.dev/autoconfig.xml"/>
</clientConfig>