A.Schulze via Postfix-users: > > Am 01.03.26 um 17:03 schrieb Avram-Teodor Berindeie via Postfix-users: > > Building from source with the options: > > make -j"$(nproc --ignore=1)" makefiles pie=yes \ > > CCARGS='-DUSE_TLS -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" > > -Wl,-z,now,-s -fstack-protector-strong -D_FORTIFY_SOURCE=3 -DNO_DB > > -DHAS_LMDB -I/usr/local/include' \ > > default_database_type=lmdb default_cache_db_type=lmdb \ > > AUXLIBS="-lssl -lcrypto" \ > > AUXLIBS_LMDB="-L/usr/local/lib -llmdb" \ > > OPT="-O2 -fPIC" > > At startup I have in the logs: > > Mar 17:50:31 mail postfix/postfix-script[24016]: starting the Postfix mail > > system > > Mar 17:50:31 mail postfix/master[24018]: daemon started -- version > > 3.11.0-RC4, configuration /etc/postfix > > Mar 17:50:31 mail postfix/master[24018]: warning: process > > /usr/libexec/postfix/qmgr pid 24020 killed by signal 11 > > Mar 17:50:31 mail postfix/master[24018]: warning: > > /usr/libexec/postfix/qmgr: bad command startup -- throttling > > Mar 17:50:32 mail postfix/master[24018]: warning: process > > /usr/libexec/postfix/pickup pid 24019 killed by signal 11 > > Mar 17:50:32 mail postfix/master[24018]: warning: > > /usr/libexec/postfix/pickup: bad command startup -- throttling > > > > PS > > Postfix 3.11.0 stable release candidate 3 works OK with the same settings. > > Building with slightly different options, I can't reproduce, 3.11.0-RC4 work > well here ...
This looks like a bad build or install to me. Postfix builds and runs with all your your compiler/linker options on my development system (Fedora 42 on x86-64), both postfix-3.11.0-RC4 and postfix-3.12-20260227. Mar 1 12:50:43 wzv postfix/pickup[79689]: 4fP8jv2V90zZ4QQ: uid=0 from=<root> Mar 1 12:50:43 wzv postfix/cleanup[79696]: 4fP8jv2V90zZ4QQ: message-id=<[email protected]> Mar 1 12:50:43 wzv postfix/qmgr[79690]: 4fP8jv2V90zZ4QQ: from=<[email protected]>, size=323, nrcpt=1 (queue active) ... Wietse _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
