MAIL not accessible in the Web GUI

Discussion in 'ISPConfig 3 Priority Support' started by tilman, May 23, 2024.

Tags:
  1. tilman

    tilman Member HowtoForge Supporter

    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
     

    Attached Files:

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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
     
  3. tilman

    tilman Member HowtoForge Supporter

    You nailed it.
    My intent was to move the roundcube page to a more readable location.
    Ok, now it´s webmail again.
     
  4. tilman

    tilman Member HowtoForge Supporter

    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?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Maybe you created an alias for /monitor ?
     
  6. tilman

    tilman Member HowtoForge Supporter

    Nope, Monitor works fine.
    What I was asking for, is the option to view the system logs.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  8. tilman

    tilman Member HowtoForge Supporter

    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.
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

  10. tilman

    tilman Member HowtoForge Supporter

    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.
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  12. tilman

    tilman Member HowtoForge Supporter

    Yup, you´re right. This was done while debugging the SSL issues.
    Good to talk about, loglevel has been set to warnings again.
    Thks.
     

Share This Page