patch-cucipop_8 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. $OpenBSD: patch-cucipop_8,v 1.3 2001/02/23 02:10:21 itojun Exp $
  2. --- cucipop.8.orig Mon May 11 12:35:19 1998
  3. +++ cucipop.8 Thu Feb 22 19:39:05 2001
  4. @@ -48,12 +48,12 @@
  5. .SH NAME
  6. cucipop \- Cubic Circle POP3 daemon
  7. .SH SYNOPSIS
  8. -.B /usr/sbin/cucipop
  9. +.B !!PREFIX!!/libexec/cucipop
  10. .RB [ \-qaYdPUSDAT ]
  11. .RB [ "\-E \fIage\fP" ]
  12. .RB [ "\-p \fIport\fP" ]
  13. .br
  14. -.B /usr/sbin/cucipop
  15. +.B !!PREFIX!!/libexec/cucipop
  16. .B \-v
  17. .ad
  18. .SH DESCRIPTION
  19. @@ -132,12 +132,12 @@
  20. .IR port .
  21. .SH EXAMPLES
  22. Typically
  23. -.I pop-3
  24. +.I pop3
  25. service is defined in
  26. .BR services (5)
  27. as follows:
  28. .Sx 1
  29. -pop-3 110/tcp
  30. +pop3 110/tcp
  31. .Ex
  32. In order to start cucipop from within
  33. .BR inetd (8),
  34. @@ -145,20 +145,20 @@
  35. .BR inetd.conf (5)
  36. would be suitable:
  37. .Sx 1
  38. -pop-3 stream tcp nowait root /usr/sbin/cucipop cucipop -Y
  39. +pop3 stream tcp nowait root !!PREFIX!!/libexec/cucipop cucipop -Y
  40. .Ex
  41. If your site gets many hits from popclients, it would be preferable
  42. to start cucipop standalone as in:
  43. .Sx 1
  44. -/usr/sbin/cucipop -Y
  45. +!!PREFIX!!/libexec/cucipop -Y
  46. .Ex
  47. Your typical BOFH setting would be:
  48. .Sx 1
  49. -/usr/sbin/cucipop -YaSE 6w
  50. +!!PREFIX!!/libexec/cucipop -YaSE 6w
  51. .Ex
  52. .SH FILES
  53. .TP 2.3i
  54. -.B /etc/passwd
  55. +.B /etc/master.passwd
  56. the default authentication
  57. .TP
  58. .B /etc/mail/vpop.db
  59. @@ -166,25 +166,25 @@
  60. .BR makevpopdb (8)
  61. man page on how this file is created
  62. .TP
  63. -.B /var/lib/cucipop/state.db
  64. +.B /var/spool/cucipop/state.db
  65. AI state information and bulletin history
  66. .TP
  67. -.B "/var/lib/cucipop/bulletins/\fInn\fP"
  68. +.B "/var/spool/cucipop/bulletins/\fInn\fP"
  69. .B 00
  70. through
  71. .B 63
  72. optional bulletin files in regular mailbox format
  73. .TP
  74. -.B /var/spool/mail/$LOGNAME
  75. +.B /var/mail/$LOGNAME
  76. system mailbox
  77. .TP
  78. -.B /var/spool/mail/virtual.dom.ain/$LOGNAME
  79. +.B /var/mail/virtual.dom.ain/$LOGNAME
  80. virtual host system mailbox
  81. .TP
  82. -.B /var/spool/mail/$LOGNAME.lock
  83. +.B /var/mail/$LOGNAME.lock
  84. lockfile for the system mailbox
  85. .TP
  86. -.B /var/spool/mail/virtual.dom.ain/$LOGNAME.lock
  87. +.B /var/mail/virtual.dom.ain/$LOGNAME.lock
  88. lockfile for the virtual host system mailbox
  89. .TP
  90. .B _????`hostname`