+postfix-cn (2.9.6~cn1) stable; urgency=medium
+
+ * Dodavanje IPv6 localhost adrese u mynetworks
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr> Fri, 20 Dec 2013 13:12:29 +0100
+
postfix-cn (2.9.6~cn0) stable; urgency=medium
* Prva verzija za wheezy
postconf -e append_dot_mydomain="yes"
postconf -e append_at_myorigin="yes"
-# dodaj 127.0.0.0/8 i netaddr
+# dodaj 127.0.0.0/8, netaddr i ipv6-localhost
mynetworks="`postconf -h mynetworks`"
-for i in "127.0.0.0/8" "$netaddr"; do
+for i in "127.0.0.0/8" "$netaddr" "[::1]/128"; do
if ! echo $mynetworks | grep -q $i; then
mynetworks="$mynetworks, $i"
fi