Lines Matching +full:pre +full:- +full:timeout
5 <!--
6 $Id: installation.html,v 1.24 2013-11-22 20:51:39 ca Exp $
7 -->
20 (e.g. -I/path/to/include -I/path/to/sendmail).
23 application with it (e.g. "-lmilter").
25 <LI>Compile with pthreads, either by using -pthread for gcc, or
26 linking with a pthreads support library (-lpthread).
29 <PRE>
30 cc -I/path/to/include -I/path/to/sendmail -c myfile.c
31 </PRE>
33 <PRE>
34 cc -o myfilter [object-files] -L[library-location] -lmilter -pthread
35 </PRE>
86 <TD>C</TD> <TD>Timeout for connecting to a filter. If set to 0, the
87 system's <CODE>connect(2)</CODE> timeout will be used.
91 <TD>S</TD> <TD>Timeout for sending information from the MTA to a
95 <TD>R</TD> <TD>Timeout for reading reply from the filter. Default: 10s</TD>
98 <TD>E</TD> <TD>Overall timeout between sending end-of-message to
105 The first two rendezvous on Unix-domain sockets in the /var/run directory;
107 <PRE>
115 </PRE>
127 <PRE>
133 </PRE>
157 <FONT size="-1">
158 Copyright (c) 2000-2003, 2006 Proofpoint, Inc. and its suppliers.