• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Webmail no longer reachable

mivogtLU

New Pleskian
Hi there I am using a root server
hosted by 1&1
running Cent OS 5
with plesk 11.5.x


Since the last weeks update to 11.5.29 my horde webmail only showed a login screen but always did redirect me to the login without any error msg.
I tryed to uninstall and reinstall horde via the component update/change dialog on plesk and also via shell using yum.
Both did not change the problem. So I made a try to get rid of horde and change to roundcube - sadly I struggle somewhere....

Having a look to the panel options I activated roundcube 0.8.6 as offerd in the webmailer menue.
I also deativated atmail and horde webmail.
If I call webmail.mydomain.com nothing happens - wanna say I am directed to the usual "getting up an new site here sonn" screen instead of the webmailer login.

Meanwhile I also did the update to plesk 11.5.30 yesterday but nothing changed so far about my problem.

This for I gave the manually way a go.
I did full the install step-by-step as offerd on
http://blog.kiel.com.au/2012/04/installing-roundcube-to-plesk.html

So far I got plesk to show up the roundcube version 0.9.2 I installed from the source in the webmailer menue for selction.
But still nothing to do a login on ...

I did the
vi /etc/httpd/conf.d/roundcube.conf
<VirtualHost SERVER_IP:80>
ServerName webmail
ServerAlias webmail.*
DocumentRoot /var/www/roundcube
<Directory "/var/www/roundcube">
</Directory>
</VirtualHost>

to redirect the (hmm?) subdomain webmail.mydomain.com
I also did the
If you want to add dns records to all the domains on your hosting you can run this script
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -Ns -e "select name from domains" | xargs -I {} /usr/local/psa/bin/./dns --add {} -a roundcube -ip SERVER_IP
Also add an entry into your plesk DNS template, so any newly added domains will have this dns record automatically
Now you should be able to using roundcube on any domain with the "http://roundcube.domain.com"
stuff

but still neither webmail.mydomain.com nor roundcube.mydomain.com works.

So any hint or help is realy realy needed

Thanks in advance so much


Michael
I am still directed to the "new site soon" display instead of roundcube ...
 
Back
Top