From: Zeljko Boros <Zeljko.Boros@carnet.hr>
Date: Sun, 2 May 2021 10:16:27 +0000 (+0200)
Subject: fix u postinistu
X-Git-Tag: debian/3.4.10+cn10u3~3
X-Git-Url: http://ftp.carnet.hr/pub/carnet-debian/scm?a=commitdiff_plain;h=60170218bbb138f97696ac51b4ee41460b9a51f8;p=postfix-cn.git

fix u postinistu
---

diff --git a/debian/postinst b/debian/postinst
index 0851604..33c727b 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -432,7 +432,7 @@ cp-update -t postfix-cn /etc/postfix/main.cf <<EOF
 EOF
 
 test -f /etc/postfix/cn-client-access && /usr/sbin/postmap /etc/postfix/cn-client-access
-test -f /etc/postfix/cn-recipient-access && /usr/sbin/postmap /etc/postfix/cn-recipient
+test -f /etc/postfix/cn-recipient-access && /usr/sbin/postmap /etc/postfix/cn-recipient-access
 test -f /etc/postfix/cn-sender-access && /usr/sbin/postmap /etc/postfix/cn-sender-access
 test -f /etc/postfix/cn-helo-access && /usr/sbin/postmap /etc/postfix/cn-helo-access