Hi, I cannot access the Mail Settings in ISPConfig Rel 3.2.11p2. ASAIK, all other options are working fine. I´ve attached a screen cast showing the faulty behavior. Never been facing such an issue before. /Tilman
Just a guess: You manually created an alias for /mail in your web server settings, and this now redirects all requests for directories with the name mail in all vhosts to a webmail client, which means all requests when you try to access the ISPConfig mail module get redirected to the webmail client and not to ISPConfig. Remove that alias or alter it to /webmail
You nailed it. My intent was to move the roundcube page to a more readable location. Ok, now it´s webmail again.
Same problem with the warnings in the Server State Warning There are some warnings in your system log [More...] Where does the [More...] link points to?
Check the HTML code with developer tools of your browser or take a look at the ISPConfig code at git.ispconfig.org or check Apache/Nginx logs to see if ou find any error there.
For system log, it is <a href="#" data-load-content="monitor/log_list.php">[More...]</a> but the others behave mostly the same way e.g. <a href="#" data-load-content="monitor/show_data.php?type=server_load">[More...]</a> At git.ispconfig.org, I do not have access to the ISPConfig sources. May be, someone needs to add me to a group.
You do not even need to have an account to access the source code: https://git.ispconfig.org/ispconfig/ispconfig3/-/tree/develop
Ok, unbelievable, after playing around with some other options, and then trying again, the log is shown. Might be a problem of the enourmous amount of lines in it. The page indicator goes up to 3700, yes 3k7. Any ideas? Just FYI: Using the correct link, access to the sources works fine.
It seems as if you made a lot of config changes like doing resyncs or importing things, which then results in a lot of messages, and probably have debug mode enabled, which means a lot of info gets stored there.
Yup, you´re right. This was done while debugging the SSL issues. Good to talk about, loglevel has been set to warnings again. Thks.