On Wed, 24 Feb 2016 12:49:29 +0100 Michael Meskes <mes...@debian.org> wrote: > reopen 815047 > thanks > > The latest uploaded does not seem to fix the problem: ... > Feb 24 12:44:33 feivel postmulti[24558]: fatal: instance /etc/postfix, shlib_directory=/usr/lib/postfix conflicts with instance /etc/postfix, daemon_directory=/usr/lib/postfix ...
Looks like the change in [1] got lost somewhere. Given the current layout: /usr/lib/ ... /usr/lib/libpostfix-dns.so.1 -> libpostfix-dns.so.1.0.1 /usr/lib/libpostfix-dns.so.1.0.1 (which is the start of a list of file that amount to usr/lib/libpostfix- *.so.1{.0.1}) ... /usr/lib/postfix/ ... /usr/lib/postfix/sbin/ /usr/lib/postfix/sbin/anvil etc I think what lamont was going for was: shlib_directory=/usr/lib/postfix daemon_directory=/usr/lib/postfix/sbin So the install location for the libpostfix files needs updating and the daemon_directory value needs to be corrected. I'll take a stab at it. Scott K [1] https://git.launchpad.net/postfix/commit/?h=stable/v3.0&id=87d0c5193c06854ca6f212d14b0fa76c17ffde46