|
NAME DESCRIPTION SECTION DESCRIPTIONS EXAMPLE ACCESS CONTROL SEE ALSO NAMEcyrus.conf - Cyrus configuration file DESCRIPTION/etc/cyrus.conf is the configuration file for the Cyrus master process. It defines the startup procedures, services and events to be spawned by master. The /etc/cyrus.conf file consists of a series of entries divided into sections of the form
where section is the name of the section, name is the name of the entry and arguments is the whitespace-sepa- rated list of arguments for the entry. Blank lines and lines beginning with ``#'' are ignored. SECTION DESCRIPTIONSThe paragraphs below detail the three sections (START, SERVICES, EVENTS) that can be placed in the /etc/cyrus.conf file. The arguments that are available for each entry within the section are described, and each argument's default value is shown. Arguments can appear in any order. Some arguments have no default value, these are listed with ``<no default>''. For string arguments, the value MUST be enclosed in double quotes.
The command (with options) to spawn as a child process. This string argument is required.
The command (with options) to spawn as a child process. This string argument is required. listen=<no default> path where path is the explicit path to a UNIX socket, host is either the hostname or bracket-enclosed IP address proto=tcp prefork=0 maxchild=-1
The command (with options) to spawn as a child process. This string argument is required. period=0 at=<hhmm> EXAMPLE# example cyrus.conf
ACCESS CONTROLWhen TCP Wrappers is used to control access to Cyrus services, the name of the service entry should be used as the process name in the hosts_access(5) table. For instance, in the example above, "imap", "imaps", "lmtpunix" and "lmtp" would be used as the process names. This allows a single daemon such as imapd to be run in different modes or configurations (i.e., SSL and non-SSL enabled) yet still have separate access control rules. SEE ALSOmaster(8), imapd(8), pop3d(8), lmtpd(8), timsieved(8), idled(8), notifyd(8), ctl_cyrusdb(8), ctl_deliver(8), tls_prune(8), hosts_access(5) |