i found this sql command list:
GRANT SELECT ON vmail.* TO vmail@localhost IDENTIFIED BY "password";
GRANT SELECT,INSERT,DELETE,UPDATE ON vmail.* TO vmailadmin@localhost IDENTIFIED BY "password";
FLUSH PRIVILEGES;
from: http://www.iredmail.org/forum/topic693- … blems.html
am i intended to replace "password" with the password value? or just use the string "password'?