A. Schulze: > > Hello, > > running postfix-3.4.7 on Debian 10 I found the following warning in my logs: > > postfix/tlsmgr[705]: warning: > lmdb:/var/lib/postfix/smtp_tls_session_cache is unavailable. open > database /var/lib/postfix/smtp_tls_session_cache.lmdb: MDB_MAP_FULL: > Environment mapsize limit reached
Postfix has a bunch of worarounds for LMDB, that were working by the time that LMDB support was implemented, but LMDB may have been 'improved', and it may be time to review those workaroundso In the meantime, you can set a larger limit. > Wild guess: there where some code changes for tls_fast_shutdown_enable > between 3.4.5 and 3.4.7 > (20190615 and 20190723) Instead of speculating you could set tls_fast_shutdown_enable to revert the old behavior and see if it makes a difference. So I'll wait for that to be confirmed. No need to drop everyting I am doing. Wietse