#!/bin/sh
if [ -x /etc/postfix/drop.sh ]; then
    cd /etc/postfix
    ./drop.sh
fi
