blob: f073aca8b364cd189de8fea3c4c493c090dd397b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
service pop3
{
socket_type = stream
wait = no
user = nobody
server = /usr/bin/dbmail-pop3d
protocol = tcp
server_args = -n
log_on_failure += USERID
disable = yes
# env = EVENT_NOEPOLL=yes
# instances = 200
}
|