KeyHelp
FAQ rund um KeyHelpSerververwaltung
Folgender Fehler wird in der E-Mail Warteschlange in KeyHelp angezeigt.
temporary failure. Command output: doveconf:
Fatal: Error in configuration file /etc/dovecot/conf.keyhelp.d/10-ssl.conf
line 4: ssl_ca: Can't open file /etc/ssl/keyhelp/mail-ca.crt: Permission
denied
Die Lösung:
Kommentiere die Zeile: ssl_ca in /etc/dovecot/conf.keyhelp.d/10-ssl.conf mit # aus.
also so: #ssl_ca = </etc/ssl/keyhelp/mail-ca.crt
Reboot
In der Konsole (root)
$ timedatectl status
zeigt:
Local time: Thu 2023-08-03 22:29:02 CEST
Universal time: Thu 2023-08-03 20:29:02 UTC
RTC time: Thu 2023-08-03 20:29:02
Time zone: Europe/Berlin (CEST, +0200)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
$ timedatectl list-timezones
zeigt: z.B
Etc/Greenwich
Etc/UCT
Etc/UTC
Etc/Universal
Etc/Zulu
Europe/Amsterdam
Europe/Andorra
Europe/Astrakhan
Europe/Athens
Europe/Belfast
Europe/Belgrade
Europe/Berlin
Europe/Bratislava usw.....
$ timedatectl set-timezone Europe/Berlin
setzt Zeitzone auf: Europe/Berlin
prüfen mit: $ timedatectl status
Fertig.