• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Web mail problem

S

shahin

Guest
Hi,

I am a newbie and having a problem with web mail on plesk,

I did install the plesk on a test server and every thing looks working fine, I did enable the web mail for the domain, but when I type:
http://webmail.mydomain.local it get redirected to start page of apache and it said It works!.

and when I go to the controle panel and to domain and then click on the web mail I get this error:

Not Found
The requested URL /horde/imp/login.php was not found on this server.

Apache/2.2.3 (Debian) mod_jk/1.2.18 mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch13 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8 Server at webmail.mydomain.local Port 80

I did chek for /horde/imap/login.php and could find it in /usr/share/psa-horde//imap/login.php I don't know maybe this is not it but anyway i could find this.

Any idea how to solve this issue?
 
normally webmail looks in its config to localhost.

Maybe your localhost is not correctly defined

try to ping to localhost and see if its goes to 127.0.0.1

if not add your localhost to /etc/hosts

127.0.0.1 localhost

Otherwise check your config of your webmail
 
Back
Top