summaryrefslogtreecommitdiff
path: root/community/dbmail/dbmail-lmtpd.xinetd
blob: 63365fee44ad8e9b1c2990147b3132cc803c4cb4 (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/sbin/dbmail-lmtpd
      protocol        = tcp
      server_args     = -n
      log_on_failure  += USERID
      disable         = yes
}