• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

how to disable webmail login page

I dont know if you can disable the page, but you can disable webmail on a per domain basis. It can be found in the domain under mail > mail preferences.

Edit: Also, you can remove the DNS record for "webmail" in that domain. That will prevent anyone from seeing a horde login page. (apache redirects urls starting with webmail.* to the horde login)
 
You can always disable anything.

Just move and rename the file and/or chmod it.

On my distro FreeBSD 5.4/6.x the root is /usr/local/psa/psa-horde/imp/login.php

Just hop on and as root chmod 0000 login.php

Not the best solution in the world, but it will sure keep people from logging in.

J
 
Back
Top