Deleted Added
full compact
smfi_setconn.html (112810) smfi_setconn.html (120256)
1<html>
2<head><title>smfi_setconn</title></head>
3<body>
4<h1>smfi_setconn</h1>
5
6<table border="0" cellspacing=4 cellpadding=4>
7<!---------- Synopsis ----------->
8<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>

--- 53 unchanged lines hidden (view full) ---

62<ul>
63 <li>If possible, filters should not run as root when communicating
64 over unix/local domain sockets.
65 <li>Unix/local sockets should have their permissions set to
66 0600 (read/write permission only for the socket's owner) or
67 0660 (read/write permission for the socket's owner and group)
68 which is useful if the sendmail RunAsUser option is used.
69 The permissions for a unix/local domain socket are determined as
1<html>
2<head><title>smfi_setconn</title></head>
3<body>
4<h1>smfi_setconn</h1>
5
6<table border="0" cellspacing=4 cellpadding=4>
7<!---------- Synopsis ----------->
8<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>

--- 53 unchanged lines hidden (view full) ---

62<ul>
63 <li>If possible, filters should not run as root when communicating
64 over unix/local domain sockets.
65 <li>Unix/local sockets should have their permissions set to
66 0600 (read/write permission only for the socket's owner) or
67 0660 (read/write permission for the socket's owner and group)
68 which is useful if the sendmail RunAsUser option is used.
69 The permissions for a unix/local domain socket are determined as
70 usual by umask, which should be set to 007 or 077
71 before calling <code>smfi_setconn()</code>.
70 usual by <code>umask</code>, which should be set to 007 or 077.
71 Note some operating systems (e.g, Solaris) don't use the
72 permissions of the socket. On those systems, place the socket in a
73 protected directory.
72</ul>
73</td>
74</tr>
75
76</table>
77
78<hr size="1">
79<font size="-1">
80Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
81All rights reserved.
82<br>
83By using this file, you agree to the terms and conditions set
84forth in the LICENSE.
85</font>
86</body>
87</html>
74</ul>
75</td>
76</tr>
77
78</table>
79
80<hr size="1">
81<font size="-1">
82Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
83All rights reserved.
84<br>
85By using this file, you agree to the terms and conditions set
86forth in the LICENSE.
87</font>
88</body>
89</html>