summaryrefslogtreecommitdiff
path: root/community/dbmail/dbmail-timsieved.xinetd
blob: 69f6dd66b76eaca1ffeb0c8d9c358f26d00ffb0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
service sieve
{
#      port            = 2000
#      type            = UNLISTED
      socket_type     = stream
      wait            = no
      user            = nobody
      server          = /usr/bin/dbmail-timsieved
      protocol        = tcp
      server_args     = -n
      log_on_failure  += USERID
      disable         = yes
#      env             = EVENT_NOEPOLL=yes
#      instances       = 200
}