initial commit of file from CVS for smeserver-xinetd on Sat Sep 7 21:17:13 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 21:17:13 +10:00
parent 2013a03afb
commit 89c56284a6
20 changed files with 535 additions and 2 deletions

View File

@@ -0,0 +1 @@
enabled

View File

@@ -0,0 +1 @@
service

View File

@@ -0,0 +1,3 @@
{
$DB->hosts_allow_spec('smtp', 'in.smtp');
}

View File

@@ -0,0 +1,9 @@
#
# This is the master xinetd configuration file. Settings in the
# default section will be inherited by all service configurations
# unless explicitly overridden in the service configuration. See
# xinetd.conf in the man pages for a more detailed explanation of
# these attributes.
defaults
\{

View File

@@ -0,0 +1,5 @@
# The next two items are intended to be a quick access place to
# temporarily enable or disable services.
#
# enabled =
# disabled =

View File

@@ -0,0 +1,5 @@
# Define general logging characteristics.
log_type = SYSLOG daemon info
log_on_failure = HOST
log_on_success = PID HOST DURATION EXIT

View File

@@ -0,0 +1,9 @@
# Define access restriction defaults
#
# no_access =
# only_from =
# max_load = 0
cps = 50 10
instances = 50
per_source = 10

View File

@@ -0,0 +1,6 @@
# Address and networking defaults
#
# bind =
# mdns = yes
v6only = no

View File

@@ -0,0 +1,6 @@
# setup environmental attributes
#
# passenv =
groups = yes
umask = 002

View File

@@ -0,0 +1,5 @@
# Generally, banners are not used. This sets up their global defaults
#
# banner =
# banner_fail =
# banner_success =

View File

@@ -0,0 +1 @@
\}

View File

@@ -0,0 +1,2 @@
# include directory by the contrib
includedir /etc/xinetd.d