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

Add util-linux-eject
author Richard Dunbar <mojo@slitaz.org>
date Tue Dec 24 22:10:59 2013 +0000 (2013-12-24)
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