#!/bin/sh set -e # Load debconf . /usr/share/debconf/confmodule if dpkg --compare-versions "$2" lt 2.3.8-5; then db_fset postfix-cn/rbl seen false db_go fi db_input high postfix-cn/rbl || true db_input critical postfix-cn/matchgecos || true db_go || true db_stop || true