ipopd.8c
上传用户:ycwykj01
上传日期:2007-01-04
资源大小:1819k
文件大小:1k
源码类别:

网络编程

开发平台:

Unix_Linux

  1. .TH IPOPD 8C "January 16, 1992"
  2. .UC 5
  3. .SH NAME
  4. IPOPd - Post Office Protocol server
  5. .SH SYNOPSIS
  6. .B /usr/etc/ipop2d
  7. .PP
  8. .B /usr/etc/ipop3d
  9. .SH DESCRIPTION
  10. .I IPOP2d
  11. and
  12. .I IPOP3d
  13. are servers which support the
  14. .B POP2
  15. and
  16. .B POP3
  17. remote mail access protocols respectively.
  18. .I IPOP2d
  19. and
  20. .I IPOP3d
  21. can also be used by
  22. .B POP2
  23. and
  24. .B POP3
  25. clients to access mailboxes on
  26. .B IMAP
  27. servers by specifying a login user name in the form <host>:<user>
  28. e.g.,
  29. .B SERVER.WASHINGTON.EDU:SMITH.
  30. .PP
  31. .I POPd
  32. is invoked by the internet server (see
  33. .IR inetd (8)),
  34. normally for requests to connect to the
  35. .B POP
  36. port as indicated by the
  37. .I /etc/services
  38. file (see
  39. .IR services (5)).
  40. .SH "SEE ALSO"
  41. imapd(8C)
  42. .SH BUGS
  43. The
  44. .B POP2
  45. and
  46. .B POP3
  47. protocols are intrinsically less flexible than
  48. .B IMAP
  49. and do not maintain `read' vs `unread' state on the server.  As a result,
  50. most
  51. .B POP
  52. based software transfers all the mail from the server to the client and
  53. deletes it from the server.  This necessarily locks the user into using only
  54. a single client.
  55. .PP
  56. .B POP3
  57. does not allow you to specify an alternate folder from the user's default.