2017年9月19日 星期二

roundcubemail webmail

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; Note that preconfigured database tables are included in the SQL folder. Import or restore your version or you may get a 500 Error. ======================== QUOTA /etc/dovecot.conf protocol imap { mail_plugins = quota imap_quota } plugin { quota = fs:user } https://wiki1.dovecot.org/Quota/FS

沒有留言:

張貼留言