Package sendmail: Scripts

Post install

1
2
3
4
5
6
7
8
9
# rebuild *.db (possibe new DB)
{
    pushd /etc/mail
    touch virtusertable access domaintable mailertable aliases
    make db
    popd
} &>/dev/null ||:

/usr/sbin/post_service sendmail
Pre uninstall

/usr/sbin/preun_service sendmail