Skip to content

Commit

Permalink
Update settings for janis.or.jp
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Mar 25, 2024
1 parent 09c64c8 commit f459584
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions ispdb/janis.or.jp.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="janis.or.jp">
<!-- ytg.janis.or.jp etc. use MX mx1.janis.or.jp -->
<domain>janis.or.jp</domain>
<displayName>Janis</displayName>
<displayShortName>Janis</displayShortName>
<incomingServer type="imap">
<hostname>imaps.janis.or.jp</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
</incomingServer>
<incomingServer type="pop3">
<hostname>mail.%EMAILDOMAIN%</hostname>
<port>110</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<hostname>pops.janis.or.jp</hostname>
<port>995</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.%EMAILDOMAIN%</hostname>
<port>25</port>
<socketType>plain</socketType>
<authentication>none</authentication>
<restriction>client-IP-address</restriction>
<hostname>smtps.janis.or.jp</hostname>
<port>465</port>
<socketType>SSL</socketType>
<username>%EMAILADDRESS%</username>
<authentication>password-cleartext</authentication>
</outgoingServer>
<documentation url="https://www.janis.jp/support/user/mail-settings"/>
</emailProvider>
</clientConfig>

0 comments on commit f459584

Please sign in to comment.