Package postgrey: Scripts

Post install

/usr/sbin/post_service postgrey
Pre install

1
2
3
/usr/sbin/groupadd -r -f postgrey ||:
/usr/sbin/useradd -g postgrey -c 'The Postgrey Daemon' \
        -d /var/lib/postgrey -s /dev/null -r postgrey >/dev/null 2>&1 ||:
Pre uninstall

/usr/sbin/preun_service postgrey