Please note that one more file needs to be fixed :

/etc/resolvconf/update-libc.d/postfix

#!/bin/sh -e

# make sure we're still here...
[ -x /usr/sbin/postconf ] || exit 0

# iterate in each instance
for INSTANCE_CONF_DIR in `postmulti -l | tr -s " " " " | cut -d" " -f4`
do
    cp /etc/resolv.conf $(/usr/sbin/postconf -c $INSTANCE_CONF_DIR -h 
queue_directory)/etc/resolv.conf
done

/etc/init.d/postfix reload >/dev/null 2>&1 || exit 0

exit 0

-- 
Postfix init.d script and populate chroot in multi-instance environment [debian 
bug #560682]
https://bugs.launchpad.net/bugs/624522
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
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