This simple patch has fixed my problems, at least temporarily:

--- /etc/init.d/postfix.distrib 2011-05-03 15:33:19.000000000 +0000
+++ /etc/init.d/postfix 2011-05-03 15:35:27.000000000 +0000
@@ -139,8 +139,8 @@
                rm -f usr/lib/zoneinfo/localtime
                mkdir -p usr/lib/zoneinfo
                ln -sf /etc/localtime usr/lib/zoneinfo/localtime
-               rm -f lib/libnss_*so*
-               tar cf - /lib/libnss_*so* 2>/dev/null |tar xf -
+               rm -f lib/libnss_*so* lib/*/libnss_*so*
+               tar cf - /lib/libnss_*so* /lib/*/libnss_*so* 2>/dev/null |tar 
xf -
                umask $oldumask
            fi

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/764096

Title:
  DNS hostname lookups fail in chroot after natty upgrade

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to