Bug#935825: postfix: Race condition at start between postfix and dhcp.

2020-05-18 Thread Imre Jonk
I'm experiencing the same issue. Commenting out this line in /etc/resolvconf/update-libc.d/postfix solved it for me: /usr/sbin/service postfix status >/dev/null 2>&1 || exit 0 My guess is that the race condition works like this: 1. configure-instance.sh is ran through ExecStartPre before

Bug#935825: postfix: Race condition at start between postfix and dhcp.

2019-08-26 Thread Erwan David
Package: postfix Version: 3.4.5-1+b1 Severity: normal With the default debian configuration postfix runs chrooted and the systemd unit, through the pre-start script /usr/lib/postfix/configure-instance.sh copies the environment (including /etc/resolv.conf) to the chroot. However, on a new laptop