case ${ACTION} in
post)
	# fix permissions and owners
	chown root:mail usr/bin/dma
	chown root:mail etc/dma/auth.conf etc/dma/dma.conf
	chmod 2755 usr/bin/dma
	chown root:mail usr/lib/dma-mbox-create
	chmod 4754 usr/lib/dma-mbox-create
	;;
esac

