allgemeine Doku

konkret auf systemausfall.org

Beim Anlegen einer neuen Maildomain verhelfen folgende Schritte zum zukünftigen Autoconfig (zumindest bei thunderbird/icedove):

<?xml version="1.0" encoding="UTF-8"?>

<clientConfig version="1.1">
  <emailProvider id="DOMA.IN">
    <domain>DOMA.IN</domain>
    <displayName>DOMA.IN</displayName>
    <displayShortName>DOMA.IN</displayShortName>
    <incomingServer type="imap">
      <hostname>mail.systemausfall.org</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </incomingServer>
   <incomingServer type="pop3">
      <hostname>mail.systemausfall.org</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.systemausfall.org</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </outgoingServer>
    <documentation url="https://systemausfall.org/wikis/hilfe">
      <descr lang="de">Hilfe zu den E-Mail Einstellungen</descr>
      <descr lang="en">helppages for e-mail configuration</descr>
    </documentation>
  </emailProvider>
</clientConfig>

Creative Commons Lizenzvertrag
This page is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.