summaryrefslogtreecommitdiff
path: root/mail/cucipop
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-09-29 15:16:22 +0000
committergrant <grant@pkgsrc.org>2002-09-29 15:16:22 +0000
commit8d8fc7c637d3e447d0fdd81b350231f395086493 (patch)
tree87141ab047e77a5c9018003e0a6dda4299583202 /mail/cucipop
parentc5c3cc15add21736b58b8fe04c0fc3cf6eb5d4a2 (diff)
downloadpkgsrc-8d8fc7c637d3e447d0fdd81b350231f395086493.tar.gz
add note about modifying /etc/inetd.conf.
Diffstat (limited to 'mail/cucipop')
-rw-r--r--mail/cucipop/MESSAGE11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/cucipop/MESSAGE b/mail/cucipop/MESSAGE
index e338f58d4fb..7ae2e915b2b 100644
--- a/mail/cucipop/MESSAGE
+++ b/mail/cucipop/MESSAGE
@@ -1,6 +1,15 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:10 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2002/09/29 15:16:22 grant Exp $
Please note that this package includes shareware software.
+In order to enable the POP service, you should add the following
+line to your /etc/inetd.conf:
+
+ pop3 stream tcp nowait root ${LOCALBASE}/sbin/cucipop cucipop -Y
+
+And for IPv6:
+
+ pop3 stream tcp6 nowait root ${LOCALBASE}/sbin/cucipop cucipop -Y
+
===========================================================================