hilfe mein git ist komisch

This commit is contained in:
cutemeli
2026-01-08 18:34:49 +01:00
parent 710537a25d
commit b2d2dce845
4644 changed files with 94994 additions and 1763 deletions

View File

@@ -0,0 +1,13 @@
##
## Default values for security settings tunable by
## pci_compliance_resolver Plesk utility.
##
# PLEASE DON'T EDIT ANYTHING IN THIS FILE! ANY CHANGES WILL BE LOST ON UPGRADE.
# If 'no', disables the LOGIN command and all other cleartext authentication
# unless SSL/TLS is used (LOGINDISABLED capability) or the connection is secured.
# Note that if the remote IP matches the local IP (ie. you're connecting from the same computer),
# the connection is considered secure and plaintext authentication is allowed.
# See also ssl=required setting.
auth_allow_cleartext = yes

View File

@@ -0,0 +1,7 @@
ssl_server_dh_file=/opt/psa/etc/dhparams2048.pem
ssl_min_protocol=TLSv1.2
ssl_cipher_list=EECDH+AESGCM:EECDH+AESCCM:EECDH+CHACHA20:EECDH+ARIAGCM
ssl_server_prefer_ciphers=client
ssl=yes
ssl_server_cert_file=/etc/dovecot/private/dovecot.pem
ssl_server_key_file=/etc/dovecot/private/dovecot.pem

View File

@@ -0,0 +1,28 @@
##
## Authentication for Plesk mail users.
##
# PLEASE DON'T EDIT ANYTHING IN THIS FILE! ANY CHANGES WILL BE LOST ON UPGRADE.
service auth { # applies when blocking=no
user =
group =
}
service auth-worker { # applies when blocking=yes
user =
group =
}
passdb plesk {
}
sql_driver = sqlite
sqlite_path = /var/lib/plesk/mail/userdb/userdb.db
userdb sql {
query = SELECT quota AS quota_storage_size, 'popuser' AS uid, 'popuser' AS gid, domain_name AS domain FROM mailbox_quota WHERE mailbox_name = '%{user | username}' AND domain_name = '%{user | domain}';
}
# vim:ts=2 sts=2 sw=2 et:

View File

@@ -0,0 +1,21 @@
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
quota user {
warning warn-plesk-95-quota {
quota_storage_percentage = 95
execute quota-warning {
args = %{user}
}
}
}
service quota-warning {
executable = script /usr/lib/plesk-9.0/send-quota-warning
user = popuser
unix_listener quota-warning {
user = popuser
}
}

View File

@@ -0,0 +1,41 @@
##
## ManageSieve service and Sieve interpreter settings.
##
# PLEASE DON'T EDIT ANYTHING IN THIS FILE! ANY CHANGES WILL BE LOST ON UPGRADE.
# See example configuration files:
# /usr/share/doc/dovecot/example-config/conf.d/20-managesieve.conf
# /usr/share/doc/dovecot/example-config/conf.d/90-sieve.conf
protocols {
sieve = yes
}
protocol sieve {
}
protocol lda {
mail_plugins {
sieve = yes
}
}
sieve_script plesk {
path = ~/sieve
active_path = ~/.dovecot.sieve
}
# ToDo. Horde webmail (Ingo sieve backend) is not aware of RFC 'imap4flags' and
# 'enotify' extensions. Don't know what we going to do with it
# I've checked 'notify' and 'imapflags' and dovecot doesn't fails on start,
# however it doesn't on any random string actually. So likely it just ignores unknown extensions.
sieve_extensions {
enotify = yes
imap4flags = yes
}
# Log format compatible with Plesk statistics collector.
managesieve_logout_format = "rcvd=%{input}, sent=%{output}"
# vim:ts=2 sts=2 sw=2 et:

View File

@@ -0,0 +1,8 @@
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
service anvil {
client_limit = 2252
}

View File

@@ -0,0 +1,8 @@
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
service auth {
client_limit = 2252
}

View File

@@ -0,0 +1,9 @@
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
service imap-login {
service_restart_request_count = 1
process_limit = 1024
}

View File

@@ -0,0 +1,9 @@
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
service imap {
service_restart_request_count = 1
process_limit = 1024
}

View File

@@ -0,0 +1,9 @@
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
service pop3-login {
service_restart_request_count = 1
process_limit = 1024
}

View File

@@ -0,0 +1,9 @@
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
service pop3 {
service_restart_request_count = 1
process_limit = 1024
}

View File

@@ -0,0 +1,6 @@
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
mail_max_userip_connections = 10