Wietse Venema via Postfix-users:
> 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'.

I also built without adding -DNO_NIS to the CCARGS value. This
required installing libnsl2-devel. Again, the problem does not
reproduce.

Mar  2 11:12:07 wzv postfix/pickup[154666]: 4fPkTg1d8JzZ5BV: uid=0 from=<root>
Mar  2 11:12:07 wzv postfix/cleanup[154674]: 4fPkTg1d8JzZ5BV: 
message-id=<[email protected]>
Mar  2 11:12:07 wzv postfix/qmgr[154667]: 4fPkTg1d8JzZ5BV: 
from=<[email protected]>, size=323, nrcpt=1 (queue active)

Can you reproduce it with "env - PATH=/usr/bin make -f Makefile.in -j... 
makefiles ...

        Wietse
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to