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