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

linux-libre: fix linux-libre-3.18.129-gnu-slitaz.config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 06 11:05:30 2022 +0000 (2022-06-06)
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