Skip to content

Commit

Permalink
Update settings for sakunet.ne.jp
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Mar 6, 2024
1 parent 3a5b957 commit 939b70c
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions ispdb/sakunet.ne.jp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,26 @@
<domain>sakunet.ne.jp</domain>
<displayName>佐久ケーブルテレビ</displayName>
<displayShortName>Saku-Net</displayShortName>
<incomingServer type="imap">
<hostname>imap.sakunet.ne.jp</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>password-cleartext</authentication>
</incomingServer>
<incomingServer type="pop3">
<hostname>mail.sakunet.ne.jp</hostname>
<port>110</port>
<socketType>plain</socketType>
<port>995</port>
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>password-cleartext</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.sakunet.ne.jp</hostname>
<port>25</port>
<socketType>plain</socketType>
<authentication>none</authentication>
<hostname>smtpa.sakunet.ne.jp</hostname>
<port>465</port>
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>password-cleartext</authentication>
</outgoingServer>
</emailProvider>
</clientConfig>

0 comments on commit 939b70c

Please sign in to comment.