1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: biff
Section: mail
Priority: extra
Maintainer: Dave Holland <dave@debian.org>
Build-Depends: debhelper (>= 10~), cmake
Standards-Version: 3.7.2
Package: biff
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase
Description: a mail notification tool
biff is a small program that prints a message to your terminal
when new email arrives. Actually, the message is printed by
the comsat daemon, and biff just enables/disables the u+x
permission flag for the terminal, which comsat uses to determine
whether or not to write to your terminal.
.
biff is mainly of historic interest, since there are much better
alternatives (such as xlbiff and gbuffy) that are network-aware and
do not require a daemon. Although there are no known security
problems, running additional services is often considered risky.
.
By default, the biff service is disabled. To use biff email
notification, you must enable this service by running 'update-inetd
--enable biff' after the package is installed. You may also need
to modify the configuration of your mail transport agent to enable
comsat notification.
|