From 2ae4d4b58827f70a051ae13fb34946430a7d9bb0 Mon Sep 17 00:00:00 2001 From: itojun <> Date: Sun, 20 Jun 2004 05:18:29 +0000 Subject: [PATCH] pop3 over tcp6 --- src/etc/inetd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 5381f516..ecdaedd8 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.53 2004/06/02 02:22:03 brad Exp $ +# $OpenBSD: inetd.conf,v 1.54 2004/06/20 05:18:29 itojun Exp $ # # Internet server configuration database # @@ -23,6 +23,7 @@ ident stream tcp6 nowait _identd /usr/libexec/identd identd -el [::1]:comsat dgram udp6 wait root /usr/libexec/comsat comsat #ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd #pop3 stream tcp nowait root /usr/sbin/popa3d popa3d +#pop3 stream tcp6 nowait root /usr/sbin/popa3d popa3d # Internal services #echo stream tcp nowait root internal #echo stream tcp6 nowait root internal