diff options
author | grant <grant> | 2002-09-29 15:16:22 +0000 |
---|---|---|
committer | grant <grant> | 2002-09-29 15:16:22 +0000 |
commit | 06fdb745099c416ad15375f1cc18ce004b9fa175 (patch) | |
tree | 87141ab047e77a5c9018003e0a6dda4299583202 | |
parent | 04b7cf034808c806d4e88ed8a5d61531deed0db9 (diff) | |
download | pkgsrc-06fdb745099c416ad15375f1cc18ce004b9fa175.tar.gz |
add note about modifying /etc/inetd.conf.
-rw-r--r-- | mail/cucipop/MESSAGE | 11 |
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 + =========================================================================== |