aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-autoconfig/e23.jp
blob: f1f08b908ad1dfc31df1539e4818318c08bbf243 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>