Hi Charles
Hi list
Hi all
Thank you for helping me, thanks to your great knowledge of roundcubemail
yet I have used only packages in CentOS deposits. I quote :
roundcubemail-0.2.1-1.el5.kb.noarch.rpm which corresponds to the stable
version 0.2.1
roundcubemail.noarch 0.1.1-5.el5 which corresponds to
the stable version 0.1.1
I trust the packager EPEL and packager karanbir singh
the only version that works is that the depot EPEL when my mailboxes
contained few messages
I have my system analysis with reference to the vulnerability "html2text
conversion script vulnerability" my system seems intact
did you look at my post last Tuesday Tue, 17 Nov 2009 21:39:40 +0100 (CET)
roundcubemail seems to be sensitive to the version of php and php-mcrypt, it
seems that roundcubemail sends a password crypt imap server
I currently installed in one of my vhosts roundcubemail 0.3.1, the installer
told me that everything is ok, the log directories are ok and yet I still did
not log
there was a post of Tue, 10 Nov 2009 15:16:33 +0100 (CET)
there was a email entitled [RCU] mcrypt issues
In this email advice to change program/include/rcmail.php lin 993 to $iv =8;
you think it is necessary to make the change indicated in the thread in
question a email entitled [RCU] mcrypt issues to solve my problems
authentication
I'll try the driver syslogd to try to have the logs roundcubemail
thanks for all your feedbacks
nb : google est mon ami , et bein , pas dans ce cas la
On Nov 12, 2009, at 5:08 AM, fakessh(a)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.
--
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/users/
-------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
avi(a)myphonebook.co.in wrote ..
> I have resolved the issue, but am still confused. I commented out some lines in
> the PHP autoloader function(roundcube\installer\utils.php) and then had more errors.
> Again as I un-commented those lines, and restarted the web server, the second page
> of the installer appeared. There seems to be no logic to it.
>
> So, I rest my case, although doubtfully.
>
> avi(a)myphonebook.co.in wrote ..
> > I am trying to install the latest version of Roundcube 0.3.1. My configuration
> > is postfix-mysql and dovecot. I am running virtual domains, the
> > setup works fine with Horde and Squirrelmail. Php version is 5.2.1.
> >
> > On the first page the response by the Roundcube Installer is:
> >
> > --------------------------------------------------------------------------------------------------------------------------
> >
> > Checking PHP version
> > Version: OK(PHP 5.2.11 detected)
> > Checking PHP extensions
> >
> > The following modules/extensions are required to run RoundCube:
> > PCRE: OK
> > DOM: OK
> > Session: OK
> > XML: OK
> >
> > The next couple of extensions are optional and recommended to get the best performance:
> > FileInfo: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/ref.fileinfo.php)
> > Libiconv: OK
> > Multibyte: OK
> > OpenSSL: OK
> > Mcrypt: OK
> > GD: OK
> > Checking available databases
> >
> > Check which of the supported extensions are installed. At least one of them is
> > required.
> > MySQL: OK
> > MySQLi: OK
> > PostgreSQL: NOT AVAILABLE(Not installed)
> > SQLite (v2): NOT AVAILABLE(Not installed)
> > Check for required 3rd party libs
> >
> > This also checks if the include path is set correctly.
> > PEAR: OK
> > MDB2: OK
> > Net_SMTP: OK
> > Mail_mime: OK
> > iilConnection: OK
> > Checking php.ini/.htaccess settings
> >
> > The following settings are required to run RoundCube:
> > file_uploads: OK
> > session.auto_start: OK
> > zend.ze1_compatibility_mode: OK
> > mbstring.func_overload: OK
> > suhosin.session.encrypt: OK
> >
> > The following settings are optional and recommended:
> > date.timezone: NOT OK(Could be set)
> >
> > ---------------------------------------------------------------------------------------------------------------------------------
> >
> > However, when I click on NEXT I get this error page:
> >
> > "Internal Server Error" .. bla ..bla..
> >
> > My logs show this error:
> >
> > Nov 23 18:41:37 avi httpd: PHP Warning: include_once(PEAR_Error.php) [<a href='function.include-once'>function.include-once</a>]:
> > failed to open stream: No such file or directory in /var/www/xxxxx/roundcubemail/installer/utils.php
> > on line 41
> >
> > Nov 23 18:41:37 avi httpd: PHP Warning: include_once() [<a href='function.include'>function.include</a>]:
> > Failed opening 'PEAR_Error.php' for inclusion (include_path='/var/www/xxxxx/roundcubemail/program/lib:/var/www/xxxxx/roundcubemail/program:/var/www/xxxxx/roundcubemail/program/include:.:/usr/share/pear:/usr/share/php')
> > in /var/www/xxxxx/roundcubemail/installer/utils.php on line 41
> >
> > Any idea what this error means? I googled thru and there was a similar issue
> which
> > turned out to be the requirement for mdb2 driver for Mysql, so I have also installed
> > this driver, but again, I am getting the same error.
_______________________________________________
List info: http://lists.roundcube.net/users/
Thanks for the reply. But, I am not using open_basedir.
Claudio Kuenzler <napsty(a)gmail.com> wrote ..
> I've had a similar problem with my first installation.
> Are you using open_basedir?
> If yes, check the open_basedir entries. You have to be able to access the
> php libs (e.g. under /usr/share/php)
>
> In my case, once I correctly set the open_basedir entries, the installation
> worked fine.
>
> On Mon, Nov 23, 2009 at 2:16 PM, <avi(a)myphonebook.co.in> wrote:
>
> > I am trying to install the latest version of Roundcube 0.3.1. My
> > configuration is postfix-mysql and dovecot. I am running virtual domains,
> > the
> > setup works fine with Horde and Squirrelmail. Php version is 5.2.1.
> >
> > On the first page the response by the Roundcube Installer is:
> >
> >
> > --------------------------------------------------------------------------------------------------------------------------
> >
> > Checking PHP version
> > Version: OK(PHP 5.2.11 detected)
> > Checking PHP extensions
> >
> > The following modules/extensions are required to run RoundCube:
> > PCRE: OK
> > DOM: OK
> > Session: OK
> > XML: OK
> >
> > The next couple of extensions are optional and recommended to get the best
> > performance:
> > FileInfo: NOT AVAILABLE(Could be loaded. Please add in php.ini; See
> > http://www.php.net/manual/en/ref.fileinfo.php)
> > Libiconv: OK
> > Multibyte: OK
> > OpenSSL: OK
> > Mcrypt: OK
> > GD: OK
> > Checking available databases
> >
> > Check which of the supported extensions are installed. At least one of them
> > is required.
> > MySQL: OK
> > MySQLi: OK
> > PostgreSQL: NOT AVAILABLE(Not installed)
> > SQLite (v2): NOT AVAILABLE(Not installed)
> > Check for required 3rd party libs
> >
> > This also checks if the include path is set correctly.
> > PEAR: OK
> > MDB2: OK
> > Net_SMTP: OK
> > Mail_mime: OK
> > iilConnection: OK
> > Checking php.ini/.htaccess settings
> >
> > The following settings are required to run RoundCube:
> > file_uploads: OK
> > session.auto_start: OK
> > zend.ze1_compatibility_mode: OK
> > mbstring.func_overload: OK
> > suhosin.session.encrypt: OK
> >
> > The following settings are optional and recommended:
> > date.timezone: NOT OK(Could be set)
> >
> >
> > ---------------------------------------------------------------------------------------------------------------------------------
> >
> > However, when I click on NEXT I get this error page:
> >
> > "Internal Server Error" .. bla ..bla..
> >
> > My logs show this error:
> >
> > Nov 23 18:41:37 avi httpd: PHP Warning: include_once(PEAR_Error.php) [<a
> > href='function.include-once'>function.include-once</a>]: failed to open
> > stream: No such file or directory in
> > /var/www/xxxxx/roundcubemail/installer/utils.php on line 41
> >
> > Nov 23 18:41:37 avi httpd: PHP Warning: include_once() [<a
> > href='function.include'>function.include</a>]: Failed opening
> > 'PEAR_Error.php' for inclusion
> > (include_path='/var/www/xxxxx/roundcubemail/program/lib:/var/www/xxxxx/roundcubemail/program:/var/www/xxxxx/roundcubemail/program/include:.:/usr/share/pear:/usr/share/php')
> > in /var/www/xxxxx/roundcubemail/installer/utils.php on line 41
> >
> > Any idea what this error means? I googled thru and there was a similar
> > issue which turned out to be the requirement for mdb2 driver for Mysql, so I
> > have also installed this driver, but again, I am getting the same error.
> >
> >
> >
> >
> > _______________________________________________
> > List info: http://lists.roundcube.net/users/
> >
> >
_______________________________________________
List info: http://lists.roundcube.net/users/
I am trying to install the latest version of Roundcube 0.3.1. My configuration is postfix-mysql and dovecot. I am running virtual domains, the
setup works fine with Horde and Squirrelmail. Php version is 5.2.1.
On the first page the response by the Roundcube Installer is:
--------------------------------------------------------------------------------------------------------------------------
Checking PHP version
Version: OK(PHP 5.2.11 detected)
Checking PHP extensions
The following modules/extensions are required to run RoundCube:
PCRE: OK
DOM: OK
Session: OK
XML: OK
The next couple of extensions are optional and recommended to get the best performance:
FileInfo: NOT AVAILABLE(Could be loaded. Please add in php.ini; See http://www.php.net/manual/en/ref.fileinfo.php)
Libiconv: OK
Multibyte: OK
OpenSSL: OK
Mcrypt: OK
GD: OK
Checking available databases
Check which of the supported extensions are installed. At least one of them is required.
MySQL: OK
MySQLi: OK
PostgreSQL: NOT AVAILABLE(Not installed)
SQLite (v2): NOT AVAILABLE(Not installed)
Check for required 3rd party libs
This also checks if the include path is set correctly.
PEAR: OK
MDB2: OK
Net_SMTP: OK
Mail_mime: OK
iilConnection: OK
Checking php.ini/.htaccess settings
The following settings are required to run RoundCube:
file_uploads: OK
session.auto_start: OK
zend.ze1_compatibility_mode: OK
mbstring.func_overload: OK
suhosin.session.encrypt: OK
The following settings are optional and recommended:
date.timezone: NOT OK(Could be set)
---------------------------------------------------------------------------------------------------------------------------------
However, when I click on NEXT I get this error page:
"Internal Server Error" .. bla ..bla..
My logs show this error:
Nov 23 18:41:37 avi httpd: PHP Warning: include_once(PEAR_Error.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /var/www/xxxxx/roundcubemail/installer/utils.php on line 41
Nov 23 18:41:37 avi httpd: PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening 'PEAR_Error.php' for inclusion (include_path='/var/www/xxxxx/roundcubemail/program/lib:/var/www/xxxxx/roundcubemail/program:/var/www/xxxxx/roundcubemail/program/include:.:/usr/share/pear:/usr/share/php') in /var/www/xxxxx/roundcubemail/installer/utils.php on line 41
Any idea what this error means? I googled thru and there was a similar issue which turned out to be the requirement for mdb2 driver for Mysql, so I have also installed this driver, but again, I am getting the same error.
_______________________________________________
List info: http://lists.roundcube.net/users/
Does anybody have any ideas/scripts for maintaining (cleaning) the
roundcube database when mailboxes (or domains) are closed? I am not super
familiar with the db schema but we are about to begin offering RoundCube
webmail (in addition to squirrelmail -- so we'll utilize the
squirrelmail_usercopy plugin) and we have a post-deletion script that does
some filesystem maintenance. . . I want to extend it to keep cruft out of
the roundcube database and it seems there are several tables that would
obviously need rows removed (users, identities, contacts) and some other
tables I guess (cache, messages.) What about the session table?
Now that I write this and look more closely I gues it's not too
complicated for an invididual mailbox removal: The user_id column would
be the key. . . For a domain removal, it's slightly more intelligent logic
that would need to look for all users.username LIKE %(a)domain.org. . .
But I don't want to reinvent the wheel if someone's already put
work/thought into this!
Ben
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have installed roundcubemail-0.3-stable in a LAMP platform.
When I received an email with an inline png image (and
content-type="multipart/alternative"), roundcube doesn't display it.
Mozilla Thunderbird for example display the image correctly.
When I forward or 'edit as new' the message, the image is showed without
any problem. It seems that there was a solved ticket with this problem,
but I don't know how to fix it.
I rescue an old roundcube installation (roundcubemail-0.1) and the same
e-mails that didn't display the stable roundcube0.3 works fine here.
Maybe this could help.
Thanks in advance for your help.
--
......................................................................
__
/ / Roger Castells i Barrancos
C E / S / C A Tècnic de Microinformàtica
/_/ Centre de Supercomputació de Catalunya
Gran Capità, 2-4 (Edifici Nexus) · 08034 Barcelona
T. 93 205 6464 (ext. 502) · F. 93 205 6979 · rcastells(a)cesca.cat
......................................................................
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, folks!
There is Roundcube 0.2.1 (seems that 0.3.1 has this problem too).
Mailboxes are IMAP under Dovecot.
There are two folders visible: Inbox and Trash,
but when I try to remove message,
"errormoving" alert is displayed, and "Trash" is always empty.
File roundcubemail/program/include/rcube_imap.php contains following code:
function move_message($uids, $to_mbox, $from_mbox='')
{
$to_mbox = $this->_mod_mailbox($to_mbox);
$from_mbox = $from_mbox ? $this->_mod_mailbox($from_mbox) :
$this->mailbox;
// make sure mailbox exists
if ($to_mbox != 'INBOX' && !in_array($to_mbox,
$this->_list_mailboxes()))
{
if (in_array($to_mbox_in, $this->default_folders))
$this->create_mailbox($to_mbox_in, TRUE);
else
return FALSE; // This always happens when Trash does not exists!
}
What is $to_mbox_in variable in this code?
It is never assigned and is always empty (while $to_mbox == 'Trash').
BTW, when Trash folder is already created, then messages are removed
normally,
but two "Trash" folders are visible in folderlist.
WBR, Ilya
_______________________________________________
List info: http://lists.roundcube.net/users/
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/
Hi all
Hi list
I have a CentOS server properly updated with php 5.2.11
I have a total lack of internal log roundcubemail
plus I have a serious problem in authentication
url http://fakessh.eu/roundcubemail/?_task=&_action=login
with correct user and correct pass
gives me posted on the home page of roundcube an authentication error
url http://fakessh.eu/roundcubemail
with correct user and correct pass
gives me posted on the home page of roundcube an authentication error
I activate the verbose mode of roundcube without further result
$rcmail_config['debug_level'] = 8;
I use the rpm
[root@r13151 ~]# rpm -qa | grep roundcubemail
roundcubemail-0.3-1.fc11
which corresponds to the stable version 3.0
I use postgresql configure by following the INSTALL file of the rpm
One problem that may occur: the large number of mail there on the server
several tens of thousands
and also the major problem I have: I have no log, but the rpm installation is
correct
my server does not seem corrupt, I will not forward mail bizarre and the logs
are clean
thanks for all your feedbacks
nb : 'Buddha' peace themselve
_______________________________________________
List info: http://lists.roundcube.net/users/
I sent the above attached message some time ago. I received no answer!
The problem is still there and I've found no solution yet.
Nothing changed after upgrade to 3.1
Can anybody help me? Any suggestion???
Giorgio
Subject: [RCU] problem with login after upgrade to 0.3 (password crypted?)
From: Giorgio Volpe <giorgio(a)movi.fvg.it>
Date: Fri, 23 Oct 2009 23:38:01 +0200
To: users(a)lists.roundcube.net
I've just upgraded from 0.2 to 0.3
I can no more log in ...
Activating
$rcmail_config['imap_debug'] = true;
I can see in the log file <log_dir>/imap that rc sends the password to
the IMAP server not as is but "crypted"(?) and the server refuses it
[23-Oct-2009 23:02:23 +0200]: C: cp01 CAPABILITY
[23-Oct-2009 23:02:23 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS
CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT
QUOTA IDLE ACL ACL2=UNION STARTTLS
[23-Oct-2009 23:02:23 +0200]: S: cp01 OK CAPABILITY completed
[23-Oct-2009 23:02:23 +0200]: C: a001 LOGIN "spa" "î`ovG"
[23-Oct-2009 23:02:30 +0200]: S: a001 NO Login failed.
"î`ovG" is not my password!
If I telnet the server with the plain real password it logs in!?
/etc/roundcube# telnet localhost 143
Trying 127.0.0.1...
Connected to movifvg.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2008 Double
Precision, Inc. See COPYING for distribution information.
a001 login "spa" "realplainpasswd"
a001 OK LOGIN Ok.
Any help?
thanks
giorgio
_______________________________________________
List info: http://lists.roundcube.net/users/