blob: ada2404d6e2de0b3342f91086a7cf88655e9cbf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# These lines below will start the TeaPOP - POP Server
service pop-3
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/teapop
server_args = teapop
disable = no
}
|