#!/bin/sh /usr/bin/createuser -U _postgres -D -S -R roundcube /usr/bin/createdb -U _postgres -O roundcube roundcubemail sudo -u _postgres /usr/bin/psql -f - roundcubemail <