fix: create db for postfixadmin

This commit is contained in:
Noa Aarts 2024-08-28 18:26:48 +02:00
parent e57571c881
commit dac387e03f
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -271,6 +271,11 @@
hostName = "pfa.itepastra.nl";
setupPasswordFile = /etc/postfixadminpass;
adminEmail = "noa@itepastra.nl";
database = {
username = "postfix";
passwordFile = /etc/postfixdbpass;
dbname = "postfix";
};
};
};