12 lines
176 B
Text
12 lines
176 B
Text
|
case "${ACTION}" in
|
||
|
post)
|
||
|
# set up correct permissions.
|
||
|
cd usr/sbin
|
||
|
chgrp postdrop postqueue postdrop
|
||
|
chmod g+s postqueue postdrop
|
||
|
|
||
|
# run newaliases.
|
||
|
newaliases
|
||
|
;;
|
||
|
esac
|