aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/xs4all.nl
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-autoconfig/xs4all.nl')
-rw-r--r--mail/mail-autoconfig/xs4all.nl29
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/mail-autoconfig/xs4all.nl b/mail/mail-autoconfig/xs4all.nl
new file mode 100644
index 0000000000..b5c4289322
--- /dev/null
+++ b/mail/mail-autoconfig/xs4all.nl
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<clientConfig>
+ <emailProvider id="xs4all.nl">
+ <domain>xs4all.nl</domain>
+
+ <displayName>XS4All</displayName>
+ <displayShortName>XS4All</displayShortName>
+
+ <incomingServer type="pop3">
+ <hostname>pops.xs4all.nl</hostname>
+ <port>995</port>
+ <socketType>SSL</socketType>
+ <username>%EMAILLOCALPART%</username>
+ <authentication>plain</authentication>
+ </incomingServer>
+
+ <outgoingServer type="smtp">
+ <hostname>smtps.xs4all.nl</hostname>
+ <port>465</port>
+ <socketType>SSL</socketType>
+ <username>%EMAILLOCALPART%</username>
+ <authentication>plain</authentication>
+ <addThisServer>true</addThisServer>
+ <useGlobalPreferredServer>false</useGlobalPreferredServer>
+ </outgoingServer>
+
+ </emailProvider>
+</clientConfig>