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

Up: elementary (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:16:07 2013 +0200 (2013-08-08)
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