21c67607a93a60b1f0722681f7b6debc64fb6d28
[postfix-cn.git] / debian / config
1 #!/bin/sh
2
3 set -e
4
5 # Load debconf
6 . /usr/share/debconf/confmodule
7
8 db_input high postfix-cn/rbl || true
9 db_input critical postfix-cn/matchgecos || true
10
11 db_go || true
12 db_stop || true