#!/bin/sh

chown postfix /var/spool/postfix/* /var/lib/postfix
chgrp postdrop /var/spool/postfix/maildrop /var/spool/postfix/public

exit 0