Lines Matching refs:config
327 if (symlink(services->config->config_file_path, base_config_path) < 0) {
329 services->config->config_file_path, base_config_path);
375 if (services->config->process_avail == 0) {
376 /* we can't reload config if there's no config process. */
377 if (service_process_create(services->config) == NULL) {
379 "we couldn't create a config process");
401 new_services->config->config_file_path =
403 services->config->config_file_path);
624 "Usage: dovecot [-F] [-c <config file>] [-p] [-n] [-a] [--help] [--version]\n"
884 services->config->config_file_path = get_full_config_path(services);