You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-mta/qpsmtpd/files/qpsmtpd.xinetd

21 lines
526 B

# 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
}