blob: baa1d0e7a0596f66d22e4241b2b8ce4a48426f68 (
plain) (
tree)
|
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="dd.iij4u.or.jp">
<domain>dd.iij4u.or.jp</domain>
<domain>ff.iij4u.or.jp</domain>
<domain>hh.iij4u.or.jp</domain>
<domain>kk.iij4u.or.jp</domain>
<domain>nn.iij4u.or.jp</domain>
<domain>pp.iij4u.or.jp</domain>
<domain>rr.iij4u.or.jp</domain>
<domain>ss.iij4u.or.jp</domain>
<domain>bc.iij4u.or.jp</domain>
<domain>bk.iij4u.or.jp</domain>
<domain>bp.iij4u.or.jp</domain>
<domain>bu.iij4u.or.jp</domain>
<displayName>IIJ4U</displayName>
<displayShortName>IIJ4U</displayShortName>
<incomingServer type="pop3">
<hostname>mbox.iij4u.or.jp</hostname>
<port>110</port>
<socketType>STARTTLS</socketType>
<username>%EMAILLOCALPART%.%EMAILDOMAIN%</username>
<authentication>secure</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>mbox.iij4u.or.jp</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<username>%EMAILLOCALPART%.%EMAILDOMAIN%</username>
<authentication>secure</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>
|