#!/bin/sh set -e # Load debconf . /usr/share/debconf/confmodule db_input high postfix-cn/rbl || true db_input critical postfix-cn/matchgecos || true db_go || true db_stop || true