fusionictnl
Verified User
Horde Webmail Edition Script v1.3.2
You all probably have seen tons of HowTo's about Horde. Here's another one (semi automatic).
Hopefully it will ease the installation for some of you
I've tested it under CentOS and CustomBuild
Horde setup script
For this to work you'll need php with imap support and imapd. You can use the "horde_imap_support.sh" included in the package.
The installation itself
Interactivly Expiremental Imap install works only with custombuild
Horde Installation (fully automated)
Database information is also send to the admin email account (default admin)
That's it! You should now (after restart/reloading) apache/httpd access horde at http://website/horde
You can first check your setup: http://website/horde/test.php (imp tests etc.)
If you want to run the manual (re-)configure (horde):
If you have compile problems with php and imap c-client.a error. Please change the line to the correct corresponding system type in the table below. First 3 characters. (If you have FreeBSD this is automaticaly changed for you).
Feedback Welcome
You all probably have seen tons of HowTo's about Horde. Here's another one (semi automatic).
Hopefully it will ease the installation for some of you

Horde setup script
For this to work you'll need php with imap support and imapd. You can use the "horde_imap_support.sh" included in the package.
The installation itself
Code:
# wget http://www.fusion-ict.nl/da_plugin/horde_install.tar.gz
# tar zxvf horde_install.tar.gz
# cd horde_install
Interactivly Expiremental Imap install works only with custombuild
Code:
# sh /horde_imap_support.sh
Horde Installation (fully automated)
Code:
# sh horde_install.sh
Database information is also send to the admin email account (default admin)
That's it! You should now (after restart/reloading) apache/httpd access horde at http://website/horde
You can first check your setup: http://website/horde/test.php (imp tests etc.)
If you want to run the manual (re-)configure (horde):
Code:
# php /var/www/html/horde/scripts/setup.php
If you have compile problems with php and imap c-client.a error. Please change the line to the correct corresponding system type in the table below. First 3 characters. (If you have FreeBSD this is automaticaly changed for you).
Code:
# The following ports are bundled:
# a32 AIX 3.2 for RS/6000
# a41 AIX 4.1 for RS/6000
# aix AIX/370 (not RS/6000!!)
# ami AmigaDOS
# am2 AmigaDOS with a 68020+
# ama AmigaDOS using AS225R2
# amn AmigaDOS with a 680x0 using "new" socket library
# aos AOS for RT
# art AIX 2.2.1 for RT
# asv Altos SVR4
# aux A/UX
# bs3 BSD/i386 3.0 and higher
# bsd generic BSD 4.3 (as in ancient 1980s version)
# bsf FreeBSD
# bsi BSD/i386
# bso OpenBSD (yes, yet another one...)
# cvx Convex
# cyg Cygwin
# d-g Data General DG/UX prior to 5.4 (d41 port no longer exists)
# d54 Data General DG/UX 5.4
# do4 Apollo Domain/OS sr10.4
# dpx Bull DPX/2 B.O.S.
# drs ICL DRS/NX
# dyn Dynix
# epx EP/IX
# ga4 GCC AIX 4.x for RS/6000
# gas GCC Altos SVR4
# gcs GCC Solaris with Blastwave Community Open Source Software
# gh9 GCC HP-UX 9.x
# ghp GCC HP-UX 10.x
# ghs GCC HP-UX 10.x with Trusted Computer Base
# go5 GCC 2.7.1 (95q4 from Skunkware _not_ 98q2!) SCO Open Server 5.0.x
# gsc GCC Santa Cruz Operation
# gsg GCC SGI
# gso GCC Solaris
# gsu GCC SUN-OS
# gul GCC RISC Ultrix (DEC-5000)
# h11 HP-UX 11i
# hpp HP-UX 9.x (see gh9)
# hpx HP-UX 10.x (see ghp, ghs, hxd, and shp)
# hxd HP-UX 10.x with DCE security (see shp)
# isc Interactive Systems
# ldb Debian Linux
# lfd Fedora Core 4
# ln8 Linux for Nokia N800
# lnx Linux with traditional passwords and crypt() in the C library
# (see lnp, sl4, sl5, and slx)
# lnp Linux with Pluggable Authentication Modules (PAM)
# lmd Mandrake Linux
# lr5 RedHat Enterprise 5 and later (same as lfd)
# lrh RedHat Linux 7.2 and later
# lsu SuSE Linux (same as lrh)
# lyn LynxOS
# mct MachTen
# mnt Atari ST Mint (not MacMint)
# neb NetBSD
# nec NEC UX
# nto QNX Neutrine RTP
# nxt NEXTSTEP
# nx3 NEXTSTEP 3.x
# osf OSF/1 (see sos, os4)
# os4 OSF/1 (Digital UNIX) 4
# osi Apple iPhone and iPod Touch
# osx Mac OS X
# oxp Mac OS X with Pluggable Authentication Modules (PAM)
# ptx PTX
# pyr Pyramid
# qnx QNX 4
# s40 SUN-OS 4.0 (*not* Solaris)
# sc5 SCO Open Server 5.0.x (see go5)
# sco Santa Cruz Operation (see sc5, go5)
# shp HP-UX with Trusted Computer Base
# sgi Silicon Graphics IRIX
# sg6 Silicon Graphics IRIX 6.5
# sl4 Linux using -lshadow to get the crypt() function
# sl5 Linux with shadow passwords, no extra libraries
# slx Linux using -lcrypt to get the crypt() function
# snx Siemens Nixdorf SININX or Reliant UNIX
# soc Solaris with /opt/SUNWspro/bin/cc
# sol Solaris (won't work unless "ucbcc" works -- use gso instead)
# sos OSF/1 with SecureWare
# ssn SUN-OS with shadow password security
# sua Windows Vista (Enterprise or Ultima) Subsystem for Unix Applications
# sun SUN-OS 4.1 or better (*not* Solaris) (see ssn)
# sv2 SVR2 on AT&T PC-7300 (incomplete port)
# sv4 generic SVR4
# ult RISC Ultrix (DEC-5000)
# uw2 UnixWare SVR4.2
# vul VAX Ultrix
# vu2 VAX Ultrix 2.3 (e.g. for VAXstation-2000 or similar old version)
Feedback Welcome
Last edited: