mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-21 15:10:25 +00:00
Fixed typo
This commit is contained in:
parent
78db852e82
commit
14d6e21223
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ CREATE USER 'postfix'@'%' IDENTIFIED BY 'MY_PASSWORD';
|
|||
CREATE USER 'postfix_readonly'@'%' IDENTIFIED BY 'MY_PASSWORD';
|
||||
CREATE USER 'prosody'@'%' IDENTIFIED BY 'MY_PASSWORD';
|
||||
GRANT ALL PRIVILEGES ON postfix.* TO 'postfix'@'%';
|
||||
GRANT SELECT ON postifx.* TO 'postfix_readonly'@'%';
|
||||
GRANT SELECT ON postfix.* TO 'postfix_readonly'@'%';
|
||||
GRANT ALL PRIVILEGES ON prosody.* TO 'prosody'@'%';
|
||||
FLUSH PRIVILEGES;
|
||||
quit
|
||||
|
|
Loading…
Reference in a new issue