Uvoz u git: postfix-cn 2.3.8-4
authorIvan Rako <Ivan.Rako@CARNet.hr>
Wed, 19 Mar 2008 17:13:53 +0000 (18:13 +0100)
committerMatej Vela <Matej.Vela@CARNet.hr>
Wed, 19 Mar 2008 17:13:53 +0000 (18:13 +0100)
* izbacuje zaostalu postgrey konfu iz main.cf

debian/changelog
debian/postinst

index dcb4f15..5eaa0eb 100644 (file)
@@ -1,3 +1,9 @@
+postfix-cn (2.3.8-4) stable; urgency=medium
+
+  * izbacuje zaostalu postgrey konfu iz main.cf
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr>  Thu, 17 Jan 2008 19:16:52 +0100
+
 postfix-cn (2.3.8-3) stable; urgency=medium
 
   * ovisnost o verzijama paketa u Etchu
index 89bb37e..46e7587 100755 (executable)
@@ -171,8 +171,8 @@ if [ "$rbl" ]; then
   done
 fi
 
-# dodaj check_policy_service i permit na kraj
-smtpd_recipient_restrictions="$smtpd_recipient_restrictions, check_policy_service inet:127.0.0.1:60000, permit"
+# dodaj permit na kraj
+smtpd_recipient_restrictions="$smtpd_recipient_restrictions, permit"
 postconf -e smtpd_recipient_restrictions="$smtpd_recipient_restrictions"
 
 # SASL stuff