[Qmail] vpopmailでmysqlを利用するにはまずvpopmailで使用するデータベースを作成します。パーミッションの設定も忘れずに。 [testuser@server testuser]$ mysql -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 34 to server version: Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create database vpopmail; Query OK, 1 row affected (0.05 sec) mysql> GRANT select,insert,update,d