enable IPv6 pop service

This commit is contained in:
itojun 2003-03-13 07:21:42 +00:00
parent 8ba42278c5
commit e4397c78a7

View file

@ -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
===========================================================================