diff options
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r-- | etc/inetd.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index be1bf69e9240..12bad1601099 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -39,3 +39,7 @@ kshell stream tcp nowait root /usr/libexec/rshd rshd -k #rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd #rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd #walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld +# +# example entry for the pop3 server +#pop3 stream tcp nowait root /usr/local/etc/popper popper +# |