PDA

View Full Version : how to disable webmail login page


RuthServer
23rd June 2006, 12:45 PM
hi,

is it possible to disable the horde webmail loginpage: http://webmail.MyDomain.com/imp/login.php

crnunez
23rd June 2006, 01:27 PM
No, it isn't possible.

jens.jensen
24th June 2006, 11:13 PM
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)

DCNet_James
26th June 2006, 05:19 PM
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