/* 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 "mail-storage-settings.h"
#include "imap-urlauth-worker-settings.h"
#include <stddef.h>
#include <unistd.h>
/* <settings checks> */
{ "imap-urlauth-worker", 0600, "$default_internal_user", "" }
};
};
};
/* </settings checks> */
.name = "imap-urlauth-worker",
.protocol = "imap",
.type = "",
.executable = "imap-urlauth-worker",
.user = "",
.group = "",
.privileged_group = "",
.extra_groups = "$default_internal_group",
.chroot = "",
.process_min_avail = 0,
.process_limit = 1024,
.client_limit = 1,
.service_count = 1,
.idle_kill = 0,
sizeof(imap_urlauth_worker_unix_listeners[0]) } },
};
};
.imap_urlauth_host = "",
.imap_urlauth_port = 143
};
};
.module_name = "imap-urlauth-worker",
.struct_size = sizeof(struct imap_urlauth_worker_settings),
};