summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authoritojun <itojun>2003-03-13 07:21:42 +0000
committeritojun <itojun>2003-03-13 07:21:42 +0000
commit8707c2ac59a939fd64b9528a1e13ac6d9fb836ac (patch)
treebaa9dd5a0a6a25aef84abef732abf5222eaa8168 /mail/qpopper
parentb3302fd24a1f07a804e456ba83fbbfc61fc5b9f5 (diff)
downloadpkgsrc-8707c2ac59a939fd64b9528a1e13ac6d9fb836ac.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
===========================================================================