Setting up operating system files such as resolv.conf in a Postfix chroot jail is outside the scope of Postfix.
You can ask your distro maintainer to make their multi-instance support more complete, or you can avoid the hassle and disable the chroot feature in master.cf. To see what services are chrooted in all instances: postmulti -x postconf -F '*/*/chroot' | grep -v '[-n]$' To turn off Postfix chroot for all services and instances: postmulti -x postconf -F '*/*/chroot=n' postfix reload Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org