Hi all Hi list
my linux box is CentOS 5.4 it is properly updated I use the old old stable version 0.1.1 of roundcubemail , which is contained in the deposit EPEL I preferred to continue using the version contained in the official repositories of CentOS
I use postgresql This is correctly configured as described in the INSTALL file
I use the standard PHP of CentOS distribution (http://fakessh.eu/ it is the phpinfo(); page )
my problem is that I see appear the login page (http://fakessh.eu/roundcubemail ) I enter all data but I do not understand why I can not fit into the webmail
thanks for all your feedback SL nb : 'Buddha' peace themselve _______________________________________________ List info: http://lists.roundcube.net/users/
On Nov 11, 2009, at 11:00 AM, fakessh@fakessh.eu wrote:
I preferred to continue using the version contained in the official repositories of CentOS
Even if that means your server will be compromised ?
Since Fedora is upstream for CentOS, most / many Fedora rpms work and
install fine.
For the safety of your users ( and others that may be attacked by
your compromised system ), please upgrade by any means possible.
At least poke at the roundcube maintainer for CentOS to get the
package updated.
It looks like the same person maintains both the Fedora package and
the CentOS package.
<http://rpmfind.net//linux/RPM/epel/5/x86_64/
roundcubemail-0.1.1-5.el5.noarch.html>
<http://rpmfind.net//linux/RPM/fedora/updates/11/i386/
roundcubemail-0.3-1.fc11.noarch.html>
Perhaps an e-mail from you could get him to push a newer RoundCube to
EPEL.
my problem is that I see appear the login page (http://fakessh.eu/roundcubemail ) I enter all data but I do not understand why I can not fit into the webmail
Without a better description of the problem ( error messages would be
helpful ), I can't help.
However, it sounds to me like RoundCube can't log into your IMAP
service.
Le jeudi 12 novembre 2009 00:43, chasd a écrit :
On Nov 11, 2009, at 11:00 AM, fakessh@fakessh.eu wrote:
I preferred to continue using the version contained in the official repositories of CentOS
Even if that means your server will be compromised ?
my system did not seem to be compromised and how do I know, yes or no compromise
Since Fedora is upstream for CentOS, most / many Fedora rpms work and install fine.
how do you package of Karanbir Singh kbsingh@centos.org roundcubemail-0.2.1-1.el5.kb.noarch.rpm
packets contained in the deposit are classified as on , safety , and security on the CentOS wiki page
For the safety of your users ( and others that may be attacked by your compromised system ), please upgrade by any means possible. At least poke at the roundcube maintainer for CentOS to get the package updated. It looks like the same person maintains both the Fedora package and the CentOS package. http://rpmfind.net//linux/RPM/epel/5/x86_64/ roundcubemail-0.1.1-5.el5.noarch.html http://rpmfind.net//linux/RPM/fedora/updates/11/i386/ roundcubemail-0.3-1.fc11.noarch.html
or advise me of you actually use the package last fedora
Perhaps an e-mail from you could get him to push a newer RoundCube to EPEL.
my problem is that I see appear the login page (http://fakessh.eu/roundcubemail ) I enter all data but I do not understand why I can not fit into the webmail
Without a better description of the problem ( error messages would be helpful ), I can't help. However, it sounds to me like RoundCube can't log into your IMAP service.
List info: http://lists.roundcube.net/users/
On Nov 12, 2009, at 5:08 AM, fakessh@fakessh.eu wrote:
Even if that means your server will be compromised ?
my system did not seem to be compromised and how do I know, yes or no compromise
You may not know, that is one of the problems.
A server can get compromised and it is difficult to find a trail that
shows you.
There was a message posted to the RoundCube Development list on 11
Nov titled " html2text conversion script vulnerability " you might
want to read from the archives.
I see from one of your later posts you upgraded, I am thankful.
As for your problem :
I would make sure the " logs " directory in the " roundcubemail "
directory is writable by the web server process. That is where the
logs are written, and if the web server process doesn't have
permissions to write to that directory, you won't get logging.
PHP errors should be written to the web server log, which should be
at /var/log/httpd/error_log.
You should make sure logging to that file is turned on in the /etc/
php.ini file.
I would recommend you deploy RoundCube on a server not connected to
the internet first. That way you could allow PHP to display errors on
the web page. Then, once you get RoundCube working on a test server,
you can deploy it on a public-facing internet server.