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

网络编程

开发平台:

Unix_Linux

  1. ." @(#)local:usr/src/cmd/qpopper/popauth.8 1.3 95/05/13 Labtam
  2. ."
  3. ." @(MHWARNING)
  4. ." @(#)$Id: popauth.8,v 1.1.1.1 1997/03/14 05:01:06 qpop Exp $
  5. .TH POPAUTH 8
  6. .SH NAME
  7. popauth - manipulate POP authorization DB
  8. .SH SYNOPSIS
  9. popauth
  10. %[-init] %[-list] %[-delete name] %[-user name]
  11. %[-help]
  12. .SH DESCRIPTION
  13. The fIpopauthfR program allows a POP-subscriber to change the secret
  14. value used to generate their authentication credentials.
  15. In addition,
  16. the super-user or master POP user may use this program to either
  17. add or remove a user, or to print public information from it.  Only the
  18. super-user may initialize the database.  fIpopauthfR is useful only when
  19. the APOP configuration option is defined.  (This configuration option defines
  20. the name of the POP authorization DB.)
  21. Under normal usage,
  22. fIpopauthfR prompts for a new secret,
  23. just like the fIpasswdfR program.
  24. It then updates the POP authorization DB accordingly.
  25. With the `-init' switch,
  26. the super-user can create a new (or zero the existing) POP authorization DB.
  27. With the `-list' switch,
  28. the super-user or master POP user can print out public information
  29. about the named subscriber (or all subscribers).
  30. With the `-delete' switch, the super-user or master POP user can remove
  31. a user entry from the authorization DB.
  32. .SH FILES
  33. /etc/pop.auth.* POP authorization DB
  34. .SH ACKNOWLEDGEMENTS
  35. This program was derived from MH 6.8.3
  36. .SH SEE ALSO
  37. popper(8)