summaryrefslogtreecommitdiff
path: root/community/dbmail/dbmail-imapd.xinetd
blob: 20f7d607dfb00b14f8804f61674c50eb2df12a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
service imap
{
      socket_type     = stream
      wait            = no
      user            = nobody
      server          = /usr/bin/dbmail-imapd
      protocol        = tcp
      server_args     = -n
      log_on_failure  += USERID
      disable         = yes
#      env             = EVENT_NOEPOLL=yes
#      instances       = 200
}