sendmail: Update vendor branch to v8.14.4
[dragonfly.git] / contrib / sendmail-8.14 / praliases / praliases.8
1 .\" Copyright (c) 1998-2000, 2008 Sendmail, Inc. and its suppliers.
2 .\"      All rights reserved.
3 .\"
4 .\" By using this file, you agree to the terms and conditions set
5 .\" forth in the LICENSE file which can be found at the top level of
6 .\" the sendmail distribution.
7 .\"
8 .\"
9 .\"     $Id: praliases.8,v 8.19 2008/07/10 20:13:10 ca Exp $
10 .\"
11 .TH PRALIASES 8 "$Date: 2008/07/10 20:13:10 $"
12 .SH NAME
13 praliases
14 \- display system mail aliases
15 .SH SYNOPSIS
16 .B praliases
17 .RB [ \-C
18 .IR file ]
19 .RB [ \-f
20 .IR file ]
21 .RB [\c
22 .IR key
23 .IR ... ]
24 .SH DESCRIPTION
25 The
26 .B praliases
27 utility displays the current system aliases, 
28 one per line, in no particular order.
29 The special internal @:@ alias will be displayed if present.
30 .PP
31 The options are as follows:
32 .TP
33 .BI "\-C " file
34 Read the specified sendmail configuration file instead of the default
35 .B sendmail
36 configuration file.
37 .TP 
38 .BI "\-f " file
39 Read the specified file instead of the configured
40 .B sendmail
41 system aliases file(s).
42 .PP
43 If one or more keys are specified on the command line,
44 only entries which match those keys are displayed.
45 .PP
46 The
47 .B praliases
48 utility exits 0 on success, and >0 if an error occurs.
49 .SH FILES
50 .TP 2.5i
51 /etc/mail/sendmail.cf
52 The default
53 .B sendmail
54 configuration file.
55 .SH SEE ALSO
56 mailq(1), 
57 sendmail(8)