Sophie

Sophie

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

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="#SYNOPSIS">SYNOPSIS</a><br>
<a href="#DESCRIPTION">DESCRIPTION</a><br>
<a href="#OPTIONS">OPTIONS</a><br>
<a href="#NOTIFICATION METHODS">NOTIFICATION METHODS</a><br>
<a href="#FILES">FILES</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: 1 -->
<!-- Page: 1 -->
<!-- left  margin: 100 -->
<!-- right margin: 750 -->
<a name="NAME"></a><h2>NAME</h2><p><font size=3>notifyd - Cyrus notification server</p>
<a name="SYNOPSIS"></a><h2>SYNOPSIS</h2><p><font size=3><B>notifyd</B> <font size=3>[ <font size=3><B>-C</B> <font size=3><I>config-file</I> <font size=3>] [ <font size=3><B>-U</B> <font size=3><I>uses</I> <font size=3>] [ <font size=3><B>-T</B> <font size=3><I>timeout</I> <font size=3>]<br>
<span style=" text-indent: 0.2400in;"></span>[ <font size=3><B>-D</B> <font size=3>]</p>
<a name="DESCRIPTION"></a><h2>DESCRIPTION</h2><p><font size=3><B>Notifyd</B> <font size=3>is a daemon started from cyrus-master(8) that handles notification requests on behalf of lmtpd(8). <font size=3><B>Notifyd</B> <font size=3>accepts the request and performs the notification using the method specified in the request.</p>
<p><font size=3>Note that for <font size=3><B>notifyd</B> <font size=3>to run properly you must set proto=udp in its cyrus.conf services entry. prefork=1 is also recommended.</p>
<p><font size=3><B>Notifyd</B> <font size=3>reads its configuration options out of the <font size=3><I>imapd.conf</I><font size=3>(5) file unless specified otherwise by <font size=3><B>-C</B><font size=3>. The <font size=3><I>noti- fysocket</I> <font size=3>option is used to specify the Unix domain socket to listen on for notifications.</p>
<a name="OPTIONS"></a><h2>OPTIONS</h2>
<table width="100%"  rules="none"  frame="none"  cols="3">
<tr valign="top" align="left">
<td valign="top" align="left"  width="12.6154%">
<p><font size=3><B>-C</B> <font size=3><I>config-file</p>
</I><p><font size=3><B>-U</B> <font size=3><I>uses</p>
</I></td>
<td valign="top" align="left"  width="7.3846%">
</td>
<td valign="top" align="left"  width="80.0000%">
<p><font size=3>Read configuration options from <font size=3><I>config-file</I><font size=3>.</p>
<p><font size=3>The maximum number of times that the process should be used for new connections before shutting down. The default is 250.</p>
</td>
</tr>
<tr valign="top" align="left">
<td valign="top" align="left"  width="12.6154%">
<p><font size=3><B>-T</B> <font size=3><I>timeout</p>
</I></td>
<td valign="top" align="left"  width="7.3846%">
</td>
<td valign="top" align="left"  width="80.0000%">
<p><font size=3>The number of seconds that the process will wait for a new connection before shutting<br>
down. Note that a value of 0 (zero) will disable the timeout. The default is 60.</p>
</td>
</tr>
<tr valign="top" align="left">
<td valign="top" align="left"  width="12.6154%">
<p><font size=3><B>-D</p>
</B></td>
<td valign="top" align="left"  width="7.3846%">
</td>
<td valign="top" align="left"  width="80.0000%">
<p><font size=3>Run external debugger specified in debug_command.</p>
</td>
</tr>
</table>
<br>
<a name="NOTIFICATION METHODS"></a><h2>NOTIFICATION METHODS</h2>
<table width="100%"  rules="none"  frame="none"  cols="3">
<tr valign="top" align="left">
<td valign="top" align="left"  width="6.3077%">
<p><font size=3><B>null</p>
</B><p><font size=3><B>log</p>
</B><p><font size=3><B>mailto</p>
</B></td>
<td valign="top" align="left"  width="13.6923%">
</td>
<td valign="top" align="left"  width="80.0000%">
<p><font size=3>Ignore the notification request.</p>
<p><font size=3>Log the notification to syslog (for testing).</p>
<p><font size=3>Email the notification. This method can ONLY be used in a Sieve 'notify' action as it requires a <font size=3><I>mailto:</I> <font size=3>URL to be specified as an <font size=3><I>:option</I><font size=3>.</p>
</td>
</tr>
<tr valign="top" align="left">
<td valign="top" align="left"  width="6.3077%">
<p><font size=3><B>zephyr</p>
</B></td>
<td valign="top" align="left"  width="13.6923%">
</td>
<td valign="top" align="left"  width="80.0000%">
<p><font size=3>Send the notification as a zephyrgram. If used in a Sieve 'notify' action, additional recipi-<br>
ents can be specified as <font size=3><I>:options</I><font size=3>.</p>
</td>
</tr>
<tr valign="top" align="left">
<td valign="top" align="left"  width="6.3077%">
</td>
<td valign="top" align="left"  width="13.6923%">
</td>
<td valign="top" align="left"  width="80.0000%">
</td>
</tr>
</table>
<br>
<a name="FILES"></a><h2>FILES</h2><p><font size=3><B>/etc/imapd.conf</B> <font size=3>Default configuration file.</p>
<p><font size=3><B>/etc/cyrus.conf</B> <font size=3>Cyrus Master process configuration file.</p>
<a name="SEE ALSO"></a><h2>SEE ALSO</h2><p><font size=3><B>imapd.conf(5)</B><font size=3>, <font size=3><B>cyrus.conf</B><font size=3>, <font size=3><B>cyrus-master(8)</B><font size=3>, <font size=3><B>lmtpd(8)</B><br>
</p>
</body>
</html>