wok view postfixadmin/stuff/etc/pgsql.d/postfixadmin @ rev 22792

recompiled xneur
author Hans-G?nter Theisgen
date Mon Jan 27 09:19:20 2020 +0100 (2020-01-27)
parents
children
line source
1 #!/bin/sh
3 su - postgres -c psql <<EOT
4 CREATE USER postfix WITH PASSWORD 'postfix';
5 CREATE DATABASE postfix OWNER postfix ENCODING 'unicode';
6 EOT
8 chmod -x /etc/pgsql.d/postfixadmin