summaryrefslogtreecommitdiff
blob: 71cb21c2b98e618d1ad43d3b6b298b9ec2842b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# default: off
# description: The telnet server serves telnet sessions; it uses \
#	unencrypted username/password pairs for authentication.

service smtp
{
    flags           = REUSE
    socket_type     = stream
    wait            = no
    user            = smtpd
    group           = smtpd
    groups          = yes
    log_on_failure += USERID HOST
    disable         = yes
    rlimit_as       = 128M
    instances       = 40
    per_source      = 10
    cps             = 50 10
    server          = /usr/bin/qpsmtpd
}