Lines Matching +full:set +full:- +full:top
4 <!--
5 $Id: smfi_setconn.html,v 1.18 2013-11-22 20:51:39 ca Exp $
6 -->
10 <!---------- Synopsis ----------->
11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
18 Set the socket through which this filter should communicate with sendmail.
21 <!----------- Description ---------->
22 <TR><TH valign="top" align=left>DESCRIPTION</TH><TD>
24 <TR align="left" valign=top>
28 <TR align="left" valign=top>
35 <!----------- Arguments ---------->
36 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
39 <TR valign="top"><TD>oconn</TD>
41 The address should be a NULL-terminated string in "proto:address"
44 <LI><CODE>{unix|local}:/path/to/file</CODE> -- A named pipe.
45 <LI><CODE>inet:port@{hostname|ip-address}</CODE> -- An IPV4 socket.
46 <LI><CODE>inet6:port@{hostname|ip-address}</CODE> -- An IPV6 socket.
52 <!----------- Return values ---------->
54 <TH valign="top" align=left>RETURN VALUES</TH>
64 <TH valign="top" align=left>NOTES</TH>
70 <LI>Unix/local sockets should have their permissions set to
75 usual by <CODE>umask</CODE>, which should be set to 007 or 077.
86 <FONT size="-1">
90 By using this file, you agree to the terms and conditions set