sunetdrive/templates/mariadb/05-roundcube.sql.erb
2025-03-26 14:09:24 +01:00

3 lines
204 B
Text

CREATE SCHEMA roundcubemail;
CREATE USER 'roundcube'@'%' IDENTIFIED BY '<%= @roundcube_password %>';
GRANT ALL PRIVILEGES ON roundcubemail.* TO 'roundcube'@'%' IDENTIFIED BY '<%= @roundcube_password %>';