Avram-Teodor Berindeie via Postfix-users: > https://www.mail-archive.com/[email protected]/msg107467.html
Does not reproduce. Just to be sure I wiped the process environment: env - PATH=/usr/bin make -f Makefile.in -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" That did not build unless I added "-DNO_NIS" to the CCARGS value. With that change, Postfix builds and runs as expected. Mar 2 09:20:31 wzv postfix/pickup[135396]: 4fPh0v1lnmzZ50q: uid=0 from=<root> Mar 2 09:20:31 wzv postfix/cleanup[135405]: 4fPh0v1lnmzZ50q: message-id=<[email protected]> Mar 2 09:20:31 wzv postfix/qmgr[135397]: 4fPh0v1lnmzZ50q: from=<[email protected]>, size=323, nrcpt=1 (queue active) Can you repeat the experiment with the commands above, and share the conf/makedefs.out file which is created with 'make makefiles'. Wietse _______________________________________________ Postfix-users mailing list -- [email protected] To unsubscribe send an email to [email protected]
