fix: update postfixadmin username and dbname
This commit is contained in:
parent
702d09e9cd
commit
a4f5c9c466
1 changed files with 2 additions and 2 deletions
|
|
@ -272,9 +272,9 @@
|
|||
setupPasswordFile = /etc/postfixadminpass;
|
||||
adminEmail = "noa@itepastra.nl";
|
||||
database = {
|
||||
username = "postfix";
|
||||
username = "postfixadmin";
|
||||
passwordFile = /etc/postfixdbpass;
|
||||
dbname = "postfix";
|
||||
dbname = "postfixadmin";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue