You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks to me that there is a potential issue with postfix depending on OS used and Postfix version. Postfix 2.10 has a default value for chroot YES whereas postfix from 3 onwards uses default NO (see postfix manpage).
The master.cf does not specify a value for chroot so default is used. The problem arises if the OS does not properly setup the chroot environment. We were affected on Centos7.
Our name resolution did not work at all. After setting chroot to NO (n) in master.cf the resolution worked.
Found that the chroot-update script from centos has issues described here and therefore does not copy all necessary files (mostly libfiles) into the chroot dir.
imho the master.cf configuration should always specify a value for chroot of a service and not depend on default values which may change at any update
The text was updated successfully, but these errors were encountered:
@tonioo think an installer option should do it (make it default to no). Maybe as a plus: verify that chroot environment is okay, although could be hard to determine that from outside of postfix
looks to me that there is a potential issue with postfix depending on OS used and Postfix version. Postfix 2.10 has a default value for chroot YES whereas postfix from 3 onwards uses default NO (see postfix manpage).
The master.cf does not specify a value for chroot so default is used. The problem arises if the OS does not properly setup the chroot environment. We were affected on Centos7.
Our name resolution did not work at all. After setting chroot to NO (n) in master.cf the resolution worked.
Found that the chroot-update script from centos has issues described here and therefore does not copy all necessary files (mostly libfiles) into the chroot dir.
imho the master.cf configuration should always specify a value for chroot of a service and not depend on default values which may change at any update
The text was updated successfully, but these errors were encountered: