summaryrefslogtreecommitdiff
path: root/community/dbmail/dbmail-pop3d.xinetd
blob: 6c5b06735548884eff84a29d1505ab5ac46a1453 (plain)
1
2
3
4
5
6
7
8
9
10
11
service pop3
{
      socket_type     = stream
      wait            = no
      user            = nobody
      server          = /usr/sbin/dbmail-pop3d
      protocol        = tcp
      server_args     = -n
      log_on_failure  += USERID
      disable         = yes
}