initial commit of file from CVS for qpsmtpd on Fri 14 Jul 16:16:28 BST 2023

This commit is contained in:
Brian Read
2023-07-14 16:16:28 +01:00
parent 6dc6d5f185
commit 402a95f45e
40 changed files with 1641 additions and 1 deletions

19
qpsmtpd-xinetd Normal file
View File

@@ -0,0 +1,19 @@
# default: on
# 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
groups = yes
server = /usr/sbin/in.qpsmtpd
log_on_failure += USERID
disable = yes
rlimit_as = 128M
instances = 40
per_source = 10
cps = 50 10
}