On Tue, Jan 28, 2020 at 8:11 PM Viktor Dukhovni <postfix-us...@dukhovni.org> wrote:
> > You also need symbolic link > > /var/spool/postfix/var/spool/postfix -> ../.. > > So that paths under /var/spool/postfix work the same way for > both chrooted and not chrooted processes. > > Nos sure how to go about doing this linking since I don't see any /var foledr wither /var/spool/postfix something like: cd /var/spool/postfix ln -s ../.. var/spool/postfix ?