Horde
Horde
Horde3
Als erstes mal horde3 installieren:
apt-get install horde3
Als erstes die SQL Datenbank installieren:
Dazu in /usr/share/doc/horde3/examples/scripts/sql wechseln und schauen ob für die bevorzugte Datenbank schon was da is. In dem ćreate File steht dann auch schön drin, was man machen soll :)
Danach:
in die httpd.conf folgendes einfügen:
Alias horde3 /usr/share/horde
dann noch
/etc/apache/reload
Horde reload!
in /etc/horde/horde3/conf.php die erste Zeile auskommentieren.
Danach im Webserver das oben erstellte Dir aufrufen.
Nun ist man automatisch als Administrator angemeldet.
You can now access Horde without a password, and you will be logged in as
an administrator. You should first configure a real authentication backend.
Click on ``Configuration`` in the ``Administration`` menu and configure
Horde. Start in the ``Authentication`` tab.
Note! Giving the web user access to write to the configuration may be
a security issue, so this is not recommended to keep for a long time (if
at all).
a. In the ``Which users should be treated as administrators`` field enter a
comma separated list of user names of your choosing. This will control
who is allowed to make configuration changes, see passwords, potentially
add users, etc.
b. In the ``What backend should we use for authenticating users to Horde``
pulldown menu select ``IMAP authentication``. The page will reload and
you will have specific options for IMAP authentication.
c. In the ``Configuration type`` pulldown menu select ``Separate values``.
The page will reload with additional options. Fill in the remaining
three fields appropriately:
- IP name/number of the IMAP server
- For a secure connection, select port 993.
- Select the protocol; for a secure connection either ``imap/ssl`` or
``imap/ssl/novalidate-cert`` (for self-signed certificates)
Nun hat man dann eigentlich schon ein lauffähiges Horde grundsystem installiert :)
Is doch einfach :)
nun aber auf jeden Fall:
chown root:root /etc/horde/* -R
Damit das ganze System wieder abgesichert ist!
imp4
Um dann noch auf die features eines genialen Webmails zurückgreifen zu können imp4 installieren:
apt-get install imp4
Wenn man auch noch den schönen gpg support haben will:
apt-get install gnupg
Dann kann man sich nach einem
chown www-data:www-data /etc/horde/imp4
An die Webkonfiguration machen.
Damit auch das speichern von pgp keys klappt, muss man noch unter Einstellungen -> Horde ->
Preference System den SQL Server angeben.
Finde die Lösung atm zwar noch sehr unsicher, aber bin dabei mir da was besseres einfallen zu lassen.