xref: /freebsd/contrib/sendmail/praliases/praliases.8 (revision 7cc9e6ddbb1a6cd38b2f44d4dd9dfc890d2fc9d0)
Copyright (c) 1998-2000 Sendmail, Inc. and its suppliers.
All rights reserved.

By using this file, you agree to the terms and conditions set
forth in the LICENSE file which can be found at the top level of
the sendmail distribution.


$Id: praliases.8,v 8.17 2000/12/15 19:53:45 gshapiro Exp $

PRALIASES 8 "$Date: 2000/12/15 19:53:45 $"
NAME
praliases - display system mail aliases
SYNOPSIS
praliases [ -C file ] [ -f file ] [\c key ... ]
DESCRIPTION
The praliases utility displays the current system aliases, one per line, in no particular order. The special internal @:@ alias will be displayed if present.

The options are as follows:

-C Read the specified sendmail configuration file instead of the default sendmail configuration file.

-f Read the specified file instead of the configured sendmail system aliases file(s).

If one or more keys are specified on the command line, only entries which match those keys are displayed.

The praliases utility exits 0 on success, and >0 if an error occurs.

FILES

2.5i /etc/mail/sendmail.cf The default sendmail configuration file.

SEE ALSO
mailq(1), sendmail(8)