Le mercredi 25 novembre 2009 19:56, fakessh a écrit :
> On Wed, 25 Nov 2009 11:19:08 -0600, chasd <chasd(a)silveroaks.com> wrote:
> >> Research indicates that you referred me over file
> >>
> >> [root@r13151 www]# find . -name '*.php' -exec grep -l "header
> >> ('Content-Type:" {} \;
> >
> > The regular expression got broken to an additional line by my MUA.
> > Make sure that regex is all on one line, and then run that command.
> >
> > It looks like you'll also have to look for files that end in " .inc "
> > as well
> >
> > find . -name '*.inc' -exec grep -l "header('Content-Type:" {} \;
> > ./program/steps/addressbook/export.inc
> > ./program/steps/mail/attachments.inc
> > ./program/steps/mail/get.inc
> >
> >> exactly how it should change the file returned by the command
> >> quoted above
> >
> > anywhere you see :
> >
> > header('Content-Type: ***************);
> >
> > put
> >
> > header('Accept: text/xml');
> >
> > on a line beneath it.
> > I'm not sure if the Accept header should also include other mime types.
> > Here is a random Accept: header from our Intranet :
> > Accept:application/xml,application/xhtml+xml,text/html;q=0.9,text/
> > plain;q=0.8,image/png,*/*;q=0.5
> >
> > There are tools to see those headers, I used Safari's Web Inspector.
> >
> >
> > Note the actual mime type sent via the Content-Type: header isn't
> > always the same :
> >
> > find . -name '*.inc' -exec grep "header('Content-Type:" {} \;
> >
> > header('Content-Type: text/x-vcard; charset='.RCMAIL_CHARSET);
> > header('Content-Type: ' . $attachment['mimetype']);
> > header('Content-Type: text/html; charset=' . RCMAIL_CHARSET);
> >
> > find . -name '*.php' -exec grep "header('Content-Type:" {} \;
> >
> > header('Content-Type: text/plain');
> > header('Content-Type: text/html; charset=' . $this-
> >
> > >charset);
> >
> > header('Content-Type: text/plain; charset=' . $this-
> >
> > >get_charset());
> >
> > header('Content-Type: text/plain; charset=UTF-8');
> > header('Content-Type: text/css');
> >
> >
> > RoundCube sends that Content-Type: header for every page, but it
> > sends other headers depending on what page or what data is being
> > sent. If you add the Accept: header at each point where the Content-
> > Type: header is sent, that should make mod_security happy.
>
> I failed to operate roundcubemail with the changes indicated in your post
> when mod_security is active
>
> mod_security with in disabled state, the roundcubemail release 0.3.1
> works well under CentOS 5.4 MacOS X 10.4 with Safari or Firefox: any
> this with a PPC processor
>
>
> changes indicated by you, are not sufficient or is not correct, at least
> with mod_security for apache can not access the webmail
>
> I still need your help and your advanced knowledge in the operation of
> roundcube
>
>
> thanks for your help
>
> thanks
> _______________________________________________
> List info: http://lists.roundcube.net/dev/
Hi all
Hi list
Hi charles
here's nobody else who encounters the same problems with the release 0.3.1 and
mod_security. here is the problem for tests ordered by Charles, we must stop
roundcube and now I have three accounts running on production with roundcube
disables mod_security
It bothers me to stop my webmail service for several hours
if anyone has a solution, an official patch
a good suggestion
thanks for all your
thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Le jeudi 26 novembre 2009 00:03, vous avez écrit :
> On Nov 25, 2009, at 12:56 PM, fakessh wrote:
> > I failed to operate roundcubemail with the changes indicated in
> > your post
> > when mod_security is active
>
> Hmm, not sure of the next step.
> Can you post the logged mod_security errors like you did last time ?
>
> > I still need your help and your advanced knowledge in the operation of
> > roundcube
>
> I wouldn't say my knowledge is advanced, I've just been using it for
> quite some time.
I just put into production roundcube for some friends. I can not make changes
in the day, the webmail is stable yet. I'd do this Thursday night at midnight
Paris time (0:00) just enough time to do the tests you ask me.
you wrote on my personal address, rather than post on the dev list
this is probably a problem of click
thanks charles
thank you for your assistance is invaluable to me
many thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I am using roundcube since some months ago, all in all it's being a great
experience. It's simple enough and it works really well for my purposes so
I have to thank everyone involved for it.
I wanted to ask something simple about the default skin.
Is it me the only one that finds really inconvenient to traverse the whole
screen to click "select all" and then go back to the top to select the
action (mark read, delete, move...)? Besides that, the selection icons are
really small on a big display. I am probably going to do my custom fork of
the skin, I am just curious to know if there's something planned to improve
the usability of the default skin or something.
I thought about submitting a patch bringing all the controls closer to
each other, but since it's really trivial I don't want to spam the dev list
with silly patches if there's no need to.
If this has already been discussed, please, kindly point me to wherever it
belongs. I follow the user and dev lists and haven't noticed anything about
this problem.
Regards.
--
Jesús Guerrero
_______________________________________________
List info: http://lists.roundcube.net/users/
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/
Hi All,
Can anyone confirm this?
My config has
flag_for_deletion TRUE
But there's some strange behaviour in this setup.
Steps to follow:
1. Apply a filter
2. Delete messages in filtered list
3. Compact the folder
Result -> Unfiltered mailbox with the filter displayed.
Where I am expecting the filtered mailbox list to appear.
Bug, or feature?
Kind regards,
Spil
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
What needs to be changed to enable personal distribution lists in the
Address Book.
At the moment the email field in the contacts table is only varchar(128) I
think this can easely be changed to text so we can have unlimites comma
separated email addresses in there.
But I have noticed there is an e-mail validation test in the edit Contact
screen.
Where can I find the code to disable this?
--
Simple things make people happy.
Willy De la Court
PGP Public Key at http://www.linux-lovers.be/download/public_key.asc
PGP Key fingerprint = 784E E18F 7F85 9C7C AC1A D5FB FE08 686C 37C7 A689
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I upgraded to the latest patch today and now the accounts / settings
plugin does not work properly anymore. Now it is not possible to select
special folders, for additional created imap accounts. For the main account
it still works perfect, but no longer for additional accounts. Maybe it is
a problem of the "settings" plugin or "accounts" plugin. Has anyone the
same problem and a workaround solution ?
Best Regards
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello out there
This update release fixes lots of bugs and improves the file upload when
composing a mail message. You can now have several concurrent files being
uploaded while composing. Also some of the plugins have been improved and
translated into more languages.
When talking about languages, there are still plenty of our localizations
which are not 100% complete. Please visit http://translator.roundcube.net
and send us completed localization files.
This release is considered stable and we recommend to upgrade all existing
installations to this version. Download it from http://roundcube.net/download
We kindly request all packagers to update their distributions with this new
version. As usual, a pure GPL version is available at the downloads page
mentioned above.
Have a nice day!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello out there
This update release fixes lots of bugs and improves the file upload when
composing a mail message. You can now have several concurrent files being
uploaded while composing. Also some of the plugins have been improved and
translated into more languages.
When talking about languages, there are still plenty of our localizations
which are not 100% complete. Please visit http://translator.roundcube.net
and send us completed localization files.
This release is considered stable and we recommend to upgrade all existing
installations to this version. Download it from http://roundcube.net/download
We kindly request all packagers to update their distributions with this new
version. As usual, a pure GPL version is available at the downloads page
mentioned above.
Have a nice day!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
I have upgraded my install of RC from 0.2.1 to the latest stable 0.3.x
and now I notice that when I login to my IMAP account via RC, I show
no new messages even though I know there are 20 new messages on the
server. I don't have any other clients connected to the server like
Thunderbird or Outlook but I do know from checking on the mail server
directly that there are 20 new messages. I click the "Check for new
messages" icon in the web interface and noting new pops in at all. I
know its trying to check because I see the message window flash above
the screen very quickly each time I press the "Check for new messages"
icon. So no new messages flow in. I then open an old message
completely. Then when I go back to my message list window, all my new
messages appear. I don't understand why this is happening? It happens
on my work and home PC which leads me to believe it is a system issue
with RC, not my cached browser.
I did a fresh install from 0.2.1 > 0.3-stable on my server so I don't
think I did anything wrong.
Can someone please help me understand what causes this problem? It's
extremely annoying!
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
On Tue, Oct 27, 2009 at 9:31 AM, Michal Drozdziewicz
<michal(a)drozdziewicz.pl> wrote:
> Hi all,
>
> Try "selecting" the inbox folder, even if it's selected. This does trick
> for me. Messages appear in the list.
I will try that but I still think this is a huge functionality bug.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Folks,
hope I'm right with my topic on this list.
Go some weird problems with the auto_create_users feature.
On the "first" Login there should be a new user created to the users
table.
But I can't login and the errors log gives me following.
[24-Oct-2009 19:47:41 +0200]: PHP Error: Failed to create new user in /
var/www/ispcp/gui/tools/webmail/program/include/rcube_user.php on line
452 (POST /webmail/?_task=&_action=login)
[24-Oct-2009 19:47:41 +0200]: PHP Error: Failed to create a user
record. Maybe aborted by a plugin? (POST /webmail/?_task=&_action=login)
If I go to the Line 452 and look at the source I see that this
condition returns a false and so the error is pushed:
if ($user_id = $dbh->insert_id('users'))
So in the end I don't get the Insert ID of the created user back.
But the Server does the insert correctly - there are now about 17
entries of the same mail address in the table.
If I try to echo the $dbh->insert_id('users') value, its null.
But if I do the insert manually and do a SELECT LAST_INSERT_ID(); it
works... so I don't really see whats the point?!
Has anyone of you experienced the same?
All other Logs (imap, SQL) dont signalise me that there would be
something wrong.
At the end my Config of MySQL and PHP.
Got PHP 5.3,0, self compiled with:
'./configure' \
'--with-pear=/usr/local/lib/php' \
'--sysconfdir=/etc/php5' \
'--with-config-file-path=/etc/php5' \
'--with-libxml-dir' \
'--with-pcre-regex' \
'--with-mysql' \
'--with-mysqli' \
'--with-zlib' \
'--with-zlib-dir' \
'--with-gd' \
'--with-png-dir' \
'--with-xpm-dir' \
'--enable-gd-native-ttf' \
'--with-gdbm' \
'--enable-ftp' \
'--with-mcrypt' \
'--enable-calendar' \
'--enable-wddx' \
'--with-jpeg-dir' \
'--enable-bcmath' \
'--enable-shmop' \
'--with-pdo-mysql' \
'--with-mhash' \
'--with-openssl' \
'--with-xsl' \
'--with-ldap' \
'--with-ldap-sasl' \
'--enable-dom' \
'--with-curl' \
'--with-iconv' \
'--with-freetype-dir' \
'--with-bz2' \
'--with-gettext' \
'--enable-exif' \
'--enable-mbstring=all' \
'--with-kerberos' \
'--with-sqlite' \
'--enable-zip' \
'--enable-sockets' \
'--enable-shared' \
'--enable-sqlite-utf8' \
'--enable-soap' \
MySQL is 5.0.51a-24+lenny2 - standard debian package
Best regards
Daniel Jäger
_______________________________________________
List info: http://lists.roundcube.net/users/
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 to the IMAP
server the password 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 telent 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/
Estou usando o Gmail e acho que vale a pena conferir. Isto é um
convite para você criar uma conta.
-----------------------------------------------------------------------
Tiago Gomes convidou você para abrir uma conta grátis do Gmail.
Para aceitar esse convite e abrir sua conta, visite
http://mail.google.com/mail/a-cb6ed28a0f-b0447f0e64-ba8cd8f00546bfa3
Uma vez criada a sua conta, Tiago Gomes será notificado do seu novo
endereço de e-mail para que vocês possam manter contato através do
Gmail!
Caso você ainda não tenha ouvido falar do Gmail, trata-se de um novo
serviço de webmail com recurso de pesquisa. O Gmail tem:
- Mais de 2.700 megabytes (dois gigabytes) de armazenamento grátis
- Recurso de pesquisa Google para procurar instantaneamente qualquer mensagem
- Organização automática de mensagens e respostas correspondentes em
forma de "conversas"
- Proteção eficaz contra spam baseada em tecnologia de ponta do Google
- Zero anúncios grandes e inoportunos; só pequenos anúncios em texto e
páginas relacionadas ao conteúdo das suas mensagens
Para saber mais sobre o Gmail antes de se inscrever, visite:
http://mail.google.com/mail/help/intl/pt_BR/benefits.html
Continuamos a trabalhar constantemente para melhorar o Gmail, por
isso, às vezes pediremos seus comentários e sugestões. Esperamos que
você goste do Gmail. E ele vai ficar cada vez melhor.
Obrigado,
A Equipe do Gmail
(Se você clicar nos URLs desta mensagem e eles não funcionarem,
copie-os e cole-os na barra de endereços de seu navegador.)
_______________________________________________
List info: http://lists.roundcube.net/users/
I am using the SVN trunk version (3044) of Roundcube and I am seeing some weird behavior with Roundcube in my IMAP folders. I am not having any performance issues, but I am getting messages out of order. I basically want to have the newest messages at the top of the list and then go backward from there in reverse order by date. (i.e. newest -> oldest). I am seeing that behavior for most messages, but the ones from the past 1/2 month or so are showing up at the end of the list when they should be at the top of the list. I recently moved all my mail (via Thunderbird) from Thunderbird folders to IMAP folders. The dates listed in the date column are all correct, but could the sorting dates have gotten messed up? Any way to check this and correct it?
Thanks for any ideas or assistance.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi ,
I am trying to configure roundcube to query the address book directly in AD.
my conf below.
main.inc.php
$rcmail_config['ldap_public']['Intra'] = array(
'name' => 'Intra',
'hosts' => array('ip domain controler'),
'port' => 3268,
'base_dn' => 'DC=dominio,DC=com',
'bind_dn' => 'user(a)dominio.com',
'bind_pass' => '12345',
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'scope' => 'sub',
'filter' => '(mail=*)',
'fuzzy_search' => true
);
but when I try to see the address book for roundcube returns the following
error: Internal Server Error
somebody have idea about this ?
sorry my bad english.
thanks.
--
Bely Silva Junior
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi ,
I am trying to configure roundcube to query the address book directly in AD.
my conf below.
main.inc.php
$rcmail_config['ldap_public']['Intra'] = array(
'name' => 'Intra',
'hosts' => array('ip domain controler'),
'port' => 3268,
'base_dn' => 'DC=dominio,DC=com',
'bind_dn' => 'user(a)dominio.com',
'bind_pass' => '12345',
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'scope' => 'sub',
'filter' => '(mail=*)',
'fuzzy_search' => true
);
mas quando tento consultar os catalogo de endereços pelo roundcube retorna o
seguinte erro : erro interno do servidor
somebody have ideia about this ?
thanks.
--
Bely Silva Junior
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm looking for a little guidance troubleshooting a caching problem.
I have an old linux box (2 GHz / 512 MB RAM) setup for a client running
postfix, dovecot, and roundcube.
They ran RoundCube 0.2 for a year without reporting any issues.
I recently upgraded them to RoundCube 0.3 (which they love by the way)
and they started reporting this strange issue:
UserA would login, check their mail, read/reply and delete everything in
their inbox.
UserA would stay logged in throughout the day.
At some point, a new message or messages would arrive for UserA.
According to the mail logs, the message(s) would be correctly delivered
into UserA's inbox via Dovecot's deliver app.
UserA would not see the message in RC. UserA would try hitting
send/receive, switch to different folders and then back to the
inbox, and even logging out/logging back in. The message would
still not show up in RC.
At some point, one of two things happens that resolves the issue:
* UserA waits for a while (a few minutes to a few days) and the message
suddenly appears.
* UserA sends a new message to someone (anyone) and after it's sent
the missing message(s) immediately show up in their inbox.
A few things I have checked:
* Not on an NFS filesystem. Mail is stored on a local ext3 partition.
* While UserA is not seeing the new messages, I have verified the messages
actually exist and have the correct permissions on the filesystem.
* cleared the 'cache', 'messages', and 'session' tables in the RC database.
* Mail logs definitely show messages arriving and being delivered even though
I can't see the message in RC.
* If I have both RC and Thunderbird open at the same time, I can see the
message immediately in Thunderbird, but not RC.
Disabling RC's caching via $rcmail_config['enable_caching'] = FALSE;
fixes the problem and prevents it from happening again.
I'm stumped on the next step.
I have no problem leaving caching disabled because none of our users have
more than 100 messages in any one folder and RC is running on the same
machine that dovecot is running on.
But I would like to figure out if this is something I screwed up, or
maybe something in the RC code.
Any pointers on what to check next? (I'm not that familiar with the
RC code, but I can do some PHP hacking/debugging if needed.)
Thanks for everyone's hard work by the way. RoundCube is the best open source
webmail app I have ever used.
-A
_______________________________________________
List info: http://lists.roundcube.net/users/
It appears that roundcube is connecting to the local SMTP server over
TLS, even though I explicitly set it to not use SSL or TLS:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL/TLS connection, enter hostname with prefix ssl:// or tls://
$rcmail_config['default_host'] = 'localhost';
Postfix logs showing the TLS connection being established, example.com
replacing the innocent domains:
Oct 11 01:20:26 server2 postfix/smtpd[12765]: connect from
localhost.localdomain[127.0.0.1]
Oct 11 01:20:26 server2 postfix/smtpd[12765]: setting up TLS connection
from localhost.localdomain[127.0.0.1]
Oct 11 01:20:26 server2 postfix/smtpd[12765]: TLS connection established
from localhost.localdomain[127.0.0.1]: TLSv1 with cipher
DHE-RSA-AES256-SHA (256/256 bits)
Oct 11 01:20:26 server2 postfix/smtpd[12765]: 7D1563BD48:
client=localhost.localdomain[127.0.0.1], sasl_method=LOGIN,
sasl_username=russell(a)example.com
Oct 11 01:20:26 server2 postfix/cleanup[12769]: 7D1563BD48: warning:
header Subject: asdasddsa from localhost.localdomain[127.0.0.1];
from=<russell(a)example.com> to=<rjones(a)example.com> proto=ESMTP
helo=<www.example.com>
I think it's great and all that it is so ambitious, but I was really
hoping it would do what I told it to do :) What am I missing here?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
Hi list
my linux box is CentOS 5.3
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 configure a user roundcubemail on my mysql server
Here are the commands that I have applied to the server mysql
mysql -u roundcubemail -p
create database roundcubemail;
GRANT SELECT, INSERT, UPDATE, DELETE ON roundcubemail.*
TO 'roundcubemail'@'localhost' IDENTIFIED BY '*****';
FLUSH PRIVILEGES;
quit
I applied a small patch personal
// application constants
define('RCMAIL_VERSION', '0.1.1');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');
// define global vars
$OUTPUT_TYPE = 'html';
$INSTALL_PATH = dirname(__FILE__);
$MAIN_TASKS = array('mail','settings','addressbook','logout');
if (empty($INSTALL_PATH))
$INSTALL_PATH = './';
else
$INSTALL_PATH .= '/';
//This is the little patch that clears the session cookie
if ( isset($_COOKIE['session']) and !empty($_COOKIE['session'] ))
{
setcookie('session');
unset($_COOKIE['session']); //sureté
}
//This is the little patch that clears the session cookie
my problem is that I see appear the login page 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/
My Mailserver (Debian/postfix/dovecot) use authentication against Active
Directory, but I had installed roundcubemail and
I wonder if it is possible to fill in the fields with the identity data from
AD?
thanks
--
Bely Silva Junior
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've run into an already reported infinite loop issue with empty inbox and
caching enabled (http://trac.roundcube.net/ticket/1486181). This ticket was
closed as it had been fixed in the SVN earlier but I couldn't find the
exact revision which fixed it.
I can't upgrade to trunk because the installation will be in production
very soon, but I badly need caching.
Thanks,
Kristof
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
// i can not register on RC forum for already 4 days, the system didn't
send me a validation e-mail :(
if anyone can - pls assist.
Some wishes on Forward_as_attach plugin
1) it will would be great if in Inbox message list there will be a small
icon the message was forwarded (like the one as simple forward icon)
2) subject of new mail is empty then making forw_as_attach. (in
non-webbased clients /i.e.Thunderbird/ subject of new mail is equal to
original message with "Fwd:" prefix)
Thanks,
Anna
_______________________________________________
List info: http://lists.roundcube.net/users/
Moin,
I installed roundcube on my root server. I configured several SMTP identities
for me, e.g. one for gmx.de and one for web.de.
But unfortunaly it is not possible to configure different SMTP-Servers or
smarthosts for the different mailaddresses.
But bocause of SPF I have to send mails from my gmx.de address via the gmx.de
SMTP-Server, while mails via the web.de account must pass the web.de
SMTP-Server.
See
http://www.openspf.org/Why?s=mfrom&id=michael.renner%40gmx.de&ip=78.46.72.2…
for details about SPF.
Any hint how this can be done? Maybe a point for the wishlist?
--
|Michael Renner E-mail: michael.renner(a)gmx.de |
|D-81541 Munich Germany ICQ: #112280325 |
|Germany Don't drink as root! ESC:wq
_______________________________________________
List info: http://lists.roundcube.net/users/
I have a working installation of RC v0.2.2 on my Linux server. I would
love to upgrade to the latest v0.3-stable however I would like to know
how I can perform the upgrade without and loss of data. If I do a
fresh install, I would think that the installer would wipe all my
MySQL database tables and data...which would be bad. Can someone
please explain to me the process of upgrading from my current version
to the latest version on my server? I searched the Wiki and only found
"fresh install" instructions.
Thanks for any help!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello all
New to RoundCude so I hope I am not asking an age old question.
I have setup filters but none of them are working.
Is there some trick to getting filters to work in roundcube. I am familiar
with filters having used them with other webmail applications.
Regards
Fred
_______________________________________________
List info: http://lists.roundcube.net/users/
I am a user of Roundcube and have the SVN version 2999. Every once in a while I get an email message where the entire message body will not show up in Roundcube. I can open the email in a desktop mail viewer (Thunderbird) and see the mail just fine. I currently have one of these messages in my Inbox. Is there a place to forward or bounce these emails so that they can be examined to see why they do not show up properly? I am not sure how best to report this.
Thanks!
Keith
_______________________________________________
List info: http://lists.roundcube.net/users/
I am using Roundcube SVN Version 2999 (latest), but ever since I started using Roundcube (a while ago) I have noticed that when I am composing or replying to an email the editor seems to add extra spacing lines (almost like double-spacing) and it is difficult to tell how the recipient will see the message -- i.e. with lots of extra space or not. Is there a way to correct this in the HTML editor and make the editor use single spacing instead of double spacing? I found that lists, such as bullet lists, are single spaced but regular text seems not to be.
I am typically using Firefox 3.5.3, but tested this on IE 8 and Google Chrome as well and saw the same results.
Thanks for any help!
Keith
_______________________________________________
List info: http://lists.roundcube.net/users/
Has any of the work talked about a year or so ago to RoundCube to
work better with the iPhone's Safari browser been commited yet?
I checked the Changelog but didn't see anything. Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have installed roundcube 0.3 and configure it via main.inc.php.
My server name is mail.example.com and my user's mail address is
user(a)example.com.
When i configure conf. file like;
$rcmail_config['default_host'] = 'mail.example.com';
i can login but sending address is seen as user(a)mail.example.com but this is
not correct.
How can i solve this issue.
thanks..
serkan
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
I discovered a problem with my Roundcube 0.3 installation. When I log
into Roundcube, my Inbox always seems to be empty (number of unread
mails on the left is missing and no mails are shown in the message list
on the right). I first have to switch to another mailboxfolder and than
back to my Inbox to see my mails in the Inbox.
Sometimes, also the shown number of unread mails of my Inbox in the
folder overview on the left differs from the real number of unread mails
in the inbox shown in the mailbox list view in the right top window.
Is there anything I can do to get rid of this problem? At the moment, I
changed back to Roundcube 0.2.2. There, these problems do not exist.
Thanks for any help.
--
Ulf Leichsenring
ulf(a)leichsenring.net
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, 23 Sep 2009 22:42:36 +0300, serkan <serkan.capkan(a)gmail.com>
wrote:
> Hi,
> I have installed roundcube 0.3 and configure it via main.inc.php.
> My server name is mail.example.com and my user's mail address is
> user(a)example.com.
> When i configure conf. file like;
> $rcmail_config['default_host'] = 'mail.example.com';
> i can login but sending address is seen as user(a)mail.example.com but
this
> is
> not correct.
> How can i solve this issue.
> thanks..
>
> serkan
If you're running your own MTA (e.g. postfix) you can configure it there.
For postfix you would use the "masquerade_domains" option, see
http://www.postfix.org/rewrite.html#masquerade .
Tristan
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have to user: foo(a)domain.com and foo2(a)domain2.com
I try settings roundcubemail to using multiple domain login so I try
add to main.inc.php this value:
$rcmail_config['username_domain'] = array('10.20.30.21' => 'domain.com');
'10.20.30.21' => 'domain2.com');
10.20.30.21 -> imap server
Now If I put on webmail login page foo2 I loggin to e-mail account but
if I put user foo it doesn't work, to foo address roundcube add not
domain.com but domain2.com.
Where is a problem, I can't use one imap server to two different domain?
Regards,
For@ll
_______________________________________________
List info: http://lists.roundcube.net/users/
related to the problem that causes Server Error! (OK) due to non-unicode
encoding , i'm fix change in program/include/rcube_imap.php line 2669,
where I force an encoding when unknown ( ="0" ) , I don't arealdy problem
about this. Thank's
*
/*
return rcube_charset_convert($rest, $a[0]);
}
else
return $str; // we dont' know what to do with this
}
*/*
*if ( $a[0] == "0"){return rcube_charset_convert($rest, 'iso-8859-1'); }
else if ( $a[0] <> "0" ) { return rcube_charset_convert($rest, $a[0]); }*
}
else
return $str; // we dont' know what to do with this
}
2009/7/31 A.L.E.C <alec(a)alec.pl>
> Thomas Bruederli wrote:
>
> Hi, can you send us a sample message that causes theses problems? I'd
>> like to reproduce and test it in order to find a solution. The
>> rc_utf8_clean() funtion will probably solve the problem but it also
>> could have side-effects.
>>
>
> I've got one. Attached.
>
> --
> Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
> LAN Management System Developer http://lms.org.pl
> Roundcube Webmail Project Developer http://roundcube.net
>
>
>
> --- 8< --- detachments --- 8< ---
> The following attachments have been detached and are available for viewing.
> http://detached.gigo.com/rc/XM/3Q7mhN1i/test.msg
> Only click these links if you trust the sender, as well as this message.
> --- 8< --- detachments --- 8< ---
>
>
> _______________________________________________
> List info: http://lists.roundcube.net/dev/
>
>
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello everybody,
I realize that there are processes consuming enough resources to my server.
And also realize that these processes are open to long and when I do a
netstat-an I see that tcp connections of these processes are as CLOSE_WAIT,
or are waiting for roundcube close them.
Someone has been there?
Excuse my English. I used google translate.
Thanks
Geraldo
_______________________________________________
List info: http://lists.roundcube.net/users/
hello,
(sorry for my very poor english)
y use roundcube and postfix with sqlite in my debian stable server.
My domain is 'suinot.org'. For example, this adresse is remi<at>suinot.org
but for multiple user, the basic address is <exempl><at>imap.suinot.org
Is in the main.inc.php file to change this behavior?
Thanks for your help
Remi.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello.
When I try to install RC 0.3 it stops at page "1. Check environment".
It lists a couple of thing all with ok, but the last thing it shows is
mcrypt: ok and then nothing.
No more info, and no button for next step.
I tried to change the url to .. Step=2 and creates two config files, but at
he last step it cannot connect to database.
Please help me.
// Conny
_______________________________________________
List info: http://lists.roundcube.net/users/
Alec,
you will reopen the ticket r2948, I deleted the messages and cache, it's
still the error occurs
Thanks
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
i don't know if the list answers questions on plugins too, but i decided
to give it a try :).
I Installed Roundcube 0.3 stable and activated accounts plugin and
settings plugin. I already added 2 Imap accounts, googlemail and another
private webspace mail account. When i log in, my webspace account is shown
and there are no problems.I am ableto switch to my gmail account without
any problems. But now, when i try to switch back to my other account i am
thrown out of roundcubemail, back to the login page with the error message
"Connection to Imap Server failed". Why does the connection fail when is
witch accounts ? On login it connects without problems.
Maybe anyone knows an answer to this problem.
Best Regards
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
Yes but that is only one server. Is it possible to enter an array into
this config variable as in the imap servers ? So that i could use a
seperate smtp server for each account ?
Am 13.09.2009 um 10:27 schrieb Shahab Vahabzadeh:
> $rcmail_config['smtp_server'] = 'smtp.example.org';
> $rcmail_config['smtp_port'] = 25;
>
> On Sat, 12 Sep 2009 22:25:46 +0200, Thomas Schober
> <thomas.schober(a)gmail.com> wrote:
>> Hi,
>>
>> i don't have an own server, but where and how do you enter it in the
>> config of roundcube ?
>>
>> Best Regards
>> Thomas
>>
>> On Sun, 13 Sep 2009 00:40:12 +0430, Shahab Vahabzadeh <admin(a)maxnet.ir
>> >
>> wrote:
>>> Hi,
>>> Of course smtp server like postfix will do it ;) why phpmail?
>>> I am using roundcube with multiple server configuration
>>>
>>> On Sat, 12 Sep 2009 14:20:03 +0200, Thomas Schober
>>> <thomas.schober(a)gmail.com> wrote:
>>>> Hi,
>>>>
>>>> i am trying to configure roundcube for multiple smtp servers. I
>>>> use it
>
>>
>>>> for
>>>> googlemail and for my private webspace's mail account. All works
>> perfect
>>>> but at the moment i use the php mail funnction for sending mails. I
>>>> have a
>>>> few questions.
>>>>
>>>> 1. What is better ? Using an smtp server r the php mail function ?
>>>>
>>>> 2. How can i use multiple smtp servers ? I tried to put it into the
>>>> config
>>>> as array like the different imap servers, but it does not work.
>>>>
>>>> Thank you for that great Webmail client !
>>>>
>>>> Best Regards
>>>> Thomas
>
> --
> Regards,
> Shahab Vahabzadeh, IP Engineer and Network Geek
>
> Phone: +1 (724) 726 1718
> Blog: http://blog.shahabv.com
_______________________________________________
List info: http://lists.roundcube.net/users/
help, getting 500 server error trying to install. error messages from the server error-tracer:
/kunden/homepages/36/d176208770/htdocs/mail/installer/index.php: line 1: ?php: No such file or directory
/kunden/homepages/36/d176208770/htdocs/mail/installer/index.php: line 3: syntax error near unexpected token `'error_reporting','
/kunden/homepages/36/d176208770/htdocs/mail/installer/index.php: line 3: `ini_set('error_reporting', E_ALL&~E_NOTICE);'
(no direct access to apache logs on my shared host)
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
i am trying to configure roundcube for multiple smtp servers. I use it
for
googlemail and for my private webspace's mail account. All works perfect
but at the moment i use the php mail funnction for sending mails. I
have a
few questions.
1. What is better ? Using an smtp server r the php mail function ?
2. How can i use multiple smtp servers ? I tried to put it into the
config
as array like the different imap servers, but it does not work.
Thank you for that great Webmail client !
Best Regards
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
> Matteo Cisilino <matteo.cisilino(a)gmail.com> wrote:
>> check the lenght of the crypt string in config.php .
i checked the config.php in the install directory. this is the
config.php that comes with roundcube. is this the info you mean?
<div>This key is used to encrypt the users imap password before
storing in the session record</div>
<p class="hint">It's a random generated string to ensure that every
installation has it's own key.
If you enter it manually please provide a string of exactly 24 chars.</p>
_______________________________________________
List info: http://lists.roundcube.net/users/
Matteo Cisilino <matteo.cisilino(a)gmail.com> wrote:
> check the lenght of the crypt string in config.php .
How? I don't have access to php.ini, only htaccess.
here's my info.php. i don't see anything in there about crypt string:
http://laptopacademy.net/wordpress/info.php
_______________________________________________
List info: http://lists.roundcube.net/users/
hello friends,
when I enable the cache and i logon, the new messages only appear if i click
in E-mail button, can someone help? I'm use version 3.0 . Thank's
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Getting nondescript error on new installation. No error log in logs
folder. Logs folder has 777 permissions. When I delete everything in
htaccess (except my php5 switch) then I get proper installer welcome
screen. My php.info can be viewed here-
http://laptopacademy.net/wordpress/info.php
Please help
_______________________________________________
List info: http://lists.roundcube.net/users/
hi, getting error on new install. any help?
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator, webadmin(a)kundenserver.de and
inform them of the time the error occurred, and anything you might
have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while
trying to use an ErrorDocument to handle the request.
_______________________________________________
List info: http://lists.roundcube.net/users/
I have a working installation of Roundcube 0.2 that I've attempted to
upgrade to 0.3. When I follow the upgrade instructions and run through the
installer pages, I get the login page, log in and then get a 500 error.
Sometimes, I can refresh and use Roundcube normally. Other times, I get
more 500 errors. I've included the contents of the errors (5 different
login attempts) file below. The log file indicates the login was
successful. And I've done a fresh install to a different subdomain with a
fresh database and saw the same issue. Does anybody have any ideas of why
this fails?
[09-Sep-2009 22:30:31] PHP Fatal error: Maximum execution time of 120
seconds exceeded in /home/roundcube/www/wm/program/lib/imap.inc on line 1448
[09-Sep-2009 22:31:06] PHP Fatal error: Maximum execution time of 120
seconds exceeded in /home/roundcube/www/wm/program/lib/imap.inc on line 260
[09-Sep-2009 22:31:54] PHP Fatal error: Maximum execution time of 120
seconds exceeded in /home/roundcube/www/wm/program/lib/imap.inc on line 259
[09-Sep-2009 22:32:18] PHP Fatal error: Maximum execution time of 120
seconds exceeded in /home/roundcube/www/wm/program/lib/imap.inc on line 1451
[09-Sep-2009 22:43:18] PHP Fatal error: Maximum execution time of 120
seconds exceeded in /home/roundcube/www/wm/program/lib/imap.inc on line 260
_______________________________________________
List info: http://lists.roundcube.net/users/
I am running version 3 and think it is great. I want to thank everybody
involved on a great release. But, I do have one issue. Maybe it is a
configuration issue, not sure. I have my messages sorted by date. I show
30 messages per page. If I am on any page besides page 1 and delete a
message, it will return me back to page 1 of the list instead of back to
the page I was on. Version 2 did not have this problem.
Thinking about it now this might have to do with the new config option to
show the next message on a delete. I have it set to not show me the next
message on a delete.
Thanks,
Jeff
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
Simple question, is there a way to mark a whole folder as read?
There are some cases where this would help a bit, for example
the linux kernel mailing list can easily deliver like 500 mails
a day, so in a single weekend I can get more than a thousand
mails on the same folder, and it's quite annoying to be marking
them page after page.
I'd like to be able to just search for the relevant topics
and then mark the rest as read by selecting the folder and
clicking the relevant option. However I don't seem to be able
to do that, which is why I am asking.
Thanks beforehand for any response.
--
Jesús Guerrero
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
say, is there anyone who uses LDAP authentication with RoundCube 0.3*?
I'm having this little issue here of not being able to map LDAP attributes to
RoundCube user attributes. For example, I'm using (in the config file
plugins/ldap_authentication/config.inc.php)
================= *snip* =================
$rcmail_config['ldapauth']['attr_name'] = 'cn';
$rcmail_config['ldapauth']['attr_mail'] = 'mail';
$rcmail_config['ldapauth']['attr_user'] = 'sAMAccountName';
================= *snap* =================
which I *thought* makes sure that the "E-Mail" entry in the standard identity
that RoundCube creates would be the 'mail' attribute from LDAP. -- Well, it
isn't here.
Any hints, anyone?
Cheers,
Nico
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'd like to know what the difference between these two downloads
is. I am concerned both about the practical part (functionality)
and about the licensing issues.
I haven't found anything in the web explaining what the difference
is, so if anyone could clarify it for me that would be wonderful.
If it's somewhere in the web please, kindly point me to the
relevant doc, I haven't been able to find it.
Thanks and congratulations for this great product.
--
Jesús Guerrero
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Roundcube users
We're proud to announce the stable release of version 0.3 with the
long-awaited plugin API. Now the doors are finally open to extend
Roundcube's functionality and the integration in other web-based systems
got much easier. The package includes a default set of useful plugins as
well as some sample code. An introduction to plugin development can be
found on our wiki [1].
This release also includes some more bug fixes especially fixes and
improvements of the LDAP support. Get all the details from the Changelog [2].
Together with this release we pimped our website with a fresh and sexy
screen design created by Micha Krautwasser, a very talented designer at
bueroflint.com. Many thanks man!
As usual you can download the new release from our (gorgeous) website [3].
Have fun!
Thomas
[1] http://trac.roundcube.net/wiki/Doc_Plugins
[2] http://trac.roundcube.net/wiki/Changelog
[3] http://roundcube.net/downloads
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I've just started to upgrade 0.2.2 to 0.3 stable and got the following
error in the error log after configuration:
"IMAP Error: Empty startup greeting"
I've checked imap.inc and tried to change buffer length at 623 line
stream_get_line($conn->fp, 8192, "\r\n"); Login was successfull only
after changing 8192 to 32?! Where is the problem?
Bit if I'm trying to run the same IMAP connection PHP code in test php
it works fine.
With regards, Andrey
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi friends,
there are already adapting to the plugin to create groups of contacts to
version 3.0 ?
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm taking my first steps in Roundcube here, and things work out pretty
find mostly.
One thing I can't seem to get to work is the LDAP address book that my
university runs. What I did was, I looked into main.inc.php, created a
section
========================== *snip* ==========================
$rcmail_config['ldap_public']['UA'] = array(
'name' => 'my university',
'hosts' => array('ldap.myuni.com'),
'port' => 389,
'use_tls' => false,
'user_specific' => false,
'base_dn' => '<my base dn>',
'bind_dn' => '<my bind dn>',
'bind_pass' => '<password>',
'writable' => false,
'ldap_version' => 3,
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'sort' => 'sn',
'scope' => 'list',
'filter' => '',
'fuzzy_search' => false );
========================== *snap* ==========================
and tadaa, the Roundcubes' address book section features a new address
book "my university". Unfortunately, though, no single entry appears in
there, even after searching.
There are no error while binding (according to logs/error), so I guess
that goes alright.
I have no idea where the mistake could be. Anyone else with a hint, maybe?
Cheers,
Nico
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I've been running 0.3rc for a few weeks and, since this morning only , I
have the following message on the top-left corner of the window:
----
DB Error in /<XXXX>/program/include/rcube_mdb2.php (623): MDB2 Error:
constraint violation Query: _doQuery: [Error message: Could not execute
statement] [Last executed query: EXECUTE
mdb2_statement_mysql_586751139f2cf6ff93d7883f2080104b31458319d USING @0,
@1, @2, @3, @4, @5, @6, @7, @8, @9, @10] [Native code: 1062] [Native
message: Duplicate entry '1-INBOX.msg-108742' for key 2]
----
It doesn't appear at every reload, it's quite random...
Any idea of were this could be coming from ?
Thanks,
Julien
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
we have a debian lenny server running postgresql 8.3, php 5 and moodle
1.9.5. We have a mail server running cyrus-imapd adjacent to it. For
various reasons, we installed roundcube on the moodle server to be a
front-end to the cyrus imapd on the other server.
We're currently running roundcube v0.2.2 which is using the existing
postgresql as its database. That database was originally created against
roundcube v1-2 and I've had to upgrade it, somewhat manually as there
didn't seem to be a script that could do it. We're running imapproxy on
the roundcube server to try and speed things up.
I have just over 3500 emails in my mailbox. That's quite a few, but it's
not massive. When I login to roundcube it takes a full minute to show me
the mailbox (I have it set to display the most recent 100 mails). Every
time I click for the next page of 100 mails, I wait at least another minute
before it's displayed. During this time, Postgresql runs at moreorless
100% the entire time. This is just not usable. By contrast, when I login
to ilohamail, I see the first 20 mails in 2 seconds.
It's possible that our manual upgrade has missed an index somewhere and as
a result postgresql is having to work unduly hard. Does anyone have any
suggestions for what I might do to work out what the hold up is?
Any other suggestions? Surely Roundcube isn't really this slow? Perhaps
there's a bottleneck I just need to work out and all will be better?
Gavin
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi list,
I installed rcu 0.3-RC1. Everything works fine, when I add the
Language Selection plugin I can login with en_US, but when I select
any other language it just doesn't do anything. I already tried adding
the taskbar and the captcha
plugins because I've seen some warnings about that in the error_log.
This fixes the warnings but not the issue.
Someone had an idea?
Thanks,
Wesley Hof,
Unix system engineer,
KPN Belgium.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi list,
I installed rcu 0.3-RC1. Everything works fine, when I add the
Language Selection plugin I can login with en_US, but when I select
any other language it just doesn't do anything. I already tried adding
the taskbar and the captcha
plugins because I've seen some warnings about that in the error_log.
This fixes the warnings but not the issue.
Someone had an idea?
Thanks,
Wesley Hof,
Unix system engineer,
KPN Belgium.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello Everyone,
Today I faced strange thing. I am monitoring my server with AIDE software.
It detects changes in the filesystem structure, for example notifying me
about file being created, changed or deleted. What I spotted was that
sqlite.db file was created in my roundcube/bin directory. What's more when
I check original location of the file which is roundcube/sqlite.db it was
11G in size! Is this normal? What is exactly stored in the file? I removed
(previously backed up) both files and everything seems to be working OK. So
I am wondering - did someone "visited" my server and did something nasty?
Or is this suppose to happen and sqlite.db can grow to 11G over time?
Any help would be greatly appreciated. Thanks!
--
Michał Droździewicz
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello Everyone,
Today I faced strange thing. I am monitoring my server with AIDE software.
It detects changes in the filesystem structure, for example notifying me
about file being created, changed or deleted. What I spotted was that
sqlite.db file was created in my roundcube/bin directory. What's more when
I check original location of the file which is roundcube/sqlite.db it was
11G in size! Is this normal? What is exactly stored in the file? I removed
(previously backed up) both files and everything seems to be working OK. So
I am wondering - did someone "visited" my server and did something nasty?
Or is this suppose to happen and sqlite.db can grow to 11G over time?
Any help would be greatly appreciated. Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
On Aug 18, 2009, at 6:09 AM, Paul Falbe wrote:
> On Mon, Aug 17, 2009 at 03:40:58PM -0500, chasd wrote:
>>
>> On Aug 17, 2009, at 3:09 PM, Paul Falbe wrote:
>>
>>>
>>> Has any of the work talked about a year or so ago to RoundCube to
>>> work better with the iPhone's Safari browser been commited yet?
>>> I checked the Changelog but didn't see anything.
>>
>> What specifically are you looking for ?
>>
>> I supplied a patch for a button so iPhone users can open messages.
>
> This is what I am looking for. Do I have to apply it or is it in
> main? And if so what version?
The thread on the RC development list is from November of 2007, if
you want to look at the archives.
Here is the Trac ticket I created, which contains the patch.
<http://trac.roundcube.net/ticket/1484680>
All this does is add a " Open Message " icon since a double-click on
the iPhone won't open a message, it does something different.
The version the patch is made from is in the ticket.
The ticket also shows that applying the patch was slated for 0.15,
but I don't think it got in.
RC has changed a lot since then, and I have not re-based my patch
because we still use an older version of RC.
The changes are very minimal, if you know PHP / HTML at all you
should be able to apply the changes manually if patch -p0 doesn't
work with more current code.
I will be re-basing this patch sometime in the future, and looking at
creating a mobile-friendly theme for RC, but I have many more things
on my TODO list before I get to that.
Feedback on iPhone usability issues would be welcomed, since I don't
use an iPhone myself, and users generally don't talk to IT people
unless the Internet is broken.
--
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have installed roundcube 0.30RC1 with LDAP on my server. The auto completing
function in new mails works correctly in roundcube. All the adresses of my
database are there in it and I can also put new contacts in my adressbook -
but in my adressbook I can't see or search for any addresses of my database.
Has everyone had the same problem and had found a solution?!
Thanks for any answers
Sebastian Kronenwerth
_______________________________________________
List info: http://lists.roundcube.net/users/
I've installed rc1 for testing, and am trying to enable the password
plugin using poppassd. I've only been partially successful. It does
contact
the server, for if the old password is wrong I am notified. But if the old
password is correct the page just hangs when you submit.
No errors are evident in the remote server's logs, but the following error
is logged in the Roundcube server's ssl_error_log:
[error] [client 000.000.000.000] File does not exist:
/var/www/html/undefined, referer:
https://some.rc.server/?_task=settings&_action=plugin.password
Any ideas?
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
______________
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, friends
I adapted the patch to group of contacts in version 3.0 and the biggest
problem is to convert the changes in program/steps/mail/compose.inc as you
can see in
http://trac.roundcube.net/attachment/ticket/1485657/contact_groups.diffcould
tell me how can set these variables ? would be in autocomplete.inc?
canyou help me for alter the patch ?
thankś
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've finally figured out how to setup the LDAP Address Book and it's
working almost fine.
When I'm composing a new mail, the autocompletion works gread, and When
I browse the addressbook I can see on the left panel the contact list.
The problem is that when I click on a contact's name I get the message
"The requested contact was not found".
I've googled for it and it seems that other people are having the same
problem, but I've not found any solution.
Thanks a lot!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've setup the ldap server on the main config file but when I try to
browse the Addressbook the only thing I get is a blank page.
On the error log I can see the following:
PHP Fatal error: Call to a member function set_pagesize() on a
non-object in /var/www/roundcube/program/steps/addressbook/func.inc on
line 25
I'm setting it up on debian lenny.
Any idea what can be causing this problem?
Thanks a lot.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I would like to change the default charset in Roundcube because some
messages was strangers. I need to change the default charset UTF-8 to
ISO-8859-1.
I set into main.inc.php the option "$rcmail_config['default_charset'] =
'ISO-8859-1';" but it haven't had any effects. I remain to send e-mail
in UTF-8 format.
Can anybody help me?
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
I just installed version 0.30RC1. So far so good. I created a new
install with a brand new config file instead of upgrading. But, when I
delete a message which is open, it now opens up the next message. My other
setup returns me to the message list. Is there a setting I am missing or
is this the new way to handle delete when a message window is open?
Thanks,
Jeff
_______________________________________________
List info: http://lists.roundcube.net/users/
Greeings,
I'm doing a new roundcube install and opted to try the 0.3 branch. My
problem is that both the beta and the RC1 stops at the check phase (step
1). It might or might not be related to php 5.3. My main problem is that
there is no error whatsoever in any of the logs...
The page loads:
Checking PHP version
Version: OK(PHP 5.3.0 detected)
Checking PHP extensions
The following modules/extensions are required to run RoundCube:
PCRE: OK
DOM: OK
Session: OK
The next couple of extensions are optional but recommended to get the
best performance:
FileInfo: OK
Libiconv: OK
Then it's done with a 200.
Any ideas? Is this a php 5.3 problem? Should I simply stick with 0.2?
Thanks in advance
Bgs
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
When using subfolders in Sent folder the field Sender (not Recepient
as in usual Send folder) is present in message listing ...
Can I change it ?
Second case:
there is lots of such notices in apache error log:
[Wed Jul 29 10:50:04 2009] [error] [client XXX] File does not exist:
/XXX/undefined, referer: https://XXX/?_task=mail
[Wed Jul 29 10:50:06 2009] [error] [client XXX] File does not exist:
/XXX/undefined, referer:
https://XXX/?_task=mail&_action=show&_uid=289&_mbox=INBOX
[Wed Jul 29 10:50:08 2009] [error] [client XXX] File does not exist:
/XXX/undefined, referer: https://XXX/?_task=mail&_action=logout
[Wed Jul 29 10:50:23 2009] [error] [client XXX] File does not exist:
/XXX/undefined, referer: https://XXX/?_task=mail
[Wed Jul 29 10:50:30 2009] [error] [client XXX] File does not exist:
/XXX/undefined, referer: https://XXX/?_task=mail&_action=logout
[Wed Jul 29 10:50:40 2009] [error] [client XXX] File does not exist:
/XXX/undefined, referer: https://XXX/?_task=mail
[Wed Jul 29 10:50:46 2009] [error] [client XXX] File does not exist:
/XXX/undefined, referer:
https://XXX/?_task=mail&_action=preview&_uid=1058&_mbox=INBOX&_framed=1
[Wed Jul 29 10:50:47 2009] [error] [client XXX] File does not exist:
/XXX/undefined, referer: https://XXX/?_task=mail
What's undefined? I have no idea what causes such error ...
My version:
RC - Version 0.3-beta
Thanks for any answers
regards
Marcin Niskiewicz
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, I have installed it and copied my config directory from the previous
version (0.2.2)
It logs in fine, and everything appears OK, however, if I leave it for more
than a few minutes I can no longer connect to the mail server, which
displays an error in red "Server Error ! (Not connected)". I then have to
log out and back in at which point all is OK again.
Its possible I missed a setting in the config file but I didn't see
anything new that seemed to be important ?
Anyway, just so you know - feedback is only ever useful (I hope !)
Cheers
Steve
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello RoundCube users and list lurkers
After getting plenty of feedback for the plugin API [1] which was published
in version 0.3-beta we now released an almost-ready-to-hit-the-road version
of RoundCube. The reason why this not yet a stable release are some
pervasive changes on the IMAP backend in order to improve performance. See
Changelog [2] for details
We'd like our dear users to extensively test this release candidate and
submit errors to our bug tracker [3]. The 0.3-stable release will follow
soon...
You can get 0.3-RC1 from the download section of our website [4].
Best regards,
Thomas
[1] http://trac.roundcube.net/wiki/Doc_Plugins
[2] http://trac.roundcube.net/wiki/Changelog
[3] http://trac.roundcube.net/report
[4] http://roundcube.net/downloads
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi.
My users are experimenting a long delay when try to send an email with RC.
Just a simple email with 3 lines can take 1 minute to be sended, and
the RC and mail server is in my LAN.
How can i check what can cause that delay?
Im using RC v0.2.2
Thanks in advance.
_______________________________________________
List info: http://lists.roundcube.net/users/
Can i omit non-unicode characters to avoid the error: Server Error! (OK).
The sent-mail folder from another webmail are with non-unicode characters.
How can omit these characters?
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/users/
I just configured my IMAP server to use TLS. I did 'not' disable plain
text login but if the client is configured to check for TLS, it's
available and the connection is made encrypted rather than plain text.
My question is how can I force all IMAP connections to my server to
use TLS rather than plain text from RoundCube?
_______________________________________________
List info: http://lists.roundcube.net/users/
there is plugin that allows me foward email at my address book before I have
to type the initials for the load it?
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
_______________________________________________
List info: http://lists.roundcube.net/users/
How does one delete a user from the databases via PHPmyadmin?
I get the following error...
MySQL said: #1451 - Cannot delete or update a parent row: a foreign key constraint fails (`roundcubemail/cache`, CONSTRAINT `user_id_fk_cache` FOREIGN KEY (`user_id`) REFERENCES `users` (`user_id`))
And I cannot get around it!!
please help!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello all, and sorry for my english ...
With tle last stable RC and IE 7.0.x (+XP) when i can see a attachments i
can read this :
For PDF and the special windows for this : waiting during a long time, for
nothing.
For save an attachments (PDF, Doc/xls...) except TXT i can read this error :
Internet Exploser do not download "/" from .....
The solution is perhaps this or not (?) (archives from lists.roundcube.net)
:
"
Balazs Horvath wrote:
> Hi,
>
> *attachment type*
> the newly introduced extension based mime-ing does not work, an old code
> fragment got back...:
> https://svn.roundcube.net/trunk/roundcubemail/program/steps/mail/attachment…
> instead of
> 'mimetype' => rc_mime_content_type($filepath,
> $_FILES['_attachments']['type'][$i])
> should be this
> 'mimetype' => rc_mime_content_type($filepath,
> $_FILES['_attachments']['name'][$i], $_FILES['_attachments']['type'][$i])
Fixed in r2724.
>
> *undocumented plugin hook*
> http://trac.roundcube.net/wiki/Plugin_Hooks
> $attachment = $RCMAIL->plugins->exec_hook('upload_attachment', $attachment);
Yes and there are others like save_attachment, get_attachment,
remove_attachment, display_attachment and cleanup_attachments
These hooks are used for core plugins (filesystem_attachments and
database_attachments) which are required to handle the storage of
attachment files. However the upload_attachment hook could be of interest
for other plugins too (e.g. for virus checking) and I've now added it to
the documentation.
Thanks a lot for reporting!
~Thomas"
---------------
But under Linux + Firefox its very cool to use RC - Many thanks a lot.
Best regards
--
----~o00o-----//{ ´°`(_)´°` }\\-----o00o~------
Laurent Archambault
Under Linux
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm planning to install a new version of Roundcube to test it, but I
want to leave the current version for all users while I'm testing the
new one.
Is it possible, or will there be some problem with the mysql database ?
Thanks a lot in advance for any help
Denis
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello Alec, could you help me find the reason for this error? already
upgraded mysql and schema to roundcube 3.0-Beta, is because the webmail is
roundrobin and tries to save the same message in cache when accessed on
different servers ?
*[16-Jul-2009 21:24:59 -0300] DB Error: MDB2 Error: constraint violation
Query: _doQuery: [Error message: Could not execute statement] [Last executed
query: EXECUTE
mdb2_statement_mysql_88595133aa17b429c59da5db91de8bc671b0fbb3c USING @0, @1,
@2, @3, @4, @5, @6, @7, @8, @9, @10] [Native code: 1062] [Native message:
Duplicate entry '1110-INBOX.msg-2786' for key 2] in /webhost/
webmail.atarde.com.br/program/include/rcube_mdb2.php on line 621 (GET
/?_task=mail&_mbox=INBOX&_page=1)*
I'm fix the problem about the image in attach alter the mail.css alter:
#messagetoolbar
{
position: absolute;
top: 47px;
left: 200px;
right: 200px;
height: 35px;
white-space: nowrap;
* z-index: 1000;*
/* border: 1px solid #cccccc; */
}
another question:
I'm using a imap proxy and the imap-server accept the request very well but
the consult fin trash , sent-mail and another imap folders is very slow,
another question about this ?
Thanks for the excelent Project.
--
----------------------------------------------------------------
Tiago Gomes Pereira http://www.tiagogomes.eti.br
LPI Certified
LPI ID - LPI000129445
IT Service Management - ITIL FOUNDATION V2
ID - SR341901
algodas(a)gmail.com
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/dB/Vy48Fm85/rb.JPG
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
Thanks a lot for your help and sorry for asking about a known issue...
And I can confirm that the "factory settings" of 64Mb were not enough !
With 128Mb it worked...
That's crazy ! Don't know how PEAR::Mail_mime is developped, but I think
it's not really suited for servers with a lot of users ;-)
Thanks a lot for your help and next time I won't search only in the
mailing-list ;-))
Denis
William Ngo a écrit :
> Hi,
>
> This is actually a known issue, as noted
> here: http://trac.roundcube.net/ticket/1484660
>
> In our experience, we've had to set the memory_limit as high as 15 times
> the attachment file size to avoid running into this error.
>
> Will
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I tried to send a 5Mb fileattach and Roundcube runs "forever" with
"Message being sent".
In the logs it seems clear something is bugged
[16-jui-2009 20:58:57] PHP Fatal error: Allowed memory size of 67108864
bytes exhausted (tried to allocate 12874619 bytes) in
/var/www/html/tools/roundcubemail-0.2.2/program/lib/Net/SMTP.php on line 831
Do you know this bug ? Can I do something to correct it (config or source) ?
I'm using RC standard .htaccess config :
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
I mean, 64 Mbytes of memory "should be enough" for a 5 Mbytes file,
isn't it ?
And BTW it the RC "factory" settings...
Thanks a lot in advance !
Denis
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm getting an Unknown Server Error in 0.2.2 whenever the screen refreshes.
I've enabled the trace debug level but so far all I'm getting is dovecot
messages to syslog:
2009-07-16 11:16:11.343466500 mail.info: Jul 16 11:16:11 dovecot: imap-login:
Login: user=<jross>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
2009-07-16 11:16:11.351883500 user.info: Jul 16 11:16:11 roundcube:
[16-Jul-2009 11:16:35 -0600]: * OK Dovecot ready.
2009-07-16 11:16:11.351897500 Tried PLAIN: Resource id #52
2009-07-16 11:16:11.351905500
2009-07-16 11:16:11.762970500 mail.info: Jul 16 11:16:11 dovecot: IMAP(jross):
Disconnected: Logged out bytes=325/3301
So far as I can tell, RC is working just fine. I can send, receive, and I've
imported all of my contacts as one .vcf file.
I'd appreciate any clues in tracking this down--I know the users aren't going
to happy with that error message in red popping onto the screen every minute
or so.
Alternatively, can I easily disable the error message?
Thanks,
Jeff Ross
_______________________________________________
List info: http://lists.roundcube.net/users/