aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autoconfig/janis.or.jp
diff options
context:
space:
mode:
authorPunit Jain <jpunit@novell.com>2011-11-09 23:40:00 +0800
committerPunit Jain <jpunit@novell.com>2011-11-09 23:40:00 +0800
commit77b3cb632a78eed7755b343dbbcf05ed7a3a0bc2 (patch)
treeb2fb04345252537186efa6e37905c4776f310cdf /mail/mail-autoconfig/janis.or.jp
parent1dc40cdae4e01e2377160acc5b18b3a1e3a485b8 (diff)
downloadgsoc2013-evolution-77b3cb632a78eed7755b343dbbcf05ed7a3a0bc2.tar
gsoc2013-evolution-77b3cb632a78eed7755b343dbbcf05ed7a3a0bc2.tar.gz
gsoc2013-evolution-77b3cb632a78eed7755b343dbbcf05ed7a3a0bc2.tar.bz2
gsoc2013-evolution-77b3cb632a78eed7755b343dbbcf05ed7a3a0bc2.tar.lz
gsoc2013-evolution-77b3cb632a78eed7755b343dbbcf05ed7a3a0bc2.tar.xz
gsoc2013-evolution-77b3cb632a78eed7755b343dbbcf05ed7a3a0bc2.tar.zst
gsoc2013-evolution-77b3cb632a78eed7755b343dbbcf05ed7a3a0bc2.zip
Bug #636214 get configuration details from server part1
moving files from capplet to mail
Diffstat (limited to 'mail/mail-autoconfig/janis.or.jp')
-rw-r--r--mail/mail-autoconfig/janis.or.jp44
1 files changed, 44 insertions, 0 deletions
diff --git a/mail/mail-autoconfig/janis.or.jp b/mail/mail-autoconfig/janis.or.jp
new file mode 100644
index 0000000000..2092e32aaf
--- /dev/null
+++ b/mail/mail-autoconfig/janis.or.jp
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig>
+ <emailProvider id="janis.or.jp">
+ <domain>janis.or.jp</domain>
+ <domain>azm.janis.or.jp</domain>
+ <domain>ckm.janis.or.jp</domain>
+ <domain>dhk.janis.or.jp</domain>
+ <domain>dia.janis.or.jp</domain>
+ <domain>grn.janis.or.jp</domain>
+ <domain>ina.janis.or.jp</domain>
+ <domain>kis.janis.or.jp</domain>
+ <domain>mhl.janis.or.jp</domain>
+ <domain>mid.janis.or.jp</domain>
+ <domain>mis.janis.or.jp</domain>
+ <domain>miy.janis.or.jp</domain>
+ <domain>ngn.janis.or.jp</domain>
+ <domain>nkn.janis.or.jp</domain>
+ <domain>osk.janis.or.jp</domain>
+ <domain>sas.janis.or.jp</domain>
+ <domain>sko.janis.or.jp</domain>
+ <domain>swk.janis.or.jp</domain>
+ <domain>tgk.janis.or.jp</domain>
+ <domain>tyt.janis.or.jp</domain>
+ <domain>ued.janis.or.jp</domain>
+ <domain>ytg.janis.or.jp</domain>
+ <displayName>JANIS</displayName>
+ <displayShortName>JANIS</displayShortName>
+ <incomingServer type="pop3">
+ <hostname>mail.%EMAILDOMAIN%</hostname>
+ <port>110</port>
+ <socketType>plain</socketType>
+ <username>%EMAILLOCALPART%</username>
+ <authentication>plain</authentication>
+ </incomingServer>
+ <outgoingServer type="smtp">
+ <hostname>smtp.%EMAILDOMAIN%</hostname>
+ <port>25</port>
+ <socketType>plain</socketType>
+ <authentication>none</authentication>
+ <addThisServer>true</addThisServer>
+ <useGlobalPreferredServer>false</useGlobalPreferredServer>
+ </outgoingServer>
+ </emailProvider>
+</clientConfig>