praliases.8
上传用户:xu_441
上传日期:2007-01-04
资源大小:1640k
文件大小:1k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. ." Copyright (c) 1998, 1999 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.12 1999/09/01 22:15:16 gshapiro Exp $
  10. ."
  11. .TH PRALIASES 1 "April 25, 1996"
  12. .SH NAME
  13. .B 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. .SH DESCRIPTION
  22. The
  23. .B praliases
  24. utility displays the current system aliases, 
  25. one per line, in no particular order.
  26. The special internal @:@ alias will be displayed if present.
  27. .PP
  28. The options are as follows:
  29. .TP
  30. .B -C
  31. Read the specified sendmail configuration file instead of the default
  32. .B sendmail
  33. configuration file.
  34. .TP 
  35. .B -f
  36. Read the specified file instead of the configured
  37. .B sendmail
  38. system aliases file(s).
  39. .PP
  40. The
  41. .B praliases
  42. utility exits 0 on success, and >0 if an error occurs.
  43. .SH FILES
  44. .TP 2.5i
  45. /etc/mail/sendmail.cf
  46. The default
  47. .B sendmail
  48. configuration file.
  49. .SH SEE ALSO
  50. mailq(1), 
  51. sendmail(8)