summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoritojun <itojun>2003-03-13 07:21:42 +0000
committeritojun <itojun>2003-03-13 07:21:42 +0000
commitc4836e3187b1be181648382c7bb7bda5cf864f8a (patch)
treebaa9dd5a0a6a25aef84abef732abf5222eaa8168 /mail
parent5514a0ae34e5b7683add4753b44993a131a177b6 (diff)
downloadpkgsrc-c4836e3187b1be181648382c7bb7bda5cf864f8a.tar.gz
enable IPv6 pop service
Diffstat (limited to 'mail')
-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
===========================================================================