/* Copyright (c) 2005-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "buffer.h"
#include "settings-parser.h"
#include "service-settings.h"
#include "login-settings.h"
#include "imap-login-settings.h"
#include <stddef.h>
/* <settings checks> */
};
};
};
/* </settings checks> */
.name = "imap-login",
.protocol = "imap",
.type = "login",
.executable = "imap-login",
.user = "$default_login_user",
.group = "",
.privileged_group = "",
.extra_groups = "",
.chroot = "login",
.process_min_avail = 0,
.process_limit = 0,
.client_limit = 0,
.service_count = 1,
.idle_kill = 0,
sizeof(imap_login_inet_listeners[0]) } }
};
};
.imap_capability = "",
.imap_id_send = "name *",
.imap_id_log = "",
.imap_id_retain = FALSE,
};
};
.module_name = "imap-login",
.struct_size = sizeof(struct imap_login_settings),
};
};