• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Webmail

Hallo,

ich habe einen Posix / Cyrus Mail Server auf SLES 10 laufen.
Gibt es einen kostenlosen Webmail Server den ich mit auf dem Rechner laufen lassen kann? Das wäre wunderbar!

Schönen Dank
m-o
 
Du solltest dir mal Horde Webmail oder egroupware anschauen. Könnte ein wenig "overdressed" sein aber da kannst Du die nicht benötigten Features ja abstellen.
 
OP
M

m-o

Hallo,

vielen Dank erstmal für Eure antworten.
Ich habe gestern noch squirrelmail ausprobiert - find ich optisch nicht so ansprechend - aber danke für den Tipp - das läuft sehr gut!

Nun habe ich RoundCube probiert. Die Installation ist gut und auch recht leicht verständlich. Nach der Installation habe ich nun das Problem, dass er nicht mit meiner MySQL Datenbank connecten kann. Ich habe eine neue DB angelegt. Der User hat voll rechte drauf und ich habe die Struktur mit dem Befeht in der INSTALL Datei angelgt. Aber er bekommt keinen connect.

Hat jemand dazu einen Tipp?

Vielen Dank
m-o
 
http://trac.roundcube.net/wiki/Howto_Install schrieb:
Database Configuration ¶

Next thing we need to do is decide what database backend we'll use. The most common is MySQL but others are PostgreSQL and SQLite. So once you decide, create a database with any name you want and grant privileges to a separate database user. It's recommended not to use an existing user or root.

With MySQL you can set up the database by issuing the following commands:

CREATE DATABASE roundcubemail;
GRANT ALL PRIVILEGES ON roundcubemail.* TO username@localhost IDENTIFIED BY 'password';

(of course you have to replace the database, username and password accordingly)

See the INSTALL file for information about setting up PostgreSQL or SQLite

If you are using MySQL, be sure to flush the users privileges when you add a new user or you will get a database connection error:

FLUSH PRIVILEGES;

Daran hast Du dich gehalten? Speziell den letzten Teil?
 
OP
M

m-o

naja, ich habe phpMyAdmin benutzt um den User anzulegen - das sollte es doch automatisch machen, oder? Da hatte ich noch nie Probleme... Aber ich versuche es noch mal.
 
Oben