summarylogtreecommitdiffstats
path: root/pwhois_milter.install
blob: 920891e666ca65af4753c9c14d76bc83cc7efea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    mkdir -p var/run/pwhois_milter run/pwhois_milter
    chown postfix:postfix var/run/pwhois_milter
    chown postfix:postfix run/pwhois_milter
    echo "-> Add to your Postfix main.cf smtpd_milters chain >>> inet:127.0.0.1:8472"
    echo "-> If you have existing milters in your Postfix milter chain, separate them with a comma or space."
}

post_upgrade() {
    post_install $1
}