summaryrefslogtreecommitdiff
path: root/community/dbmail/dbmail-lmtpd.xinetd
blob: 0a0e056204630c16c86f5db98b9b25e2c47c0227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
service lmtp
{
      port            = 24
      type            = UNLISTED
      socket_type     = stream
      wait            = no
      user            = nobody
      server          = /usr/bin/dbmail-lmtpd
      protocol        = tcp
      server_args     = -n
      log_on_failure  += USERID
      disable         = yes
}