• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Webmail not in actoin

C

cyberdude

Guest
I upgraded to the new plesk yesterday and there is no webmail directory in my vhost, and now i cannot goto webmail can anybody tell me what is the problem

Thanks
 
It seems they have changed the location to

/usr/share/psa-horde

I'm having trouble with the fact that they excluded turba (the contact manager) ANyone know how to install it manually???
 
Originally posted by cyberdude
I upgraded to the new plesk yesterday and there is no webmail directory in my vhost, and now i cannot goto webmail can anybody tell me what is the problem

Thanks

vim /etc/httpd/conf/httpd.include

and change the home/httpd/vhosts/webmail to

/usr/share/psa-horde/

like this:

<VirtualHost \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
>
DocumentRoot /usr/share/psa-horde/
Alias /horde/ /usr/share/psa-horde/
Alias /imp/ /usr/share/psa-horde/imp/
ServerName webmail
ServerAlias webmail.*
UseCanonicalName Off
<Directory /usr/share/psa-horde>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off
php_admin_value open_basedir "/usr/share/psa-horde:/etc/psa-horde:/etc/psa:/tmp:/var/log:/usr/share/doc"
php_admin_value include_path "/usr/share/psa-horde:/usr/share/psa-horde/pear:."
</IfModule>
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

Keep in mind that xxx.xxx.xxx.xxx is where you should put your ip addresses

but yes, i am also having issues logging in to the horde webmail client. dunno what is it, it seems to be a problem of mere coding on what session handling has a bug or something, it works when it wants to, not everytime, thats why i think it has to be a coding bug.

Best regards,
 
Turn off trans_sid and see if that resolves it for you. Next to the other php_admin_flag entries, put:

php_admin_flag session.use_trans_sid false

Horde doesn't like it if it's on; it can cause it to think a user has logged in twice, etc. If that doesn't resolve it, then it probably has something to do with the cookie path setting in horde. First try this and see if it resolves it.

-J
 
Since upgrading to 7.5.3 I also have a webmail problem. I checked the httpd.include at it pointed to the correct /usr/share/psa-horde directory and adding the trans_sid tag did not help. Everything appeared to work fine after the upgrade last night and it was not until noon today that people started getting the error, when loading the webmail interface.

A fatal error has occurred
Required 'Array' not specified in DataTree SQL configuration. The file /config/conf.php should contain a $conf['storage']['params']['Array'] setting.

Êã ÃÃÙ ÇáÊÃÇÕíá áãÃíÑ ÇáäÙÇã

I'm not sure what the bottom error says :)

Any help is much appreciated,
 
Re: Re: Webmail not in actoin

Originally posted by JLChafardet
vim /etc/httpd/conf/httpd.include

and change the home/httpd/vhosts/webmail to

/usr/share/psa-horde/

So, does this mean, that everybody who has 7.5.2 and use
webmail should _not_ update to 7.5.3?
 
no it isnt, but horde probably should keep the old version, i cant get the darn horde to work, it works in some domains in others it doesnt.

freaking wierd thing.

regards,
 
Me too...

Originally posted by Jayson
Since upgrading to 7.5.3 I also have a webmail problem. I checked the httpd.include at it pointed to the correct /usr/share/psa-horde directory and adding the trans_sid tag did not help. Everything appeared to work fine after the upgrade last night and it was not until noon today that people started getting the error, when loading the webmail interface.

A fatal error has occurred
Required 'Array' not specified in DataTree SQL configuration. The file /config/conf.php should contain a $conf['storage']['params']['Array'] setting.

Êã ÃÃÙ ÇáÊÃÇÕíá áãÃíÑ ÇáäÙÇã

I'm not sure what the bottom error says :)

Any help is much appreciated,

Just wanted to weigh in and say that I have the exact same problem. Does anyone think this is similar to the problem that occurred with the last upgrade where a new PHP version screwed everything up? I find it odd that none of my PHP applications are working properly.
 
Same as last time...

I did a little digging and checked my posts from the last time a similar problem like this happened. I found one of my posts from December last year which once again fixed my problems. For the record this applies to FC2 with PHP 4.3.10 on Plesk 7.5.3. Here is the information -

Go to the ‘/etc/php.d’ directory and edit a file called ‘ioncube.ini’ by commenting out the following line -

;zend_extension=/usr/lib/php4/ioncube_loader_lin_4.3.so

I restarted Apache (#service httpd restart) and everything is now working as I expect it to.

Wow, what have they done to Horde!
 
HEY! Thanks for posting that. That fixed my issue with PHP not working anywhere. :)

FOR THOSE WITH WEBMAIL NOT WORKING

I noticed NO config settings for webmail anywhere to be found in the httpd.include file.

I just did a re-install (RPM, rpm -Uvh *.rpm --force) and when it got done, all is well!! Webmail works again.

Yea! I can sleep now.
 
Question

I have a question regarding the instructions that were given. Here are the instructions that I am referring to -

wget http://downloads.ioncube.com/loader..._lin_x86.tar.gz

tar -xzf ioncube_loaders_lin_x86.tar.gz

cd ioncube
vi /etc/php.d/ioncube.ini
cp ioncube_loader_lin_* /usr/lib/php4/
/etc/init.d/httpd restart

The part I don't understand is the line "vi /etc/php.d/ioncube.ini". This command will start an editor but no mention is made regarding what should be edited. I have the following in my 'ioncube.ini' file -

zend_extension=/usr/lib/php4/ioncube_loader_lin_4.3.so

Should something be changed?

Thanks
 
If horde is not working, install the psa-horde and psa-imp packages from the base installation directory.
 
Originally posted by hardweb
If horde is not working, install the psa-horde and psa-imp packages from the base installation directory.

I already got psa-horde and psa-imp installed with
the brandnew 7.5. Then I made the update to 7.5.2 and
everything works fine. So, why the heck should I install
a buggy update of 7.5.3 which will kill my horde for
webmailing? :-(

I still feel so unsure, if I really should make this risk.
Remember: Never change a running system.
 
Re: Question

I think, ioncube cannot be and should also not be a theme
to fix the bug of Plesk for their update-failure from 7.5.2 to 7.5.3
 
lol this is a lot of lol

you are allowed to laugh at me (in fact i do) but my horde problem got solved when I uninstalled the GoogleWebAccelerator from my computer, i think it was doing something wrong.

Thanks for the trouble,

Regards,
 
Same problem -> Just upgraded to 7.5.3

-> My httpd.include is already set to /usr/share/psa-horde/
-> Added 'php_admin_flag session.use_trans_sid false' with no luck
-> Disabled ioncube when I had version 7.5.2 due to the issue I was having with that version of Webmail, never re-enabled it or updated it
-> Webmail works for some domains, and doesn't work for some domains

I just receive the lame 'Login failed' every time.


Anyone having the same problem? Anyone have a solution?


Thanks!
 
Back
Top