Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 469eeb92207928b5420d9ef217b70747 > files > 101

cyrus-imapd-2.1.12-5mdk.ppc.rpm

<html>
<head>
<meta name="Content-Style" content="text/css">
</head>
<body>
<a href="#NAME">NAME</a><br>
<a href="#DESCRIPTION">DESCRIPTION</a><br>
<a href="#FIELD DESCRIPTIONS">FIELD DESCRIPTIONS</a><br>
<a href="#sasl_option:">sasl_option:</a><br>
<a href="#SEE ALSO">SEE ALSO</a><br>
<!-- Creator     : groff version 1.15  -->
<!-- CreationDate: Mon Feb  3 16:31:15 2003
 -->
<!-- Total number of pages: 6 -->
<!-- Page: 1 -->
<!-- left  margin: 100 -->
<!-- right margin: 750 -->
<a name="NAME"></a><h2>NAME</h2><p><font size=3>imapd.conf - IMAP configuration file</p>
<a name="DESCRIPTION"></a><h2>DESCRIPTION</h2><p><font size=3><B>/etc/imapd.conf</B> <font size=3>is the configuration file for the Cyrus IMAP server. It defines local parameters for IMAP.</p>
<p><font size=3>Each line of the <font size=3><B>/etc/imapd.conf</B> <font size=3>file has the form</p>
<p><span style=" text-indent: 1.3000in;"></span><font size=3><I>option</I><font size=3>: <font size=3><I>value</p>
</I><p><font size=3>where <font size=3><I>option</I> <font size=3>is the name of the configuration option being set and <font size=3><I>value</I> <font size=3>is the value that the configuration option is being set to.</p>
<p><font size=3>Blank lines and lines beginning with ``#'' are ignored.</p>
<p><font size=3>For boolean options, the values ``yes'', ``on'', ``t'', and ``1'' turn the option on, the values ``no'', ``off'', ``f'', and ``0'' turn the option off.</p>
<a name="FIELD DESCRIPTIONS"></a><h2>FIELD DESCRIPTIONS</h2><p><font size=3>The sections below detail options that can be placed in the <font size=3><B>/etc/imapd.conf</B> <font size=3>file, and show each option's default value. Some options have no default value, these are listed with ``&lt;no default&gt;''. Some options default to the empty string, these are listed with ``&lt;none&gt;''.</p>
<p><font size=3><B>configdirectory:</B> <font size=3>&lt;no default&gt;<br>
<span style=" text-indent: 0.3000in;"></span>The pathname of the IMAP configuration directory. This field is required.</p>
<p><font size=3><B>defaultpartition:</B> <font size=3>default<br>
<span style=" text-indent: 0.3000in;"></span>The partition name used by default for new mailboxes.</p>
<p><font size=3><B>partition-</B><font size=3><I>name</I><font size=3><B>:</B> <font size=3>&lt;no default&gt;<br>
<span style=" text-indent: 0.3000in;"></span>The pathname of the partition <font size=3><I>name</I><font size=3>. At least one field, for the partition named in the <font size=3><B>defaultpartition</B> <font size=3>option,<br>
<span style=" text-indent: 0.3000in;"></span>is required. For example, if the value of the <font size=3><B>defaultpartion</B> <font size=3>option is <font size=3><B>default</B><font size=3>, then the <font size=3><B>partition-default</B> <font size=3>field<br>
<span style=" text-indent: 0.3000in;"></span>is required.</p>
<p><font size=3><B>unixhierarchysep:</B> <font size=3>no<br>
<span style=" text-indent: 0.3000in;"></span>Use the UNIX separator character '/' for delimiting levels of mailbox hierarchy. The default is to use the net-<br>
<span style=" text-indent: 0.3000in;"></span>news separator character '.'.</p>
<p><font size=3><B>altnamespace:</B> <font size=3>no<br>
<span style=" text-indent: 0.3000in;"></span>Use the alternate IMAP namespace, where personal folders reside at the same level in the hierarchy as<br>
<span style=" text-indent: 0.3000in;"></span>INBOX.</p>
<p><span style=" text-indent: 0.3000in;"></span><font size=3>This option ONLY applies where interaction takes place with the client/user. Currently this is limited to the<br>
<span style=" text-indent: 0.3000in;"></span>IMAP protocol (imapd) and Sieve scripts (lmtpd). This option does NOT apply to admin tools such as<br>
<span style=" text-indent: 0.3000in;"></span>cyradm (admins ONLY), reconstruct, quota, etc., NOR does it affect LMTP delivery of messages directly to<br>
<span style=" text-indent: 0.3000in;"></span>mailboxes via plus-addressing.</p>
<p><font size=3><B>userprefix:</B> <font size=3>Other Users<br>
<span style=" text-indent: 0.3000in;"></span>If using the alternate IMAP namespace, the prefix for the other users namespace. The hierarchy delimiter<br>
<span style=" text-indent: 0.3000in;"></span>will be automatically appended.</p>
<p><font size=3><B>sharedprefix:</B> <font size=3>Shared Folders<br>
<span style=" text-indent: 0.3000in;"></span>If using the alternate IMAP namespace, the prefix for the shared namespace. The hierarchy delimiter will<br>
<span style=" text-indent: 0.3000in;"></span>be automatically appended.</p>
<p><font size=3><B>umask:</B> <font size=3>077<br>
<span style=" text-indent: 0.3000in;"></span>The umask value used by various Cyrus IMAP programs.</p>
<p><font size=3><B>servername:</B> <font size=3>&lt;result returned by gethostname(2)&gt;<br>
<span style=" text-indent: 0.3000in;"></span>This is the hostname visible in the greeting messages of the POP, IMAP and LMTP daemons. If it is unset,<br>
<span style=" text-indent: 0.3000in;"></span>then the result returned from gethostname(2) is used.</p>
<p><font size=3><B>allowallsubscribe:</B> <font size=3>no<br>
<span style=" text-indent: 0.3000in;"></span>Allow subscription to nonexistent mailboxes. This option is typically used on backend servers in a Murder so<br>
<span style=" text-indent: 0.3000in;"></span>that users can subscribe to mailboxes that don't reside on their "home" server. This option can also be used<br>
<span style=" text-indent: 0.3000in;"></span>as a workaround for IMAP clients which don't play well with nonexistent or unselectable mailboxes (eg.<br>
<span style=" text-indent: 0.3000in;"></span>Microsoft Outlook).</p>
<p><font size=3><B>allowanonymouslogin:</B> <font size=3>no<br>
<span style=" text-indent: 0.3000in;"></span>Permit logins by the user "anonymous" using any password. Also allows use of the SASL ANONYMOUS<br>
<span style=" text-indent: 0.3000in;"></span>mechanism.<br>
</p>

<!-- Page: 2  -->
<!-- left  margin: 100 -->
<!-- right margin: 750 -->
<p><font size=3><B>allowplaintext:</B> <font size=3>yes<br>
<span style=" text-indent: 0.3000in;"></span>Allow the use of the SASL PLAIN mechanism.</p>
<p><font size=3><B>quotawarn:</B> <font size=3>90<br>
<span style=" text-indent: 0.3000in;"></span>The percent of quota utilization over which the server generates warnings.</p>
<p><font size=3><B>timeout:</B> <font size=3>30<br>
<span style=" text-indent: 0.3000in;"></span>The length of the IMAP server's inactivity autologout timer, in minutes. The minimum value is 30, the<br>
<span style=" text-indent: 0.3000in;"></span>default.</p>
<p><font size=3><B>imapidlepoll:</B> <font size=3>60<br>
<span style=" text-indent: 0.3000in;"></span>The interval (in seconds) for polling the mailbox for changes while running the IDLE command. This option<br>
<span style=" text-indent: 0.3000in;"></span>is used when idled can not be contacted or when polling is used exclusively. The minimum value is 1. A<br>
<span style=" text-indent: 0.3000in;"></span>value of 0 will disable polling (and disable IDLE if polling is the only method available).</p>
<p><font size=3><B>imapidresponse:</B> <font size=3>yes<br>
<span style=" text-indent: 0.3000in;"></span>If enabled, the server responds to an ID command with a parameter list containing: version, vendor, support-<br>
<span style=" text-indent: 0.3000in;"></span>url, os, os-version, command, arguments, environment. Otherwise the server returns NIL.</p>
<p><font size=3><B>poptimeout:</B> <font size=3>10<br>
<span style=" text-indent: 0.3000in;"></span>Set the length of the POP server's inactivity autologout timer, in minutes. The minimum value is 10, the<br>
<span style=" text-indent: 0.3000in;"></span>default.</p>
<p><font size=3><B>popminpoll:</B> <font size=3>0<br>
<span style=" text-indent: 0.3000in;"></span>Set the minimum amount of time the server forces users to wait between successive POP logins, in minutes.<br>
<span style=" text-indent: 0.3000in;"></span>The default is 0.</p>
<p><font size=3><B>popexpiretime:</B> <font size=3>0<br>
<span style=" text-indent: 0.3000in;"></span>The number of days advertised as being the minimum a message may be left on the POP server before it is<br>
<span style=" text-indent: 0.3000in;"></span>deleted (via the CAPA command, defined in the POP3 Extension Mechanism, which some clients may sup-<br>
<span style=" text-indent: 0.3000in;"></span>port). "NEVER", the default, may be specified with a negative number. The Cyrus POP3 server never<br>
<span style=" text-indent: 0.3000in;"></span>deletes mail, no matter what the value of this parameter is. However, if a site implements a less liberal pol-<br>
<span style=" text-indent: 0.3000in;"></span>icy, it needs to change this parameter accordingly.</p>
<p><font size=3><B>admins:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>The list of userids with administrative rights. Separate each userid with a space. Sites using Kerberos<br>
<span style=" text-indent: 0.3000in;"></span>authentication may use separate "admin" instances.</p>
<p><font size=3>Note that accounts used by users should not be administrators. Administrative accounts should not receive mail. That is, if user "jbRo" is a user reading mail, he should not also be in the admins line. Some problems may occur otherwise, most notably the ability of administrators to create top-level mailboxes visible to users, but not writable by users.</p>
<p><font size=3><B>imap_admins:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>A list of users that have imap admin rights, in addition to those listed in the admins: entry.</p>
<p><font size=3><B>lmtp_admins:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>A list of users that have LMTP admin rights, in addition to those listed in the admins: entry. Only lmtp admins<br>
<span style=" text-indent: 0.3000in;"></span>can deliver to lmtpd through TCP/IP sockets.</p>
<p><font size=3><B>mupdate_admins:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>A list of users that have mupdate admin rights, in addition to those listed in the admins: entry. Only mupdate<br>
<span style=" text-indent: 0.3000in;"></span>admins can connect to the mupdate master.</p>
<p><font size=3><B>sieve_admins:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>A list of users that have sieve admin rights, in addition to those listed in the admins: entry.</p>
<p><font size=3><B>proxyservers:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>A list of users and groups that are allowed to proxy for other users, seperated by spaces. Any user listed in<br>
<span style=" text-indent: 0.3000in;"></span>this will be allowed to login for any other user: use with caution.</p>
<p><font size=3><B>imap_proxyservers</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>A list of users and groups that are allowed to proxy for other users for imap, seperated by spaces. Any user<br>
<span style=" text-indent: 0.3000in;"></span>listed in this will be allowed to login in imapd or pop3d for any other user: use with caution.</p>
<p><font size=3><B>sieve_proxyservers</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>A list of users and groups that are allowed to proxy for other users for sieve, seperated by spaces. Any user<br>
<span style=" text-indent: 0.3000in;"></span>listed in this will be allowed to login in timsieved for any other user: use with caution.</p>
<p><font size=3><B>defaultacl:</B> <font size=3>anyone lrs<br>
<span style=" text-indent: 0.3000in;"></span>The Access Control List (ACL) placed on a newly-created (non-user) mailbox that does not have a parent<br>
<span style=" text-indent: 0.3000in;"></span>mailbox.<br>
</p>

<!-- Page: 3  -->
<!-- left  margin: 100 -->
<!-- right margin: 750 -->
<p><font size=3><B>newsspool:</B> <font size=3>&lt;no default&gt;<br>
<span style=" text-indent: 0.3000in;"></span>The pathname of the news spool directory. Only used if the <font size=3><B>partition-news</B> <font size=3>configuration option is set.</p>
<p><font size=3><B>newsprefix:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>Prefix to be prepended to newsgroup names to make the corresponding IMAP mailbox names.</p>
<p><font size=3><B>autocreatequota:</B> <font size=3>0<br>
<span style=" text-indent: 0.3000in;"></span>If nonzero, normal users may create their own IMAP accounts by creating the mailbox INBOX. The user's<br>
<span style=" text-indent: 0.3000in;"></span>quota is set to the value if it is positive, otherwise the user has unlimited quota.</p>
<p><font size=3><B>logtimestamps:</B> <font size=3>no<br>
<span style=" text-indent: 0.3000in;"></span>Include notations in the protocol telemetry logs indicating the number of seconds since the last command or<br>
<span style=" text-indent: 0.3000in;"></span>response.</p>
<p><font size=3><B>plaintextloginpause:</B> <font size=3>0<br>
<span style=" text-indent: 0.3000in;"></span>Number of seconds to pause after a successful plaintext login. For systems that support strong authentica-<br>
<span style=" text-indent: 0.3000in;"></span>tion, this permits users to perceive a cost of using plaintext passwords. (This does not effect the use of<br>
<span style=" text-indent: 0.3000in;"></span>PLAIN in SASL authentications.)</p>
<p><font size=3><B>srvtab:</B> <font size=3>/etc/srvtab<br>
<span style=" text-indent: 0.3000in;"></span>The pathname of <font size=3><I>srvtab</I> <font size=3>file containing the server's private key. This option is passed to the SASL library<br>
<span style=" text-indent: 0.3000in;"></span>and overrides its default setting.</p>
<p><font size=3><B>loginrealms:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>The list of remote realms whose users may log in using cross-realm authentications. Seperate each realm<br>
<span style=" text-indent: 0.3000in;"></span>name by a space. (A cross-realm identity is considered any identity returned by SASL with an "@" in it.)</p>
<p><font size=3><B>loginuseacl:</B> <font size=3>no<br>
<span style=" text-indent: 0.3000in;"></span>If enabled, any authentication identity which has <font size=3><B>a</B> <font size=3>rights on a user's INBOX may log in as that user.</p>
<p><font size=3><B>singleinstancestore:</B> <font size=3>yes<br>
<span style=" text-indent: 0.3000in;"></span>If enabled, lmtpd attempts to only write one copy of a message per partition and create hard links, resulting in<br>
<span style=" text-indent: 0.3000in;"></span>a potentially large disk savings.</p>
<p><font size=3><B>duplicatesuppression:</B> <font size=3>yes<br>
<span style=" text-indent: 0.3000in;"></span>If enabled, lmtpd will suppress delivery of a message to a mailbox if a message with the same message-id (or<br>
<span style=" text-indent: 0.3000in;"></span>resent-message-id) is recorded as having already been delivered to the mailbox. Records the mailbox and<br>
<span style=" text-indent: 0.3000in;"></span>message-id/resent-message-id of all successful deliveries.</p>
<p><font size=3><B>reject8bit:</B> <font size=3>no<br>
<span style=" text-indent: 0.3000in;"></span>If enabled, lmtpd rejects messages with 8-bit characters in the headers. Otherwise, 8-bit characters are<br>
<span style=" text-indent: 0.3000in;"></span>changed to `X'. (A proper soultion to non-ASCII characters in headers is offered by RFC 2047 and its prede-<br>
<span style=" text-indent: 0.3000in;"></span>cessors.)</p>
<p><font size=3><B>maxmessagesize:</B> <font size=3>&lt;unlimited&gt;<br>
<span style=" text-indent: 0.3000in;"></span>Maximum incoming LMTP message size. If set, lmtpd will reject messages larger than <font size=3><I>maxmessagesize<br>
<span style=" text-indent: 0.3000in;"></span></I>bytes. The default is to allow messages of any size.</p>
<p><font size=3><B>lmtp_overquota_perm_failure:</B> <font size=3>no<br>
<span style=" text-indent: 0.3000in;"></span>If enabled, lmtpd returns a permanent failure code when a user's mailbox is over quota. By default, the fail-<br>
<span style=" text-indent: 0.3000in;"></span>ure is temporary.</p>
<p><font size=3><B>lmtp_allowplaintext:</B> <font size=3>&lt;setting of <font size=3><I>allowplaintext</I><font size=3>&gt;<br>
<span style=" text-indent: 0.3000in;"></span>Allow the use of the SASL PLAIN mechanism for LMTP.</p>
<p><font size=3><B>postuser:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>Userid used to deliver messages to shared folders. For example, if set to "bb", email sent to<br>
<span style=" text-indent: 0.3000in;"></span>"bb+shared.blah" would be delivered to the "shared.blah" folder. By default, an email address of<br>
<span style=" text-indent: 0.3000in;"></span>"+shared.blah" would be used.</p>
<p><font size=3><B>netscapeurl:</B> <font size=3>&lt;no default&gt;<br>
<span style=" text-indent: 0.3000in;"></span>If enabled at compile time, this specifies a URL to reply when Netscape asks the server where the mail<br>
<span style=" text-indent: 0.3000in;"></span>administration HTTP server is. Administrators should set this to a local resource with some useful informa-<br>
<span style=" text-indent: 0.3000in;"></span>tion for end users. If not set, no URL is advertised.</p>
<p><font size=3><B>mailnotifier:</B> <font size=3>&lt;no default&gt;<br>
<span style=" text-indent: 0.3000in;"></span>Notifyd(8) method to use for "MAIL" notifications. If not set, "MAIL" notifications are disabled.</p>
<p><font size=3><B>sievenotifier:</B> <font size=3>&lt;no default&gt;<br>
<span style=" text-indent: 0.3000in;"></span>Notifyd(8) method to use for "SIEVE" notifications. If not set, "SIEVE" notifications are disabled.</p>
<p><span style=" text-indent: 0.3000in;"></span><font size=3>This method is only used when no method is specified in the script.<br>
</p>

<!-- Page: 4  -->
<!-- left  margin: 100 -->
<!-- right margin: 750 -->
<p><font size=3><B>sieveusehomedir:</B> <font size=3>false<br>
<span style=" text-indent: 0.3000in;"></span>If enabled, lmtpd will look for Sieve scripts in user's home directories: <sup>~</sup>user/.sieve.</p>
<p><font size=3><B>sievedir:</B> <font size=3>/usr/sieve<br>
<span style=" text-indent: 0.3000in;"></span>If sieveusehomedir is false, this directory is searched for Sieve scripts.</p>
<p><font size=3><B>sendmail:</B> <font size=3>/usr/lib/sendmail<br>
<span style=" text-indent: 0.3000in;"></span>The pathname of the sendmail executable. Sieve uses sendmail for sending rejections, redirects and vaca-<br>
<span style=" text-indent: 0.3000in;"></span>tion responses.</p>
<p><font size=3><B>postmaster:</B> <font size=3>postmaster<br>
<span style=" text-indent: 0.3000in;"></span>Username that is used as the 'From' address in rejection MDNs produced by sieve.</p>
<p><font size=3><B>hashimapspool:</B> <font size=3>false<br>
<span style=" text-indent: 0.3000in;"></span>If enabled, the partitions will also be hashed, in addition to the hashing done on configuration directories. This<br>
<span style=" text-indent: 0.3000in;"></span>is recommended if one partition has a very bushy mailbox tree.</p>
<p><font size=3><B>sieve_maxscriptsize:</B> <font size=3>32<br>
<span style=" text-indent: 0.3000in;"></span>Maximum size (in kilobytes) any sieve script can be, enforced at submission by timsieved(8).</p>
<p><font size=3><B>sieve_maxscripts:</B> <font size=3>5<br>
<span style=" text-indent: 0.3000in;"></span>Maximum number of sieve scripts any user may have, enforced at submission by timsieved(8).</p>
<p><font size=3><B>sasl_maximum_layer:</B> <font size=3>256<br>
<span style=" text-indent: 0.3000in;"></span>Maximum SSF (security strength factor) that the server will allow a client to negotiate.</p>
<p><font size=3><B>sasl_minimum_layer:</B> <font size=3>0<br>
<span style=" text-indent: 0.3000in;"></span>The minimum SSF that the server will allow a client to negotiate. A value of 1 requires integrity protection;<br>
<span style=" text-indent: 0.3000in;"></span>any higher value requires some amount of encryption.</p>
<p><font size=3><B>sasl_pwcheck_method:</B> <font size=3>auxprop<br>
<span style=" text-indent: 0.3000in;"></span>The mechanism used by the server to verify plaintext passwords. Possible values also include "saslauthd"<br>
<span style=" text-indent: 0.3000in;"></span>and "pwcheck".</p>
<p><font size=3><B>sasl_auto_transition:</B> <font size=3>no<br>
<span style=" text-indent: 0.3000in;"></span>If enabled, the SASL library will automatically create authentication secrets when given a plaintext pass-<br>
<span style=" text-indent: 0.3000in;"></span>word. See the SASL documentation.</p>
<a name="sasl_option:"></a><h2>sasl_option:</h2><p><span style=" text-indent: 0.3000in;"></span><font size=3>Any other SASL option can be set by preceeding it with "sasl_". This file overrides the SASL configuration<br>
<span style=" text-indent: 0.3000in;"></span>file.</p>
<p><font size=3><B>tls_cert_file:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>File containing the global certificate used for ALL services (imap, pop3, lmtp, sieve).</p>
<p><font size=3><B>tls_key_file:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>File containing the private key belonging to the global server certificate.</p>
<p><font size=3><B>tls_require_cert:</B> <font size=3>0<br>
<span style=" text-indent: 0.3000in;"></span>Require a client certificate for ALL services (imap, pop3, lmtp, sieve).</p>
<p><font size=3><B>tls_imap_cert_file:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>File containing the certificate used for imap ONLY. If not specified, the global certificate is used. A value of<br>
<span style=" text-indent: 0.3000in;"></span>"disabled" will disable SSL/TLS for imap.</p>
<p><font size=3><B>tls_imap_key_file:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>File containing the private key belonging to the imap-specific server certificate. If not specified, the global<br>
<span style=" text-indent: 0.3000in;"></span>private key is used. A value of "disabled" will disable SSL/TLS for imap.</p>
<p><font size=3><B>tls_imap_require_cert:</B> <font size=3>0<br>
<span style=" text-indent: 0.3000in;"></span>Require a client certificate for imap ONLY.</p>
<p><font size=3><B>tls_pop3_cert_file:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>File containing the certificate used for pop3 ONLY. If not specified, the global certificate is used. A value of<br>
<span style=" text-indent: 0.3000in;"></span>"disabled" will disable SSL/TLS for pop3.</p>
<p><font size=3><B>tls_pop3_key_file:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>File containing the private key belonging to the pop3-specific server certificate. If not specified, the global<br>
<span style=" text-indent: 0.3000in;"></span>private key is used. A value of "disabled" will disable SSL/TLS for pop3.</p>
<p><font size=3><B>tls_pop3_require_cert:</B> <font size=3>0<br>
<span style=" text-indent: 0.3000in;"></span>Require a client certificate for pop3 ONLY.<br>
</p>

<!-- Page: 5  -->
<!-- left  margin: 100 -->
<!-- right margin: 750 -->
<p><font size=3><B>tls_lmtp_cert_file:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>File containing the certificate used for lmtp ONLY. If not specified, the global certificate is used. A value of<br>
<span style=" text-indent: 0.3000in;"></span>"disabled" will disable TLS for lmtp.</p>
<p><font size=3><B>tls_lmtp_key_file:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>File containing the private key belonging to the lmtp-specific server certificate. If not specified, the global pri-<br>
<span style=" text-indent: 0.3000in;"></span>vate key is used. A value of "disabled" will disable TLS for lmtp.</p>
<p><font size=3><B>tls_lmtp_require_cert:</B> <font size=3>0<br>
<span style=" text-indent: 0.3000in;"></span>Require a client certificate for lmtp ONLY.</p>
<p><font size=3><B>tls_sieve_cert_file:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>File containing the certificate used for sieve ONLY. If not specified, the global certificate is used. A value of<br>
<span style=" text-indent: 0.3000in;"></span>"disabled" will disable TLS for sieve.</p>
<p><font size=3><B>tls_sieve_key_file:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>File containing the private key belonging to the sieve-specific server certificate. If not specified, the global<br>
<span style=" text-indent: 0.3000in;"></span>private key is used. A value of "disabled" will disable TLS for sieve.</p>
<p><font size=3><B>tls_sieve_require_cert:</B> <font size=3>0<br>
<span style=" text-indent: 0.3000in;"></span>Require a client certificate for sieve ONLY.</p>
<p><font size=3><B>tls_ca_file:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>File containing one or more Certificate Authority (CA) certificates.</p>
<p><font size=3><B>tls_ca_path:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>Path to directory with certificates of CAs.</p>
<p><font size=3><B>tls_session_timeout:</B> <font size=3>1440<br>
<span style=" text-indent: 0.3000in;"></span>The length of time (in minutes) that a TLS session will be cached for later reuse. The maximum value is<br>
<span style=" text-indent: 0.3000in;"></span>1440 (24 hours), the default. A value of 0 will disable session caching.</p>
<p><font size=3><B>tls_cipher_list:</B> <font size=3>DEFAULT<br>
<span style=" text-indent: 0.3000in;"></span>The list of SSL/TLS ciphers to allow. The format of the string is described in ciphers(1).</p>
<p><font size=3><B>deleteright:</B> <font size=3>c<br>
<span style=" text-indent: 0.3000in;"></span>The right that a user needs to delete a mailbox.</p>
<p><font size=3><B>lmtpsocket:</B> <font size=3>/var/imap/socket/lmtp<br>
<span style=" text-indent: 0.3000in;"></span>Unix domain socket that lmtpd listens on, used by deliver(8).</p>
<p><font size=3><B>idlesocket:</B> <font size=3>/var/imap/socket/idle<br>
<span style=" text-indent: 0.3000in;"></span>Unix domain socket that idled listens on.</p>
<p><font size=3><B>notifysocket:</B> <font size=3>/var/imap/socket/notify<br>
<span style=" text-indent: 0.3000in;"></span>Unix domain socket that the new mail notification daemon listens on.</p>
<p><font size=3><B>debug_command:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>Debug command to be used by processes started with -D option. The string is a C format string that gets 3<br>
<span style=" text-indent: 0.3000in;"></span>options: the first is the name of the executable (without path). The second is the pid (integer) and the third is<br>
<span style=" text-indent: 0.3000in;"></span>the service ID. Example: /usr/local/bin/gdb /usr/cyrus/bin/%s %d</p>
<p><font size=3><B>proxyd_allow_status_referral:</B> <font size=3>false<br>
<span style=" text-indent: 0.3000in;"></span>Set to true to allow proxyd to issue referrals to clients that support it when answering the STATUS com-<br>
<span style=" text-indent: 0.3000in;"></span>mand. This is disabled by default since some clients issue many STATUS commands in a row, and do not<br>
<span style=" text-indent: 0.3000in;"></span>cache the connections that these referrals would cause, thus resulting in a higher authentication load on the<br>
<span style=" text-indent: 0.3000in;"></span>respective backend server.</p>
<p><font size=3><B>mupdate_server:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>The mupdate server for the Cyrus Murder</p>
<p><font size=3><B>mupdate_port:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>The port of the mupdate server for the Cyrus Murder</p>
<p><font size=3><B>mupdate_username:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>The SASL username (Authorization Name) to use when authenticating to the mupdate server.</p>
<p><font size=3><B>mupdate_authname:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>The SASL username (Authentication Name) to use when authenticating to the mupdate server (if needed).</p>
<p><font size=3><B>mupdate_realm:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>The SASL realm (if needed) to use when authenticating to the mupdate server.<br>
</p>

<!-- Page: 6  -->
<!-- left  margin: 100 -->
<!-- right margin: 674 -->
<p><font size=3><B>mupdate_password:</B> <font size=3>&lt;none&gt;<br>
<span style=" text-indent: 0.3000in;"></span>The SASL password (if needed) to use when authenticating to the mupdate server.</p>
<p><font size=3><B>mupdate_retry_delay:</B> <font size=3>20<br>
<span style=" text-indent: 0.3000in;"></span>The time to wait between connection retries to the mupdate server.</p>
<a name="SEE ALSO"></a><h2>SEE ALSO</h2><p><font size=3><B>imapd(8)</B><font size=3>, <font size=3><B>pop3d(8)</B><font size=3>, <font size=3><B>lmtpd(8)</B><font size=3>, <font size=3><B>timsieved(8)</B><font size=3>, <font size=3><B>idled(8)</B><font size=3>, <font size=3><B>notifyd(8)</B><font size=3>, <font size=3><B>deliver(8)</B><font size=3>, <font size=3><B>cyrus-master(8)</B><font size=3>, <font size=3><B>ciphers(1)</B><br>
</p>
</body>
</html>