History log of /dovecot/src/lib-storage/index/pop3c/Makefile.am
Revision Date Author Comments Expand
0db42260be85e797aa9909a29b20296996f52e75 06-Nov-2012 Timo Sirainen <tss@iki.fi>

Reverted 269104a0821b (Build imapc and pop3c always as plugins.) This is no longer needed now that lib-ssl-iostream can be linked without linking openssl.

83b97bc7787aa31094bafbf5e08e2a491c84a851 12-Oct-2012 Timo Sirainen <tss@iki.fi>

Build imapc and pop3c always as plugins. This avoids having to link openssl library to all binaries that use lib-storage. It appears that simply by linking with openssl causes each such process to use 100-200 kB of more memory. With 10k imap processes this is 1-2 GB of wasted memory. The imapc and pop3c are still registered as stubs, and their plugins are automatically loaded when needed.

01435c38e7d671d5a892c4b802cfb204881cd454 02-Jan-2012 Timo Sirainen <tss@iki.fi>

lib-storage: Added initial support for pop3c backend.