aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/e23.jp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-autoconfig/e23.jp')
-rw-r--r--mail/mail-autoconfig/e23.jp28
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/mail-autoconfig/e23.jp b/mail/mail-autoconfig/e23.jp
new file mode 100644
index 0000000000..f1f08b908a
--- /dev/null
+++ b/mail/mail-autoconfig/e23.jp
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig>
+ <emailProvider id="iijmio-mail.jp">
+ <domain>iijmio-mail.jp</domain>
+ <domain>miomio.jp</domain>
+ <domain>miobox.jp</domain>
+ <domain>e23.jp</domain>
+ <domain>x-il.jp</domain>
+ <displayName>IIJmio セーフティメール</displayName>
+ <displayShortName>IIJmio</displayShortName>
+ <incomingServer type="pop3">
+ <hostname>mbox.iijmio-mail.jp</hostname>
+ <port>110</port>
+ <socketType>STARTTLS</socketType>
+ <username>%EMAILLOCALPART%.%EMAILDOMAIN%</username>
+ <authentication>secure</authentication>
+ </incomingServer>
+ <outgoingServer type="smtp">
+ <hostname>mbox.iijmio-mail.jp</hostname>
+ <port>587</port>
+ <socketType>STARTTLS</socketType>
+ <username>%EMAILLOCALPART%.%EMAILDOMAIN%</username>
+ <authentication>secure</authentication>
+ <addThisServer>true</addThisServer>
+ <useGlobalPreferredServer>false</useGlobalPreferredServer>
+ </outgoingServer>
+ </emailProvider>
+</clientConfig>