diff options
Diffstat (limited to 'imp')
-rw-r--r-- | imp/MOTD.html | 30 | ||||
-rw-r--r-- | imp/ldap.php3 | 96 | ||||
-rw-r--r-- | imp/servers.php3 | 117 |
3 files changed, 0 insertions, 243 deletions
diff --git a/imp/MOTD.html b/imp/MOTD.html deleted file mode 100644 index 7113e60..0000000 --- a/imp/MOTD.html +++ /dev/null @@ -1,30 +0,0 @@ -<CENTER> -<P align="center"> -Adding attachments doesn't work currently!<BR> -Use one of the alternative programs below if sending attachments is needed. -</P> -<P align="center"> -In case of problems consider using one of the newer Horde sites:<BR> -<A href="http://horde.jones.dk/" target="_top">dr. Jones</A>, -<A href="http://horde.homebase.dk/" target="_top">Homebase</A>, -<A href="http://horde.107b.dk/" target="_top">Lab</A>, -or <A href="http://horde.bitbase.dk/" target="_top">Bitbase</A>. -</P> -<P align="center"> -Here is a list of all of the (older) IMP sites<BR> -(remember to select your own organisation when logging in...!):<BR> -<A href="http://imp.jones.dk/" target="_top">dr. Jones</A>, -<A href="http://imp.homebase.dk/" target="_top">Homebase</A>, -<A href="http://imp.107b.dk/" target="_top">Lab</A>, -<A href="http://imp.jones.dk/" target="_top">Bitbase</A>, -<A href="http://webmail.a-host.dk/imp/" target="_top">A-host</A>, -<A href="http://woody.macvaerk.com/imp/" target="_top">Macvaerk</A>. -</P> -<P align="center"> -There's also a few alternative webmail programs<BR> -(less secure, but might work better in some situations):<BR> -<A href="http://mail.jones.dk/nocc/" target="_top">NOCC</A> -and AeroMail -(<A href="http://mail.jones.dk/aeromail/" target="_top">jones.dk</A>/<A href="http://mail.homebase.dk/aeromail/" target="_top">homebase.dk</A>).<BR> -</P> -</CENTER> diff --git a/imp/ldap.php3 b/imp/ldap.php3 deleted file mode 100644 index 84bf9c6..0000000 --- a/imp/ldap.php3 +++ /dev/null @@ -1,96 +0,0 @@ -<?php - -/* - - File: config/ldap.php3 - $Author: jonas $ - $Revision: 1.1 $ - $Date: 2002-04-02 06:59:37 $ - - IMP: Copywrite 1998 Charles J. Hagenbuch chuck@horde.org - - This code is under the GNU Public License - See the file COPYING in this directory - - */ -$LDAPServers = array(); - -/* -$LDAPServers['infospace'] = new LDAPServer('infospace', - 'Infospace', - 'ldap.infospace.com', - '', - 'sn', - 'cn,mail,sn', - 'is,is_strict,contains,begins,ends'); - -$LDAPServers['bigfoot'] = new LDAPServer('bigfoot', - 'Bigfoot', - 'ldap.bigfoot.com', - '', - 'surname', - 'cn,mail,sn', - 'is,sounds,is_strict,contains,begins,ends'); - - -$LDAPServers['infospacebiz'] = new LDAPServer('infospacebiz', - 'InfoSpace Business', - 'ldapbiz.infospace.com', - '', - 'sn', - 'cn,sn', - 'is_strict,begins'); - -$LDAPServers['yahoo'] = new LDAPServer('yahoo', - 'Yahoo', - 'ldap.yahoo.com', - '', - 'sn', - 'cn,mail,sn,givenname', - 'is,is_strict,contains,begins,ends'); - -$LDAPServers['whowhere'] = new LDAPServer('whowhere', - 'WhoWhere', - 'ldap.whowhere.com', - '', - 'sn', - 'cn,mail,sn,givenname', - 'is,is_strict,contains,begins,ends'); -*/ - -/* - The following is another example how to add your local LDAP server. - Have a look at the last three lines: - - The last line specifies the attribute holding the email address - (defaults to mail, if your email addresses are stored in a different - attribute then set this one). Most people won't need this but if you - use a custom attribute this will let you still search standard - directories in the same IMP installation). - - The last but one specifies the country (ie. c=[country]. - - The line before that specifies your organisation - (ie. o=[organisation]. - - Alternatively you can leave the country/org lines blank and just - specify a normal base DN on the fourth line. - - See horde lib for a complete list of options */ - -$LDAPServers['jones'] = new LDAPServer('jones', - 'jones.dk', - 'ldap.jones.dk', - 'dc=jones,dc=dk', - 'sn', - 'cn,mail,sn,givenname,uid,ou', - 'is,sounds,is_strict,contains,begins,ends'); -$LDAPServers['homebase'] = new LDAPServer('homebase', - 'homebase.dk', - 'ldap.homebase.dk', - 'dc=homebase,dc=dk', - 'sn', - 'cn,mail,sn,givenname,uid,ou', - 'is,sounds,is_strict,contains,begins,ends'); - -?> diff --git a/imp/servers.php3 b/imp/servers.php3 deleted file mode 100644 index 9e33a98..0000000 --- a/imp/servers.php3 +++ /dev/null @@ -1,117 +0,0 @@ -<?php - -$IMAPServers = array(); - -/* - This is the IMAP server config file. You need this if you set - $default->user_change_server to false and $default->use_server_list - The IMAPServer class contains the following variables: - - $name; - $server; - $port; - $folders; - $from_server; - $preferred; - $servtype - - name specifies the name to be displayed for the server in the select - box, server is the hostname of the server. port is the imap port - - by default 143. folders is the $folders variable to use; by default - it's set to ''. - - preferred is only useful if you do want to use the same server.php3 - file for different machines: if the Hostname of the IMP Machine is - identical to one of those in the preferred list, then the according - option in the select box will include a SELECTED, ie. it is selected - per default. Otherwise the first entry in the list is selected. - - servtype is one of 'imap' or 'pop3'. If it's pop3 you're going to be - connecting to a POP3 mail server instead of IMAP (so make sure the - port is correct), and all folder options will be automatically - turned off. - - Following are a bunch of example configurations: -*/ - -$IMAPServers['jones'] = new IMAPServer('dr. Jones', - 'mail.jones.dk', - '143/notls', - '', - 'jones.dk', - array( - "mail.jones.dk", - "jones.imp.jones.dk", - "jones.imp.homebase.dk", - "jones.imp.107b.dk", - "jones.imp.a-host.dk", - "jones.imp.vega.dk", - "jones.imp.bitbase.dk" - )); - -$IMAPServers['homebase'] = new IMAPServer('Homebase', - 'mail.homebase.dk', - '143/notls', - '', - 'homebase.dk', - array( - "mail.homebase.dk", - "homebase.imp.jones.dk", - "homebase.imp.homebase.dk", - "homebase.imp.107b.dk", - "homebase.imp.a-host.dk", - "homebase.imp.vega.dk", - "homebase.imp.bitbase.dk" - )); - -$IMAPServers['lab'] = new IMAPServer('Lab (107b.dk)', - '107b.dk', - '143/notls', - '', - '107b.dk', - array( - "mail.107b.dk", - "lab.imp.jones.dk", - "lab.imp.homebase.dk", - "lab.imp.107b.dk", - "lab.imp.a-host.dk", - "lab.imp.vega.dk", - "lab.imp.bitbase.dk" - )); - -$IMAPServers['bitbase'] = new IMAPServer('Bitbase', - 'mail.bitbase.dk', - '143/notls', - '', - 'bitbase.dk', - array( - "mail.bitbase.dk", - "bitbase.imp.jones.dk", - "bitbase.imp.homebase.dk", - "bitbase.imp.107b.dk", - "bitbase.imp.a-host.dk", - "bitbase.imp.vega.dk", - "bitbase.imp.bitbase.dk" - )); - -$IMAPServers['a-host'] = new IMAPServer('a-host', - 'mail2.a-host.dk', - '143/notls', - '', - 'a-host.dk', - array( - "webmail.a-host.dk", - "mail2.a-host.dk", - "a-host.horde.biks.dk" - )); - -$IMAPServers['louiz'] = new IMAPServer('Louiz', - 'louiz.dk', - '143/notls', - '', - 'louiz.dk', - array( - "louiz.horde.biks.dk" - )); - -?> |