update ..

This commit is contained in:
2024-07-13 23:31:55 +02:00
parent 6125f8d21e
commit e3bc531aea
15 changed files with 632 additions and 7 deletions

View File

@ -1,5 +1,9 @@
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
## - cadus.org
## -
cadus.org :[mail.cadus.org]
## - a.mx.oopen.de
## -
## - create relay-domain list for host a.mx.oopen.de:

View File

@ -16,3 +16,7 @@
# d.mx.oopen.de (listen server)
95.217.204.227
2a01:4f9:4a:47e5::227
# b.mx.oopen.de
162.55.82.73/32
2a01:4f8:271:1266::73

View File

@ -20,3 +20,9 @@
# give truested hostnames here
# host b.mx.oopen.de
^b\.mx\.oopen\.de$
# host d.mx.oopen.de
^d\.mx\.oopen\.de$

View File

@ -16,3 +16,7 @@
# d.mx.oopen.de (listen server)
95.217.204.227
2a01:4f9:4a:47e5::227
# b.mx.oopen.de
162.55.82.73/32
2a01:4f8:271:1266::73

View File

@ -89,7 +89,7 @@ UsePrivilegeSeparation {{ sshd_use_privilege_separation }}
# The server disconnects after this time if the user has not
# successfully logged in.
# The default is 120 seconds.
LoginGraceTime 120
LoginGraceTime = {{ sshd_login_grace_time | default('120') }}
# Specifies whether root can log in using ssh(1).
# The default is "yes".