man(1) Manual page archive


     MAIL(1)                                                   MAIL(1)

     NAME
          mail -  mail and mailboxes

     SYNOPSIS
          mail [ arg ... ]

     DESCRIPTION
          Mail is a shell script that invokes nedmail(1), the mail
          reader, when no recipients appear on the command line and
          marshal(1), the mail preparer, otherwise.  All command line
          options are passed through.  See the man pages for those two
          commands for more details.

          Incoming mail for a user username is put in the file
          /mail/box/username/mbox unless either the file
          /mail/box/username/forward or /mail/box/username/pipeto
          exists.  The mailbox must have append-only and exclusive-
          access mode (see chmod(1)). A user must create his or her
          own mailbox using the -c option of nedmail(1). Mailboxes are
          created writable (append-only) but not readable by others.

          If the file /mail/box/username/forward exists and is read-
          able by everyone, incoming mail will be forwarded to the
          addresses contained in the first line of the file.  The file
          may contain multiple addresses.  Forwarding loops are caught
          and resolved by local delivery.

          If the file /mail/box/username/pipeto exists and is readable
          and executable by everyone, it will be run for each incoming
          message for the user.  The message will be piped to it
          rather than appended to his/her mail box.  The file is run
          as user none.  Its two arguments are the with arguments of
          the destination address (e.g.  local!gremlin) and the user's
          mail box path (e.g.  /mail/box/gremlin/mbox)

     FILES
          /sys/log/mail            mail log file
          /mail/box/*              mail directories
          /mail/box/*/mbox         mailbox files
          /mail/box/*/forward      forwarding address(es)
          /mail/box/*/pipeto       mail filter
          /mail/box/*/L.reading    mutual exclusion lock for multiple
                                   mbox readers
          /mail/box/*/L.mbox       mutual exclusion lock for altering
                                   mbox
          /lib/face/48x48x?        directories of icons for seemail

     SOURCE
          /rc/bin/mail

     MAIL(1)                                                   MAIL(1)

     SEE ALSO
          aliasmail(8), faces(1), filter(1), marshal(1), mlmgr(1),
          nedmail(1), qer(8), rewrite(6), send(8), smtp(8), upasfs(4)