[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#820084: marked as done (chroot default value in master.cf changed from yes to no in Postfix 3.0 - init script needs to reflect this)



Your message dated Tue, 5 Apr 2016 13:10:44 +0100
with message-id <20160405121044.GM19492@einval.com>
and subject line Re: Bug#820084: please remove
has caused the Debian Bug report #820084,
regarding chroot default value in master.cf changed from yes to no in Postfix 3.0 - init script needs to reflect this
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
820084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820084
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: os-prober
Version: 3.0.4-5
Severity: normal

when upgrading postfix from jessie to (yet unreleased stretch) postfix warns that master.cf my contain default value '-' for the chroot column but the default
of that chroot value depends on postfix setting 'compatibility_level'.

Please see http://www.postfix.org/COMPATIBILITY_README.html#chroot for more details.

postfix init.d script contains this:

---snip---
    config_dir=$($POSTCONF -h config_directory)
    # see if anything is running chrooted.
NEED_CHROOT=$(awk '/^[0-9a-z]/ && ($5 ~ "[-yY]") { print "y"; exit}' ${config_dir}/master.cf)
---snip---

This needs to be modified to take the output of 'postconf compatibility_level'
into account.

If compatibility_level < 2 then the default '-' equals do chroot.
If compatibility_level >= 2 then the default '-' equals don't chroot.

Marcel

--- End Message ---
--- Begin Message ---
On Tue, Apr 05, 2016 at 01:55:06PM +0200, Marcel Meckel wrote:
>Hi,
>
>the bug should have been filed with the postfix package
>and not os-prober - my mistake.
>
>Please remove/close/invalid this bug. I resent the bug
>report with the right package name in it so there is no
>need to assign this bug report to the postfix package.

No problem, done.

-- 
Steve McIntyre, Cambridge, UK.                                steve@einval.com
"Arguing that you don't care about the right to privacy because you have
 nothing to hide is no different than saying you don't care about free
 speech because you have nothing to say."
   -- Edward Snowden

--- End Message ---

Reply to: