X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=postfix-cn.git;a=blobdiff_plain;f=debian%2Fconfig;h=e6bc1d9563d8b072ca552325202c9b43cd3644c2;hp=21c67607a93a60b1f0722681f7b6debc64fb6d28;hb=88564c1403777e253f88c344e4a759cedaefac98;hpb=b0739f296dd0f05270d7f56602a9f1fd652c93d2 diff --git a/debian/config b/debian/config index 21c6760..e6bc1d9 100755 --- a/debian/config +++ b/debian/config @@ -5,7 +5,12 @@ 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