hilfe mein git ist komisch
This commit is contained in:
13
etc/dovecot/conf.d/10-plesk-security.conf
Normal file
13
etc/dovecot/conf.d/10-plesk-security.conf
Normal 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
|
||||
7
etc/dovecot/conf.d/11-plesk-security-ssl.conf
Normal file
7
etc/dovecot/conf.d/11-plesk-security-ssl.conf
Normal 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
|
||||
28
etc/dovecot/conf.d/15-plesk-auth.conf
Normal file
28
etc/dovecot/conf.d/15-plesk-auth.conf
Normal 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:
|
||||
21
etc/dovecot/conf.d/20-plesk-quota-warning.conf
Normal file
21
etc/dovecot/conf.d/20-plesk-quota-warning.conf
Normal 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
|
||||
}
|
||||
}
|
||||
41
etc/dovecot/conf.d/90-plesk-sieve.conf
Normal file
41
etc/dovecot/conf.d/90-plesk-sieve.conf
Normal 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:
|
||||
8
etc/dovecot/conf.d/92-plesk-service-anvil.conf
Normal file
8
etc/dovecot/conf.d/92-plesk-service-anvil.conf
Normal 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
|
||||
}
|
||||
8
etc/dovecot/conf.d/92-plesk-service-auth.conf
Normal file
8
etc/dovecot/conf.d/92-plesk-service-auth.conf
Normal 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
|
||||
}
|
||||
9
etc/dovecot/conf.d/92-plesk-service-imap-login.conf
Normal file
9
etc/dovecot/conf.d/92-plesk-service-imap-login.conf
Normal 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
|
||||
}
|
||||
9
etc/dovecot/conf.d/92-plesk-service-imap.conf
Normal file
9
etc/dovecot/conf.d/92-plesk-service-imap.conf
Normal 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
|
||||
}
|
||||
9
etc/dovecot/conf.d/92-plesk-service-pop-login.conf
Normal file
9
etc/dovecot/conf.d/92-plesk-service-pop-login.conf
Normal 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
|
||||
}
|
||||
9
etc/dovecot/conf.d/92-plesk-service-pop.conf
Normal file
9
etc/dovecot/conf.d/92-plesk-service-pop.conf
Normal 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
|
||||
}
|
||||
6
etc/dovecot/conf.d/92-plesk-userip_connections.conf
Normal file
6
etc/dovecot/conf.d/92-plesk-userip_connections.conf
Normal 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
|
||||
Reference in New Issue
Block a user