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