X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostinst;h=0e063bf8581095ccf3b5d6eca03f9287a8d3b08c;hb=d6d894aac2968d017464d72c50a6476cb5b4ff44;hp=46e7587791316998914a4a5592f949bd3c1da515;hpb=28f90847526b9bef11a509fd307a184bc58a7ffe;p=postfix-cn.git diff --git a/debian/postinst b/debian/postinst index 46e7587..0e063bf 100755 --- a/debian/postinst +++ b/debian/postinst @@ -351,6 +351,12 @@ if ! cmp -s /etc/postfix/main.cf /etc/postfix/main.cf.dpkg-tmp.$$; then fi rm -f /etc/postfix/main.cf.dpkg-tmp.$$ +if ! grep -q "retry unix - - - - - error" /etc/postfix/master.cf; then + echo "CN: Please, add this line in /etc/postfix/master.cf and restart Postfix." + echo "retry unix - - - - - error" + echo +fi + # kreiraj aliases_gecos if [ -x /usr/share/postfix-cn/make-aliases-gecos.sh ]; then if [ "$matchgecos" = "true" ]; then