initial commit of file from CVS for smeserver-xinetd on Sat Sep 7 21:17:13 AEST 2024
This commit is contained in:
1
root/etc/e-smith/db/configuration/defaults/xinetd/status
Normal file
1
root/etc/e-smith/db/configuration/defaults/xinetd/status
Normal file
@@ -0,0 +1 @@
|
||||
enabled
|
1
root/etc/e-smith/db/configuration/defaults/xinetd/type
Normal file
1
root/etc/e-smith/db/configuration/defaults/xinetd/type
Normal file
@@ -0,0 +1 @@
|
||||
service
|
3
root/etc/e-smith/templates/etc/hosts.allow/smtp
Normal file
3
root/etc/e-smith/templates/etc/hosts.allow/smtp
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
$DB->hosts_allow_spec('smtp', 'in.smtp');
|
||||
}
|
@@ -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
|
||||
\{
|
@@ -0,0 +1,5 @@
|
||||
# The next two items are intended to be a quick access place to
|
||||
# temporarily enable or disable services.
|
||||
#
|
||||
# enabled =
|
||||
# disabled =
|
@@ -0,0 +1,5 @@
|
||||
# Define general logging characteristics.
|
||||
log_type = SYSLOG daemon info
|
||||
log_on_failure = HOST
|
||||
log_on_success = PID HOST DURATION EXIT
|
||||
|
@@ -0,0 +1,9 @@
|
||||
# Define access restriction defaults
|
||||
#
|
||||
# no_access =
|
||||
# only_from =
|
||||
# max_load = 0
|
||||
cps = 50 10
|
||||
instances = 50
|
||||
per_source = 10
|
||||
|
@@ -0,0 +1,6 @@
|
||||
# Address and networking defaults
|
||||
#
|
||||
# bind =
|
||||
# mdns = yes
|
||||
v6only = no
|
||||
|
@@ -0,0 +1,6 @@
|
||||
# setup environmental attributes
|
||||
#
|
||||
# passenv =
|
||||
groups = yes
|
||||
umask = 002
|
||||
|
@@ -0,0 +1,5 @@
|
||||
# Generally, banners are not used. This sets up their global defaults
|
||||
#
|
||||
# banner =
|
||||
# banner_fail =
|
||||
# banner_success =
|
@@ -0,0 +1 @@
|
||||
\}
|
@@ -0,0 +1,2 @@
|
||||
# include directory by the contrib
|
||||
includedir /etc/xinetd.d
|
Reference in New Issue
Block a user