#!/bin/sh

addgroup postfix 2>/dev/null
addgroup postdrop 2>/dev/null
adduser postfix -h /var/spool/postfix -G postfix,mail 2>/dev/null

exit 0