• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

AtMail as webmail shows blank page (HTTP error 500) under HTTPS connection

J

jrlo2

Guest
When I select AtMail as the webmail client, it works fine when connecting using HTTP (non-secure).
If I attempt to connect over HTTPS (secure connection) in my browser, it shows an HTTP 500 error page (after giving the certificate warning and connecting securely).

Any ideas? Horde webmail works fine in this same manner when using HTTPS. AtMail says they support operation over an HTTPS connection.

My platform :
Plesk 9.3 on FreeBSD v6.3 for x86
 
Yes, it is known problem with HTTPS and Atmail. We have already submitted bugreport regarding this problem. I hope it will be fixed soon.
 
I am running Plesk 9.3 on Ubuntu 8.04 and I get the error below when using https://webmail....
(after accepting the certificate).
http://webmail... works fine.
Is this the same reason as filed in the bug request?
BTW. What is the number and the status of the bug request?

Regards
latimer


require_once(Global.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/atmail/index.php on line 17

Fatal error: require_once() [function.require]: Failed opening required 'Global.php' (include_path='/var/www/atmail:.') in /var/www/atmail/index.php on line 17
 
atmail / HTTPS workaround

Same problem with atmail / HTTPS here, but on debian and Panel 9.5.2:
Failed opening required 'Global.php'

Could work around it by manualy fixing the file
/etc/apache2/conf.d/zzz_atmail_vhost.conf

There are 2 VirtualHosts defined there.
Look out for "php_admin_value include_path" . The value in the :80
VirtualHost (HTTP) seems to be fine. The value in the :443 section
was different - and obviously wrong.

I don't like fiddling around there, but this HAS TO WORK so i
just repaired it .. hope it helps.

Regards, Ralf
 
Back
Top