This section is the heart of the cyrus.conf file. It lists the processes that should be spawned to handle client connections made on certain Internet/UNIX sockets.
Declarations
Type
unspecified value
Default
{
imap = {
cmd = [
"imapd"
];
listen = "imap";
prefork = 0;
};
lmtpunix = {
cmd = [
"lmtpd"
];
listen = "/run/cyrus/lmtp";
prefork = 0;
};
notify = {
cmd = [
"notifyd"
];
listen = "/run/cyrus/notify";
prefork = 0;
proto = "udp";
};
pop3 = {
cmd = [
"pop3d"
];
listen = "pop3";
prefork = 0;
};
}