]>
Git — Sourcephile - sourcephile-nix.git/blob - hosts/mermet/dovecot/autoconfig/mail/config-v1.1.xml
2 <clientConfig version=
"1.1">
3 <emailProvider id=
"%EMAILDOMAIN%">
4 <!-- <displayName></displayName> -->
5 <!-- <displayShortName></displayShortName> -->
6 <domain>%EMAILDOMAIN%
</domain>
7 <incomingServer type=
"imap">
8 <hostname>mail.%EMAILDOMAIN%
</hostname>
10 <socketType>SSL
</socketType>
11 <username>%EMAILADDRESS%
</username>
12 <authentication>password-cleartext
</authentication>
15 <incomingServer type="pop3">
16 <hostname>mail.%EMAILDOMAIN%</hostname>
18 <socketType>SSL</socketType>
19 <username>%EMAILADDRESS%</username>
20 <authentication>password-cleartext</authentication>
22 <leaveMessagesOnServer>false</leaveMessagesOnServer>
23 <downloadOnBiff>true</downloadOnBiff>
27 <outgoingServer type=
"smtp">
28 <hostname>mail.%EMAILDOMAIN%
</hostname>
30 <socketType>SSL
</socketType> <!-- see above -->
31 <username>%EMAILADDRESS%
</username> <!-- if smtp-auth -->
32 <authentication>password-cleartext
</authentication>
33 <!-- <restriction>client-IP-address</restriction> -->
34 <addThisServer>true
</addThisServer>
35 <useGlobalPreferredServer>false
</useGlobalPreferredServer>
38 <!-- <clientConfigUpdate url="https://www.example.com/config/mozilla.xml" /> -->