Hello After installing and configuring Horde according to this link, https://www.howtoforge.com/tutorial/install-horde-5-webmail-for-ispconfig-on-debian-jessie/ I cannot add an e-mail account in ISPConfig and access the already added ones. After clicking, the circle will spin and nothing will happen. What could I ruin by installing Horde. Maybe someone has an idea. Thanks in advance.
Try this first: https://www.howtoforge.com/community/threads/please-read-before-posting.58408/ Maybe some service is not running? Check with Code: systemctl --state=failed
Results: Code: systemctl --state=failed UNIT LOAD ACTIVE SUB DESCRIPTION ● logrotate.service loaded failed failed Rotate log files LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. 1 loaded units listed. Pass --all to see loaded but inactive units, too. To show all installed unit files use 'systemctl list-unit-files'. Code: wget -q -O htf-common-issues.php "http://gitplace.net/pixcept/ispconfig-tools/raw/stable/htf-common-issues.php" && php -q htf-common-issues.php ##### SERVER ##### IP-address (as per hostname): ***.***.***.*** [WARN] could not determine server's ip address by ifconfig [INFO] OS version is Debian GNU/Linux 10 (buster) [INFO] ISPConfig is installed. ##### ISPCONFIG ##### ISPConfig version is 3.1.15p3 ##### VERSION CHECK ##### [INFO] php (cli) version is 7.3.14-1~deb10u1 ##### PORT CHECK ##### ##### MAIL SERVER CHECK ##### ##### RUNNING SERVER PROCESSES ##### [INFO] I found the following web server(s): Apache 2 (PID 990) [INFO] I found the following mail server(s): Postfix (PID 1205) [INFO] I found the following pop3 server(s): Dovecot (PID 723) [INFO] I found the following imap server(s): Dovecot (PID 723) [INFO] I found the following ftp server(s): PureFTP (PID 1106) ##### LISTENING PORTS ##### (only () Local (Address) [anywhere]:465 (1205/master) [anywhere]:21 (1106/pure-ftpd) ***.***.***.***:53 (603/named) [localhost]:53 (603/named) [anywhere]:22 (631/sshd) [anywhere]:25 (1205/master) [localhost]:953 (603/named) [localhost]:6010 (14686/sshd:) [anywhere]:993 (723/dovecot) [anywhere]:995 (723/dovecot) [localhost]:10023 (857/postgrey) [localhost]:10024 (1220/amavisd-new) [localhost]:10025 (1205/master) [localhost]:10026 (1220/amavisd-new) [localhost]:10027 (1205/master) [anywhere]:587 (1205/master) [localhost]:11211 (554/memcached) [anywhere]:110 (723/dovecot) [anywhere]:143 (723/dovecot) *:*:*:*::*:465 (1205/master) *:*:*:*::*:8081 (990/apache2) *:*:*:*::*:21 (1106/pure-ftpd) *:*:*:*::*:53 (603/named) *:*:*:*::*:22 (631/sshd) *:*:*:*::*:25 (1205/master) *:*:*:*::*:953 (603/named) *:*:*:*::*:6010 (14686/sshd:) *:*:*:*::*:443 (990/apache2) *:*:*:*::*:993 (723/dovecot) *:*:*:*::*:995 (723/dovecot) *:*:*:*::*:10023 (857/postgrey) *:*:*:*::*:10024 (1220/amavisd-new) *:*:*:*::*:10026 (1220/amavisd-new) *:*:*:*::*:3306 (706/mysqld) *:*:*:*::*:587 (1205/master) [localhost]10 (723/dovecot) [localhost]43 (723/dovecot) *:*:*:*::*:8080 (990/apache2) *:*:*:*::*:80 (990/apache2) ##### IPTABLES ##### Chain INPUT (policy ACCEPT) target prot opt source destination f2b-postfix-sasl tcp -- [anywhere]/0 [anywhere]/0 multiport dports 25 Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain f2b-postfix-sasl (1 references) target prot opt source destination RETURN all -- [anywhere]/0 [anywhere]/0
Maybe the Horde installation instructions are too old, and do not work on Debian Buster? Why not use the Roudcube webmail?
I uninstalled Horde but it didn't help. Code: pear uninstall `pear list -c horde | tail -n +4 | awk '{ print "horde/"$1 }'`
Have you tried with a browser in privacy mode? What do the logs tell? (Of your browser (developer console) and Apache logfiles)?