main.cf: Specify "btree" instead of "sdbm" for TLS
session cache databases.
TLS session cache databases are now accessed only by the
tlsmgr(8) process, so there are no more concurrency issues. Although
Postfix has an sdbm client, the sdbm library (1000
lines of code) is not included with Postfix.
TLS session caches can use any database that can store objects
of several kbytes or more, and that implements the sequence operation.
In most cases, btree databases should be adequate.
NOTE: You cannot use DBM databases. TLS session objects
are too large.