Move everything from /var/adm to /var/log
[unleashed.git] / share / man / man8 / in.comsat.8
blob6805258257574f2c83b43fa4c065a68a882030e1
1 '\" te
2 .\"  Copyright 1989 AT&T  Copyright (c) 2004 Sun Microsystems, Inc.  All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH IN.COMSAT 8 "Jul 27, 2004"
7 .SH NAME
8 in.comsat, comsat \- biff server
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/sbin/in.comsat\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 \fBcomsat\fR is the server process which listens for reports of incoming mail
19 and notifies users who have requested to be told when mail arrives. It is
20 invoked as needed by \fBinetd\fR(8), and times out if inactive for a few
21 minutes.
22 .sp
23 .LP
24 \fBcomsat\fR listens on a datagram port associated with the \fBbiff\fR service
25 specification (see \fBservices\fR(4)) for one line messages of the form
26 .sp
27 .LP
28 \fIuser\fR\fB@\fR\fImailbox\fR\fB-\fR\fIoffset\fR
29 .sp
30 .LP
31 If the \fIuser\fR specified is logged in to the system and the associated
32 terminal has the owner execute bit turned on (by a \fBbiff y\fR), the
33 \fIoffset\fR is used as a seek offset into the appropriate mailbox file, and
34 the first 7 lines or 560 characters of the message are printed on the user's
35 terminal.  Lines which appear to be part of the message header other than the
36 \fBFrom\fR, \fBTo\fR,  \fBDate\fR, or \fBSubject\fR lines are not printed when
37 displaying the message.
38 .SH FILES
39 .sp
40 .ne 2
41 .na
42 \fB\fB/var/log/utmpx\fR\fR
43 .ad
44 .RS 18n
45 user access and administration information
46 .RE
48 .SH SEE ALSO
49 .sp
50 .LP
51 \fBsvcs\fR(1), \fBinetadm\fR(8), \fBinetd\fR(8),
52 \fBsvcadm\fR(8),\fBservices\fR(4), \fBattributes\fR(5), \fBsmf\fR(5)
53 .SH NOTES
54 .sp
55 .LP
56 The message header filtering is prone to error.
57 .sp
58 .LP
59 The \fBin.comsat\fR service is managed by the service management facility,
60 \fBsmf\fR(5), under the service identifier:
61 .sp
62 .in +2
63 .nf
64 svc:/network/comsat:default
65 .fi
66 .in -2
67 .sp
69 .sp
70 .LP
71 Administrative actions on this service, such as enabling, disabling, or
72 requesting restart, can be performed using \fBsvcadm\fR(8). Responsibility for
73 initiating and restarting this service is delegated to \fBinetd\fR(8). Use
74 \fBinetadm\fR(8) to make configuration changes and to view configuration
75 information for this service. The service's status can be queried using the
76 \fBsvcs\fR(1) command.