Stan Hoeppner: > Wietse Venema put forth on 2/9/2010 8:54 AM: > > Dhiraj Chatpar: > >> Dear All, > >> > >> Please note that i am getting another error on ubuntu 9.10 machine with > >> postfix 2.6.5 as below > >> > >> r...@smtp:/etc/postfix# postmulti -i postfix-1 -e enable > >> r...@smtp:/etc/postfix# postmulti -i postfix-1 -p start > >> /usr/lib/postfix/postfix-script: 373: /etc/postfix-1/postfix-script: not > >> found > >> postfix-1/postfix-script: starting the Postfix mail system > > > > Postfix 2.6, as released by me, installs the postfix-script file > > in the /usr/libexec/postfix directory. > > > > You need to file a bug report with the DEBIAN maintainer. > > Debian runs Postfix in a chroot jail by default. I've never run multiple > postfix instances under Debian, but I'm guessing these postmulti errors have > something (maybe everything) to do with the jail setup.
Please don't speculate - there is enough bad information on the Internet. Postfix's built-in chroot feature is not applicable for commands that are run from the root shell prompt. The real problem is that DEBIAN has not caught up on changes in Postfix file locations. When multi-instance support was introduced, it was necessary to move files such as postfix-script and postfix-files from (non-shared) /etc/postfix to (shared) /usr/libexec/postfix. Wietse