/* Show number of connections in process title
(only if verbose_proctitle setting is enabled) */
MASTER_SERVICE_FLAG_UPDATE_PROCTITLE = 0x100,
- /* Don't read any SSL settings. This is mainly needed to prevent master
- process from trying to pass through huge list of SSL CA certificates
- through environment for ssl_ca setting, which could fail. Although
- the same problem can still happen with standalone doveadm if it
- reads settings via doveconf instead of config socket. */
- MASTER_SERVICE_FLAG_DISABLE_SSL_SET = 0x200,
/* Don't initialize SSL context automatically. */
MASTER_SERVICE_FLAG_NO_SSL_INIT = 0x400,
/* Don't create a data stack frame between master_service_init() and
MASTER_SERVICE_FLAG_STANDALONE |
MASTER_SERVICE_FLAG_DONT_SEND_STATS |
MASTER_SERVICE_FLAG_DONT_LOG_TO_STDERR |
- MASTER_SERVICE_FLAG_NO_INIT_DATASTACK_FRAME |
- MASTER_SERVICE_FLAG_DISABLE_SSL_SET,
+ MASTER_SERVICE_FLAG_NO_INIT_DATASTACK_FRAME,
&argc, &argv, "+Fanp");
i_unset_failure_prefix();