diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2004-06-20 05:18:30 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2004-06-20 05:18:30 +0000 |
commit | 107ab1c86e995332dbaf688211ff37c5f4a12740 (patch) | |
tree | 4a96f8aab0841cc24d62b6ad86f38dddd8202ab8 /etc/inetd.conf | |
parent | f3d96fbe9f8d685796905fd77130026d831158f7 (diff) |
pop3 over tcp6
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r-- | etc/inetd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 5381f516087..ecdaedd8a18 100644 --- a/etc/inetd.conf +++ b/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 |