Hallo,
wie kann ich verhindern, dass folgende Konfiguration bei jedem SE-Update überschrieben wird?
Diff
# diff -Naur /usr/local/pd-admin2/dovecot-2.2/etc/dovecot/ /usr/local/pd-admin2/dovecot-2.2/etc/dovecot.2021-04-12-20\:56\:53/
diff -Naur /usr/local/pd-admin2/dovecot-2.2/etc/dovecot/conf.d/10-ssl.conf /usr/local/pd-admin2/dovecot-2.2/etc/dovecot.2021-04-12-20:56:53/conf.d/10-ssl.conf
--- /usr/local/pd-admin2/dovecot-2.2/etc/dovecot/conf.d/10-ssl.conf 2021-04-12 20:56:53.542070193 +0200
+++ /usr/local/pd-admin2/dovecot-2.2/etc/dovecot.2021-04-12-20:56:53/conf.d/10-ssl.conf 2021-04-12 21:08:05.366416306 +0200
@@ -64,3 +64,9 @@
ssl_key = </usr/local/pd-admin2/share/imapd.pem
ssl_cert = </usr/local/pd-admin2/share/imapd.pem
ssl_ca = </usr/local/pd-admin2/share/imapd.cacert
+ssl_protocols = !SSLv3 !TLSv1 !TLSv1.1
+ssl_cipher_list = TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384
+ssl_prefer_server_ciphers = yes
+ssl_dh_parameters_length=4096
+ssl = required
+disable_plaintext_auth = yes
diff -Naur /usr/local/pd-admin2/dovecot-2.2/etc/dovecot/conf.d/20-lmtp.conf /usr/local/pd-admin2/dovecot-2.2/etc/dovecot.2021-04-12-20:56:53/conf.d/20-lmtp.conf
--- /usr/local/pd-admin2/dovecot-2.2/etc/dovecot/conf.d/20-lmtp.conf 2021-04-06 15:31:46.000000000 +0200
+++ /usr/local/pd-admin2/dovecot-2.2/etc/dovecot.2021-04-12-20:56:53/conf.d/20-lmtp.conf 2020-06-27 14:55:42.768591000 +0200
@@ -15,6 +15,6 @@
protocol lmtp {
# Space separated list of plugins to load (default is global mail_plugins).
-# mail_plugins = $mail_plugins sieve
+ mail_plugins = $mail_plugins sieve
}
diff -Naur /usr/local/pd-admin2/dovecot-2.2/etc/dovecot/conf.d/greeting.conf /usr/local/pd-admin2/dovecot-2.2/etc/dovecot.2021-04-12-20:56:53/conf.d/greeting.conf
--- /usr/local/pd-admin2/dovecot-2.2/etc/dovecot/conf.d/greeting.conf 1970-01-01 01:00:00.000000000 +0100
+++ /usr/local/pd-admin2/dovecot-2.2/etc/dovecot.2021-04-12-20:56:53/conf.d/greeting.conf 2020-05-30 13:10:26.691294000 +0200
@@ -0,0 +1,2 @@
+login_greeting = XYZ
+
Alles anzeigen