Ceci est une ancienne révision du document !
$ tar xzvf roundcubemail-0.1.1.tar.gz $ sudo mv roundcubemail-0.1.1 /data/www/fr/postgresql.fr/webmail
damien@babar:/data/www/fr/postgresql.fr/webmail$ sudo su postgres postgres@babar:/data/www/fr/postgresql.fr/webmail$ createuser roundcube -P Saisissez le mot de passe pour le nouvel rôle : Saisissez-le à nouveau : Le nouvel rôle est-il super-utilisateur ? (o/n) n Le nouvel rôle est-il autorisé à créer des bases de données ? (o/n) n Le nouvel rôle est-il autorisé à créer de nouveaux rôles ? (o/n) n postgres@babar:/data/www/fr/postgresql.fr/webmail$ createdb roundcube --owner roundcube postgres@babar:/data/www/fr/postgresql.fr/webmail$ psql -h 127.0.0.1 roundcube -U roundcube < SQL/postgres.initial.sql
$ cd config/ $ sudo cp db.inc.php.dist db.inc.php $ sudo vi db.inc.php $ sudo cp main.inc.php.dist main.inc.php $ sudo vi main.inc.php