/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "restrict-access.h"
#include "master-service.h"
#include "master-service-settings.h"
#include "aggregator-settings.h"
#include "notify-connection.h"
#include "replicator-connection.h"
{
}
static void main_preinit(void)
{
unsigned int ips_count;
void **sets;
int ret;
if (set->replicator_port != 0) {
if (ret != 0) {
i_fatal("replicator_host: gethostbyname(%s) failed: %s",
}
} else {
}
}
{
};
const char *error;
if (master_getopt(master_service) > 0)
return FATAL_DEFAULT;
&error) < 0)
main_preinit();
return 0;
}