[Bug 624522] Re: Postfix init.d script and populate chroot in multi-instance environment [debian bug #560682]
** Changed in: postfix (Debian) Status: New => Fix Released -- 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/624522 Title: Postfix init.d script and populate chroot in multi-instance environment [debian bug #560682] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/624522/+subscriptions -- 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
[Bug 624522] Re: Postfix init.d script and populate chroot in multi-instance environment [debian bug #560682]
** Changed in: postfix (Debian) Status: Unknown => New -- 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
[Bug 624522] Re: Postfix init.d script and populate chroot in multi-instance environment [debian bug #560682]
Hello Nikos, thank you for the bug report and patch, the effort is much appreciated! Linking directly to the Debian bug report. Since this is filed upstream (debian) and has been acked there as well, marking as Triaged. Setting Importance to Low, as this only impacts users running postfix in multi-instance chroot environments, which appears to be a new feature not supported previously. ** Changed in: postfix (Ubuntu) Status: New => Triaged ** Changed in: postfix (Ubuntu) Importance: Undecided => Low ** Bug watch added: Debian Bug tracker #560682 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560682 ** Also affects: postfix (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560682 Importance: Unknown Status: Unknown -- 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
[Bug 624522] Re: Postfix init.d script and populate chroot in multi-instance environment [debian bug #560682]
** Tags added: patch -- 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
[Bug 624522] Re: Postfix init.d script and populate chroot in multi-instance environment [debian bug #560682]
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
[Bug 624522] Re: Postfix init.d script and populate chroot in multi-instance environment [debian bug #560682]
** Patch added: "postfix-init.d--multiinstance-chroot-aware.patch" https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/624522/+attachment/1519994/+files/postfix-init.d--multiinstance-chroot-aware.patch -- 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