diff options
author | Prakash Shetty <crux@gentoo.org> | 2001-06-30 12:31:34 +0000 |
---|---|---|
committer | Prakash Shetty <crux@gentoo.org> | 2001-06-30 12:31:34 +0000 |
commit | 49dda3b58391a14d983d9c8cd3fa77220889a8bc (patch) | |
tree | 5725d6cc43f433d5fd1e1a1d7e468972029a2da7 /net-mail/teapop/files/tpop.xinetd | |
parent | A clone of Pico with more feature and smaller size. (diff) | |
download | historical-49dda3b58391a14d983d9c8cd3fa77220889a8bc.tar.gz historical-49dda3b58391a14d983d9c8cd3fa77220889a8bc.tar.bz2 historical-49dda3b58391a14d983d9c8cd3fa77220889a8bc.zip |
A POP Server with Maildir,Virtual Domains,Multiple IP's etc Support.
Diffstat (limited to 'net-mail/teapop/files/tpop.xinetd')
-rw-r--r-- | net-mail/teapop/files/tpop.xinetd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mail/teapop/files/tpop.xinetd b/net-mail/teapop/files/tpop.xinetd new file mode 100644 index 000000000000..cf9d2e90ef12 --- /dev/null +++ b/net-mail/teapop/files/tpop.xinetd @@ -0,0 +1,10 @@ +# These lines below will start the TeaPOP - POP Server +service pop3 +{ + socket_type = stream + protocol = tcp + wait = no + user = root + server = /usr/libexec/teapop + server_args = teapop +} |