/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "buffer.h"
#include "settings-parser.h"
#include "service-settings.h"
#include "aggregator-settings.h"
/* <settings checks> */
{ "replication-notify", 0600, "", "" }
};
};
};
{ "replication-notify-fifo", 0600, "", "" }
};
};
};
/* </settings checks> */
.name = "aggregator",
.protocol = "",
.type = "",
.executable = "aggregator",
.user = "$default_internal_user",
.group = "",
.privileged_group = "",
.extra_groups = "",
.chroot = ".",
.process_min_avail = 0,
.process_limit = 0,
.client_limit = 0,
.service_count = 0,
.idle_kill = 0,
sizeof(aggregator_unix_listeners[0]) } },
sizeof(aggregator_fifo_listeners[0]) } },
};
};
.replicator_host = "replicator",
.replicator_port = 0
};
.module_name = "aggregator",
.struct_size = sizeof(struct aggregator_settings),
};