*Hi friends,*
I can remove temp directory of rouncube ??
Thanks
Geraldo
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi everybody
The second stable version of the RoundCube Webmail package completes
unfinished work from the 0.2-stable release. It comes up with about 80
bug fixes as well as some performance improvements. See
http://trac.roundcube.net/wiki/Changelog for details.
You can download the package from http://roundcube.net/downloads and
we recommend to update all existing installations of RoundCube.
The upgrading process now became very easy with the integrated update
script. It's runnable from the shell or from within the web-based
installer. Read the UPGRADING instructions for details.
Happy new year!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
On Tue, Dec 30, 2008 at 17:33, Javier Smaldone wrote:
>> The second stable version of the RoundCube Webmail package completes
>> unfinished work from the 0.2-stable release. It comes up with about 80
>> bug fixes as well as some performance improvements.
>
> Do you mean "unfinished work from the 0.2-beta release."?
>
Yes, of course I meant 0.2-beta. Sorry for that mistake.
And I also forgot to mention that this new release also includes the
security fixes that were recently published for the 0.2-beta version:
http://sourceforge.net/forum/forum.php?forum_id=898542
If you haven't updated your old RoundCube installations we strongly
recommend to do so.
Best regards,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,friends,
I have installed RCE days before successfully, however, I don't know whether email is stored in mbox or Maildir format?
I would appreciate very much if anyone can tell me.
Thank you.
_______________________________________________
List info: http://lists.roundcube.net/users/
Inspecting my logs, I see that cracker tools are developing an increased
interest in Roundcube. For example, tests for the /bin/msgimport shell
script are common.
I'm not sure if they want the script to attempt abusing it (if server
configuration allows that) or to check for the Roundcube version (other
tools display the CHANGELOG file, in what is obviously an
identification+version probe). In any case, why are those scripts in
'roundcube/bin' instead of being elsewhere, outside of the
web-accessible tree?
Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, all.
I use OpenLDAP as global address book in roundcube-0.1.1, how can i use
'%d', '%u' like in postfix ldap lookup table? so that i can make the
user only search their own domain for address book. e.g.
'base_dn' => "domainName=%d,o=domains,dc=iredmail,dc=org",
I tried this syntax, but it failed.
Thanks very much.
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi list,
I don't know the function of imap_root parameter. What does it do? How to
config it with qmail, vpopmail installation? Explain me please.
Many Thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Upcoming changes to Roundcube may have features that depend on what
kind of IMAP software is used.
Currently, the following popular software supports these proposed
features :
Dovecot
Cyrus
Courier
dbmail
Do you use something different, and if so, what do you use ?
--
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I am having trouble installing roundcube. I've got the problem
narrowed down to the lib/imap.inc.php and the magic quotes setting.
When I go to Step 1 of the installer, it says everything is OK except
for magic quotes. I change the .htaccess file to turn
magic_quotes_gpc off and then I get an error 302. After some work, I
found out that if I remove the imap.inc.php file it will show
everything OK except for iiiConnection. Do you know what could be the
cause of my issue?
Appreciate your help.
Maged.
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear subscribers
There were two security issues reported which are now fixed. The first
was as possible code injection using the html2text conversion script
[1]. The other exploit used the unchecked size parameters of the quota
image to let PHP create huge images eating up all the server memory.
Thanks to Stephan for reporting this.
The two vulnerable scripts were updated in the current 0.2-beta
package and for existing RoundCube installations we recommend to
download the update [2] and to replace all the files with the new
versions found in the archive.
Regards,
Thomas
[1] http://trac.roundcube.net/ticket/1485618
[2] http://downloads.sourceforge.net/roundcubemail/roundcubemail-0.2-beta-patch…
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi I am in desperate need of some help.
I am trying to install roundcube using the installer app that comes
with it. I keep getting stuck at step 1 though. When I run it
without an htaccess file, I get everything OK except for "magic_quotes
not set to 0". As soon as I include:
php_value magic_quotes_gpc 0, (or use the .htaccess file that comes
with roundcube).
in .htaccess, the installer breaks at step 1 with an Error 302. Has
anyone seen this before or know why it's happening?
Thanks,
Maged.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi I am in desperate need of some help.
I am trying to install roundcube using the installer app that comes
with it. I keep getting stuck at step 1 though. When I run it
without an htaccess file, I get everything OK except for "magic_quotes
not set to 0". As soon as I include:
php_value magic_quotes_gpc 0, (or use the .htaccess file that comes
with roundcube).
in .htaccess, the installer breaks at step 1 with an Error 302. Has
anyone seen this before or know why it's happening?
Thanks,
Maged.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm confused about this item in lables.inc and don't know how to
translate it:
$labels['focusonnewmessage'] = 'Focus browser window on new message';
I tested roundcube (svn version) with/without this option checked, but
not found what the different is. :(
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I'm not sure whether this needs to go here or to dev@, so I'll try here first.
I'm currently using 0.1-beta2 and want to have outgoing (i.e. composed) emails automatically
wordwrap at around 75-80 characters. Without this, some MUAs and mail archiving utilities
render the emails with paragraphs on one long line (see, for example,
http://linuxfromscratch.org/pipermail/lfs-dev/2008-December/062317.html).
Looking at the code (program/steps/mail/sendmail.inc) it seems this has been deliberately
commented out, and has been since the original code was added to subversion (see
http://trac.roundcube.net/browser/trunk/roundcubemail/program/steps/mail/se…).
Can I simply comment line 170 and uncomment line 171 to get outgoing emails wrapped? If so, why has
it been commented out?
I notice that 0.2-beta looks as if it wraps outgoing messages by default (see
http://trac.roundcube.net/browser/branches/release-0.2-beta/program/steps/m…).
At this point in time, upgrading isn't an option, but if the trivial change to the 0.1-beta2
code isn't going to fix things, then I can try to schedule some downtime for our production
users.
Thanks for any help and advice you can provide,
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, all.
Currently, it seems roundcube (both 0.1.1 and svn version) only
implemented mail header search, right?
How can i search mail body in roundcube (0.1.1 or svn version)?
PS: I use Dovecot-1.1.x as IMAP server.
Thanks very much. :)
--
Best regards.
Zhang Huangbin
- Open Source Mail Server Solution for RHEL/CentOS 5.x:
http://code.google.com/p/iredmail/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I run RoundCube on an UW-IMAPD mailserver. One of my users has 28 MB
of inbox with about 450 messages, and RoundCube has issues there.
Often, message are seen three or four times, and the message count
doesn't work reliably. Sometimes, even copying or marking messages
doesn't work reliably.
When being used via a normal mail client, things work just fine.
Are there any known issues like that?
Thanks
Florian
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
i've a strange problem...
when i log in into roundcube webmail, i can't see last mail receveid.
The counter of new mail is correct, but new mail doesn't appear. so i
can't read all new email.
This problem seems to be only mine.
Any idea?
thanks in advance
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
Is it already possible to use several SMTP servers? Or is it an option which will appear later?
Thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Is the New Identity feature on RC 0.2 broken? I can't seem to get it
working.
--
asai
_______________________________________________
List info: http://lists.roundcube.net/users/
L.S.
The current skins for RoundCube require each there own settings in the
configuration file main.inc.php. I.E.:
For skin MVISION:
$rcmail_config['list_cols'] = array('subject','from','date');
For skin GROUPVISE:
$rcmail_config['list_cols'] = array('flag','size','from','subject','date');
How can I apply these settings. when switching skins in the 'Preferences'?
--
Kees de Keizer
kees(a)de-keizer.net
http://www.de-keizer.net/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I use RoundCube with Apache on Debian.
I'd like to see all tries of connexion (especially the errors, but
right connexions are needed too).
I did not found this parameter in RoundCube's configuration.
Do you have any clue ?
Thanks.
David.
_______________________________________________
List info: http://lists.roundcube.net/users/
hi all,
May be it won´t be the rigth place to post this but i am new to mail
servers...
I have installed a postfix + dovecot on a fedora machine ( it is a
VMware Image, because i am afraid to do it in the production server
before i knew what i am doing)
i am able to send mails, and it seems dovecot is running properly...
i am able to connect via telnet and i am logging with the username/
pasword of the accounts i have created. I thought they were imap user/
password aswell, but the roundcube interface doesn´t allow me to login.
Anyone could point me what i am doing wrong? I know it a very basic
question...
Any help would be great!!
Thanks
Pili
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there any methods to use Junk mail folder in RoundCube?
Best regards,
Dang Thanh Binh
_______________________________________________
List info: http://lists.roundcube.net/users/