On Wed, Jan 29, 2020 at 01:21:03AM -0500, Hamid M. wrote: > Just curious if I wanted to disable chroot, should it only apply to smtpd > or some other few services?
Generally all. If however you later decide to reenable chroot, some services will need to stay not chrooted. proxymap proxywrite postlog local virtual ... generally any delivery agent using pipe(8) ... Some internal services can always be chrooted, they never access resources outside the queue directory, but keeping them chrooted is unlikely to be worth the effort if the more exposed services are not. -- Viktor.