Viktor Dukhovni: > On Sun, Oct 02, 2022 at 08:22:39PM +0000, Martin wrote: > > > [... lots of prose ...] > > > > # postfix stop > > postfix/postfix-script: stopping the Postfix mail system > > Oct 02 16:24:11 derdickehase postfix/postfix-script[3222]: stopping the > > Postfix mail system > > /usr/libexec/postfix/postfix-script: 216: kill: No such process > > /usr/libexec/postfix/master: symbol lookup error: > > /usr/libexec/postfix/master: undefined symbol: var_compat_level > > Bingo. Your Postfix software is not properly installed. My Postfix 3.6.4 > "master" executable does not have a "var_compat_level" symbol:
The symbol var_compat_level exists only in Postfix 3.0 .. 3.5. Viktor is right: you cannot mix Postfix programs and libraries from different Postfix versions. If fact it's worse: you can't mix Postfix programs and libraries from different Postfix builds, even if they are built from the same Postfix source. Wietse