diff options
author | grant <grant> | 2002-09-29 15:16:22 +0000 |
---|---|---|
committer | grant <grant> | 2002-09-29 15:16:22 +0000 |
commit | cd5d2a3becfac5adfe3fd98759f0bcbf358383d5 (patch) | |
tree | 87141ab047e77a5c9018003e0a6dda4299583202 /mail/cucipop | |
parent | f5d8723a661774951ab38d7eb6bf353a9722eca5 (diff) | |
download | pkgsrc-cd5d2a3becfac5adfe3fd98759f0bcbf358383d5.tar.gz |
add note about modifying /etc/inetd.conf.
Diffstat (limited to 'mail/cucipop')
-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 + =========================================================================== |