/* 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 "replicator-settings.h"
/* <settings checks> */
{ "replicator", 0600, "$default_internal_user", "" },
{ "replicator-doveadm", 0, "$default_internal_user", "" }
};
};
};
/* </settings checks> */
.name = "replicator",
.protocol = "",
.type = "",
.executable = "replicator",
.user = "",
.group = "",
.privileged_group = "",
.extra_groups = "",
.chroot = "",
.process_min_avail = 0,
.process_limit = 1,
.client_limit = 0,
.service_count = 0,
sizeof(replicator_unix_listeners[0]) } },
};
};
.auth_socket_path = "auth-userdb",
.doveadm_socket_path = "doveadm-server",
.replication_dsync_parameters = "-d -N -l 30 -U",
.replication_max_conns = 10
};
.module_name = "replicator",
.struct_size = sizeof(struct replicator_settings),
};