[Bug 624522] Re: Postfix init.d script and populate chroot in multi-instance environment [debian bug #560682]

Nikos 624522 at bugs.launchpad.net
Thu Aug 26 10:19:41 BST 2010


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.



More information about the Ubuntu-server-bugs mailing list