BSD 4_1c_2 development
[unix-history] / usr / man / man8 / comsat.8
CommitLineData
11c4913d
C
1.TH COMSAT 8C "4 March 1983"
2.UC 4
3.SH NAME
4comsat \- biff server
5.SH SYNOPSIS
6.B /etc/comsat
7.SH DESCRIPTION
8.I Comsat
9is the server process which listens for reports of incoming mail
10and notifies users if they have requested this service.
11.I Comsat
12operates with two processes. The parent process simply waits
13on the child process, in case it dies for some reason. The
14child process performs the actual work.
15.I Comsat
16listens on a datagram port associated with the ``biff'' service
17specification (see
18.IR services (5))
19for one line messages of the form
20.PP
21.ti +0.5i
22user@mailbox-offset
23.PP
24If the
25.I user
26specified is logged in to the system and the associated terminal has
27the execute bit turned on (by a ``biff y''), the
28.I offset
29is used as a seek offset into the appropriate mailbox file and
30the first 7 lines or 560 characters of the message are printed
31on the user's terminal.
32.SH FILES
33.DT
34/etc/utmp to find out who's logged on and on what terminals
35.SH "SEE ALSO"
36biff(1)
37.SH BUGS
38Sometimes
39.I comsat
40gets stuck and the child process must be killed off to get
41things going again.
42.PP
43Users should be notified of mail which arrives on other
44machines than the one they are currently logged in to.
45.PP
46The notification should appear in a separate window so it
47does not mess up the screen while editing and the like.