#!/bin/sh

groupadd postnogr
adduser --system --home /var/lib/maildir-bulletin --no-create-home --disabled-password --ingroup postnogr postnous

exit 0
