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

nvdia-173xx: moved from undigest
author Richard Dunbar <mojo@slitaz.org>
date Wed Feb 22 23:24:06 2012 +0000 (2012-02-22)
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