summaryrefslogtreecommitdiff
path: root/imp3
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
committerJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
commite042b7bced715a9d0d6c660df453b1b68f263316 (patch)
tree13f1bcd2f7cccf87718d92b5fc9a112d4c3ea455 /imp3
parentc778483fbd7829e2d41157ae6be2d7f1eef709f5 (diff)
Drop ancient unused files.
Diffstat (limited to 'imp3')
-rw-r--r--imp3/motd.php17
-rw-r--r--imp3/servers.php152
2 files changed, 0 insertions, 169 deletions
diff --git a/imp3/motd.php b/imp3/motd.php
deleted file mode 100644
index ec48e17..0000000
--- a/imp3/motd.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<P align="center" class="light">
-<!-- Adding attachments doesn't work currently!<BR> --!>
-<!-- Use one of the alternative programs below if sending attachments is needed. --!>
-</P>
-<P align="center" class="light">
-Bookmark the following alternatives now, in case this site goes down one day:<BR>
-<A href="https://mail.jones.dk/" target="_top" class="helpitem">dr. Jones</A>,
-<A href="https://mail.homebase.dk/" target="_top" class="helpitem">Homebase</A>,
-<A href="http://mail.107b.dk/" target="_top" class="helpitem">Lab</A>,
-<A href="https://mail.bitbase.dk/" target="_top" class="helpitem">Bitbase</A>,
-<A href="https://mail.kaospilot.no/" target="_top" class="helpitem">KaosPilotene Norge</A>,
-<A href="http://mail.dgi-huset.dk/" target="_top" class="helpitem">DGI-huset</A>,
-<A href="http://mail.idraetsdaghojskolen.dk/" target="_top" class="helpitem">IDA</A>.
-</P>
-<P align="center" class="light">
-Always remember to select your home organisation at login!<BR>
-</P>
diff --git a/imp3/servers.php b/imp3/servers.php
deleted file mode 100644
index 7f0b4f8..0000000
--- a/imp3/servers.php
+++ /dev/null
@@ -1,152 +0,0 @@
-<?php
-$servers['_prompt'] = array(
- 'name' => 'Choose a mail server:'
-);
-$servers['jones'] = array(
- 'name' => 'dr. Jones',
- 'server' => 'mail.jones.dk',
- 'port' => 993,
- 'protocol' => 'imap/ssl',
- 'folders' => '',
- 'namespace' => '',
- 'maildomain' => 'jones.dk',
- 'smtphost' => 'localhost',
- 'realm' => 'jones.dk',
- 'preferred' => array(
- "mail.jones.dk",
- "jones.mail.jones.dk",
- "jones.mail.homebase.dk",
- "jones.mail.107b.dk",
- "jones.mail.bitbase.dk",
- "jones.mail.kaospilot.no",
- "jones.mail.dgi-huset.dk",
- "jones.mail.idraetsdaghojskolen.dk",
- )
-);
-$servers['homebase'] = array(
- 'name' => 'Homebase',
- 'server' => 'mail.homebase.dk',
- 'port' => 993,
- 'protocol' => 'imap/ssl',
- 'folders' => '',
- 'namespace' => '',
- 'maildomain' => 'homebase.dk',
- 'smtphost' => 'localhost',
- 'realm' => 'homebase.dk',
- 'preferred' => array(
- "mail.homebase.dk",
- "homebase.mail.jones.dk",
- "homebase.mail.homebase.dk",
- "homebase.mail.107b.dk",
- "homebase.mail.bitbase.dk",
- "homebase.mail.kaospilot.no",
- "homebase.mail.dgi-huset.dk",
- "homebase.mail.idraetsdaghojskolen.dk",
- )
-);
-$servers['lab'] = array(
- 'name' => 'Lab',
- 'server' => '107b.dk',
- 'port' => 993,
- 'protocol' => 'imap/ssl',
- 'folders' => '',
- 'namespace' => '',
- 'maildomain' => '107b.dk',
- 'smtphost' => 'localhost',
- 'realm' => '107b.dk',
- 'preferred' => array(
- "mail.107b.dk",
- "lab.mail.jones.dk",
- "lab.mail.homebase.dk",
- "lab.mail.107b.dk",
- "lab.mail.bitbase.dk",
- "lab.mail.kaospilot.no",
- "lab.mail.dgi-huset.dk",
- "lab.mail.idraetsdaghojskolen.dk",
- )
-);
-$servers['bitbase'] = array(
- 'name' => 'Bitbase',
- 'server' => 'mail.bitbase.dk',
- 'port' => 993,
- 'protocol' => 'imap/ssl',
- 'folders' => '',
- 'namespace' => '',
- 'maildomain' => 'bitbase.dk',
- 'smtphost' => 'localhost',
- 'realm' => 'bitbase.dk',
- 'preferred' => array(
- "mail.bitbase.dk",
- "bitbase.mail.jones.dk",
- "bitbase.mail.homebase.dk",
- "bitbase.mail.107b.dk",
- "bitbase.mail.bitbase.dk",
- "bitbase.mail.kaospilot.no",
- "bitbase.mail.dgi-huset.dk",
- "bitbase.mail.idraetsdaghojskolen.dk",
- )
-);
-$servers['kpno'] = array(
- 'name' => 'KaosPilotene, Norge',
- 'server' => 'mail.kaospilot.no',
- 'port' => 993,
- 'protocol' => 'imap/ssl',
- 'folders' => '',
- 'namespace' => '',
- 'maildomain' => 'users.kaospilot.no',
- 'smtphost' => 'localhost',
- 'realm' => 'kaospilot.no',
- 'preferred' => array(
- "mail.kaospilot.no",
- "kpno.mail.jones.dk",
- "kpno.mail.homebase.dk",
- "kpno.mail.107b.dk",
- "kpno.mail.bitbase.dk",
- "kpno.mail.kaospilot.no",
- "kpno.mail.dgi-huset.dk",
- "kpno.mail.idraetsdaghojskolen.dk",
- )
-);
-$servers['dgih'] = array(
- 'name' => 'DGI-huset',
- 'server' => 'mail.dgi-huset.dk',
- 'port' => 993,
- 'protocol' => 'imap/ssl',
- 'folders' => '',
- 'namespace' => '',
- 'maildomain' => 'dgi-huset.dk',
- 'smtphost' => 'localhost',
- 'realm' => 'dgi-huset.dk',
- 'preferred' => array(
- "mail.dgi-huset.dk",
- "dgih.mail.jones.dk",
- "dgih.mail.homebase.dk",
- "dgih.mail.107b.dk",
- "dgih.mail.bitbase.dk",
- "dgih.mail.kaospilot.no",
- "dgih.mail.dgi-huset.dk",
- "dgih.mail.idraetsdaghojskolen.dk",
- )
-);
-$servers['ida'] = array(
- 'name' => 'IDA',
- 'server' => 'mail.idraetsdaghojskolen.dk',
- 'port' => 993,
- 'protocol' => 'imap/ssl',
- 'folders' => '',
- 'namespace' => '',
- 'maildomain' => 'idraetsdaghojskolen.dk',
- 'smtphost' => 'localhost',
- 'realm' => 'idraetsdaghojskolen.dk',
- 'preferred' => array(
- "mail.idraetsdaghojskolen.dk",
- "ida.mail.jones.dk",
- "ida.mail.homebase.dk",
- "ida.mail.107b.dk",
- "ida.mail.bitbase.dk",
- "ida.mail.kaospilot.no",
- "ida.mail.dgi-huset.dk",
- "ida.mail.idraetsdaghojskolen.dk",
- )
-);
-?>