fix: create db for postfixadmin
This commit is contained in:
parent
e57571c881
commit
dac387e03f
1 changed files with 5 additions and 0 deletions
|
|
@ -271,6 +271,11 @@
|
||||||
hostName = "pfa.itepastra.nl";
|
hostName = "pfa.itepastra.nl";
|
||||||
setupPasswordFile = /etc/postfixadminpass;
|
setupPasswordFile = /etc/postfixadminpass;
|
||||||
adminEmail = "noa@itepastra.nl";
|
adminEmail = "noa@itepastra.nl";
|
||||||
|
database = {
|
||||||
|
username = "postfix";
|
||||||
|
passwordFile = /etc/postfixdbpass;
|
||||||
|
dbname = "postfix";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue