On Thu, Nov 05, 2009 at 06:36:28PM -0500, Eric B. wrote: > smtp 7886 postfix rtd DIR 253,0 4096 > 1762695 /var/spool/postfix
The smtp(8) delivery agent is chrooted. > So if these deamons are actually running chroot, wouldn't they need the lib > dirs? Not necessarily. They may have already opened all the files they need and loaded all the libraries they need before they chroot. Postfix processes chroot themselves, after they initialize and just before they drop privs, they are not started via fork/exec already in the chroot jail. For that, you need to install and run all of Postfix in the jail. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.