summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2003-03-13 07:21:42 +0000
committeritojun <itojun@pkgsrc.org>2003-03-13 07:21:42 +0000
commite4397c78a7bd7eb0c200429cc56f1a2f95d62a2a (patch)
treebaa9dd5a0a6a25aef84abef732abf5222eaa8168 /mail/qpopper
parent8ba42278c53eb139dfa99837b8afea33003fd249 (diff)
downloadpkgsrc-e4397c78a7bd7eb0c200429cc56f1a2f95d62a2a.tar.gz
enable IPv6 pop service
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/MESSAGE7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/qpopper/MESSAGE b/mail/qpopper/MESSAGE
index 98a2bcad725..9711dcc8d70 100644
--- a/mail/qpopper/MESSAGE
+++ b/mail/qpopper/MESSAGE
@@ -1,9 +1,10 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2002/05/03 15:09:50 taca Exp $
+$NetBSD: MESSAGE,v 1.2 2003/03/13 07:21:42 itojun Exp $
-In order to enable POP service, you should add the following line
+In order to enable POP service, you should add the following lines
to your /etc/inetd.conf:
- pop3 stream tcp nowait root ${LOCALBASE}/libexec/qpopper qpopper -s
+ pop3 stream tcp nowait root ${LOCALBASE}/libexec/qpopper qpopper -s
+ pop3 stream tcp6 nowait root ${LOCALBASE}/libexec/qpopper qpopper -s
===========================================================================