[pfx] Re: Disable chroot.

2024-12-30 Thread Tommy Berglund via Postfix-users
sön 202 00chael Tokarev via Postfix-users: > 28.12.2024 18:19, Tommy Berglund via Postfix-users wrote: > > > Postfix works flawlessly without any errors. > > > > Is it now safe to delete /var/spool > > You most likely can remove /var/spool/postfix/etc > /var/spool/postfix/lib > /var/spool/postfi

[pfx] Re: Disable chroot.

2024-12-28 Thread Michael Tokarev via Postfix-users
28.12.2024 18:19, Tommy Berglund via Postfix-users wrote: Postfix works flawlessly without any errors. Is it now safe to delete /var/spool You most likely can remove /var/spool/postfix/etc /var/spool/postfix/lib /var/spool/postfix/var /var/spool/postfix/usr - PROVIDED you don't have actual co

[pfx] Re: Disable chroot.

2024-12-28 Thread Wietse Venema via Postfix-users
Tommy Berglund via Postfix-users: > l?r 2024-12-28 klockan 09:32 -0500 skrev Wietse Venema via Postfix- > users: > > Tommy Berglund via Postfix-users: > > > I am using Postfix 3.7.11 on Debian 12 > > > > > > How can I disable chroot in Postfix? > > > > Change the chroot column to 'n'. > > > > 1

[pfx] Re: Disable chroot.

2024-12-28 Thread Tommy Berglund via Postfix-users
lör 2024-12-28 klockan 09:32 -0500 skrev Wietse Venema via Postfix- users: > Tommy Berglund via Postfix-users: > > I am using Postfix 3.7.11 on Debian 12 > > > > How can I disable chroot in Postfix? > > Change the chroot column to 'n'. > > 1 - Make  a backup copy of master.cf > > 2 - Execute th

[pfx] Re: Disable chroot.

2024-12-28 Thread Wietse Venema via Postfix-users
Tommy Berglund via Postfix-users: > I am using Postfix 3.7.11 on Debian 12 > > How can I disable chroot in Postfix? Change the chroot column to 'n'. 1 - Make a backup copy of master.cf 2 - Execute the command: postconf -F '*/*/chroot=n' There should be no warnings 3 - Verify with "postco

[pfx] Re: Disable chroot.

2024-12-28 Thread Michael Tokarev via Postfix-users
28.12.2024 13:40, Tommy Berglund via Postfix-users wrote: I am using Postfix 3.7.11 on Debian 12 How can I disable chroot in Postfix? postconf -F '*/*/chroot=n' Is it just changing the 5th column in master.cf from y to n or is there more to do, before restarting postfix? No. /mjt