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/
Hi,
I was playing with RoundCube in a shared-hosting environment, just to test
it. I found that it was unable to connect to the MySQL database served by
the shared-hosting provider (I believe it reported an
authentication/connection failure in the setup panel; I can get the exact
message if it'd help, but the message was fairly generic). If I took the
same install and pointed it at a MySQL database on a server that I control,
it works just fine; and I could connect to the database just fine with the
"mysql" command-line client.
There are only two differences from a stock MySQL server, for this
shared-hosting setup: First, the user account doesn't have permission to
CREATE DATABASE (you have to go use their Web form; so I created the
database in advance). Second, all database names are of the form
"[username]+[dbname]", ie., "foouser+roundcubedb" (you can do this in
normal MySQL, but of course it's not common). I know that other webapps on
this server have trouble with the "+", and need to have it URL-encoded; but
none of the standard encodings worked here (and most of them caused it to
simply report "database not found"). Other than that, it is a normal MySQL
server; I've never had trouble connecting software to it.
Any pointers on how to debug?
Thanks,
Adam
_______________________________________________
List info: http://lists.roundcube.net/users/
good afternoon;
Further to a history(story) of right(law) roundcube posts(shows) me this
Installer script is still accessible
The install script of your RoundCube installation is still stored in its
default location!
Please remove the whole installer folder from the RoundCube directory because
these files may expose sensitive configuration data like server passwords and
encryption keys to the public. Make sure you cannot access the installer
script from your browser.
_______________________________________________
List info: http://lists.roundcube.net/users/
attach image, show more actions options under the container's display
message. It's fix ? 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
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/p3/RpCCDXLF/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/
some e-mail accounts in IE 8 when clicked on MAILBOX, the following error
"Server Error! (OK), the same does not happen with firefox. The problem
remains regardless of the version of roundcube. There is no error in the
imap debug, as well as the imap server. There is something known to it?
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/
Guys, I'm with two servers in round-robin accessing the same bank, both with
apache2 prefork PHP 5.2.3 + and 3.0beta svn roundcube, I think the error
message in the bank
*[12-Jul-2009 18:11:43 -0300] DB Error: MDB2 Error: constraint violation
Query: _doQuery: [Error message: Could not execute statement] [Last executed
query: EXECUTE
mdb2_statement_mysql_6d7e2507d4ec57fc456165ed004f015e49d038e62 USING @0, @1,
@2, @3, @4, @5, @6, @7, @8, @9, @10] [Native code: 1062] [Native message:
Duplicate entry '3246-INBOX.msg-2542' for key 2] in /webhost/
webmail.atarde.com.br/program/include/rcube_mdb2.php on line 621 (POST
/?_task=mail&_action=moveto?_task=&_action=)*
may be linked to the round-robin as one may be wanting to record a message
already recorded by another. While I do not know if the length of log can be
caused by it.* On login this is very slow too* ,The imapd is set to 150
(MAXPERIP) connections and maxdaemons to 1000, and the normal is an average
of 130 connections simultâneas.IMAP4 rev 1. Also use the imapproxy the two
servers. *E-mail clients do not have the slow login, but the roundcube yes.
load partial, stop for 15 seconds and then open the INBOX*. 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/
hello friends, my authentication takes a while, as if carrying something, do
not know if it is the cache, but is relatively slow login to the inbox.
Could you tell me if there is to reduce this time?
--
----------------------------------------------------------------
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!
Today I use RoundCube for the first time on my testing server. I saw something like multi-language on the homepage of RoundCube but there is NO multi-language support for the installer pages.
Why not add a language selection dropdown list before start the installer?
Thanks.
With best regards,
joomlagate.com.
http://www.joomlagate.com
_______________________________________________
List info: http://lists.roundcube.net/users/
staff, this problem still persite, did the database again with the
mysql.initial nevertheless still. can you help me ?!
DB Error: MDB2 Error: constraint violation Query: _doQuery: [Error message:
Could not execute statement] [Last executed query: EXECUTE
mdb2_statement_mysql_15aca1f9c66ed324b1879df4e3344355c164efd070 USING @0,
@1, @2, @3, @4, @5, @6, @7, @8, @9, @10] [Native code: 1062] [Native
message: Duplicate entry '1-INBOX.Trash.msg-58
--
----------------------------------------------------------------
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/
Hmm...In my case authentication is based on LDAP information but there
are many records in LDAP tree which does not have corresponding physical
mailbox on the server. I've deleted such user records and now average
load is about 0.3. Will observe the average load further. Thank you for
the great tip.
Interesting, is that IMAP server or RC problem?
Koffedor пишет:
> My Apache starts to eat cpu when somebody tries to log in to the
> mailbox, authentication succeeds, but there is no Maildir for this
> user on the server. Hope this will help you somehow.
>
> PS. Using freebsd 7.2, apache-2.0.63_2, courier-imap-4.4.1,2,
> roundcube 0.2.1.
>
>
>
_______________________________________________
List info: http://lists.roundcube.net/users/
Olá Gutemberg, till ,
Já está atualizado , mysql 5 , gerei mysql.initial , mesmo assim ainda
apresenta o problema, O overload geralmente acontece quando há mais de 600
conexões , acabei de colocar o round robin no dns pra duas máquinas pra ver
se melhora. Algumas sugestão ? Abraço
Hello Gutemberg,
Already updated, mysql 5, generated mysql.initial nevertheless still shows
the problem, the overload usually occurs when there are more than 600
connections, just put in the round robin dns for two machines to see is
improvement. Some suggestion? Abraço
2009/7/4 Gutenberg Campos <gutenbergc(a)gmail.com>
> update your mysql.
>
> 2009/7/3 Tiago Gomes <algodas(a)gmail.com>
>
>> Hello everyone.
>> sorry because my poor english, congratulations to all the excellent
>> project roundcube mail. I have one problem, I installed all versions for
>> test, including svn / trunk (latest) and all creates overload on my server.
>> High cpu load
>>
>> I'm using the services:
>>
>> Apache:
>>
>> Server version: Apache/2.2.6 (Unix)
>> Server built: Jul 1 2009 20:41:05
>> * - -with-mpm=worker*
>>
>> Php:
>>
>> PHP 5.2.6-1+lenny3 with Suhosin-Patch 0.9.6.2 (cli) (built: Apr 26 2009
>> 22:16:23)
>> Copyright (c) 1997-2008 The PHP Group
>> Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
>>
>> Mysql 5.0
>>
>> SERVER load average info after 10 minutes then restart the apache server:
>>
>> *top - 16:48:25 up 6:24, 3 users, load average: 6.92, 2.89, 3.88*
>> Tasks: 84 total, 2 running, 82 sleeping, 0 stopped, 0 zombie
>> *Cpu(s): 98.1%us, 1.7%sy, 0.0%ni, 46.9%id, 0.2%wa, 0.0%hi, 0.0%si,
>> 0.0%st*
>> Mem: 2076288k total, 1079936k used, 996352k free, 297020k buffers
>> Swap: 498004k total, 0k used, 498004k free, 486532k cached
>>
>>
>> PID USER PR NI VIRT RES SHR S *%CPU* %MEM TIME+
>> COMMAND
>>
>>
>> 14103 www-data 20 0 564m 125m 3536 S *190* 6.2 6:28.57
>> httpd
>>
>> 14088 www-data 20 0 517m 89m 3464 S * 118* 4.4 10:45.10 httpd
>>
>>
>>
>> the log error log from round roundcube mail:
>>
>> Only:
>>
>> *[03-Jul-2009 16:48:08 -0300] DB Error: MDB2 Error: constraint violation
>> Query: _doQuery: [Error message: Could not execute statement] [Last executed
>> query: EXECUTE
>> mdb2_statement_mysql_501fd0fc317c477d1c729158644dc2c5bd5f1d12d USING @0, @1,
>> @2, @3, @4, @5, @6, @7, @8, @9, @10] [Native code: 1062] [Native message:
>> Duplicate entry '2557-INBOX.msg-13334' for key 2] in /webhost/
>> webmail.atarde.com.br/program/include/rcube_mdb2.php on line 621 (GET
>> /?_task=mail&_mbox=INBOX&_page=1)
>>
>> [03-Jul-2009 16:48:08] MDB2 Error: constraint violation (-3): _doQuery:
>> [Error message: Could not execute statement]
>>
>> [Last executed query: EXECUTE
>> mdb2_statement_mysql_674a5a0876c6968d9d29cb5837c47123866f39a43 USING @0, @1,
>> @2, @3, @4, @5, @6, @7, @8, @9, @10]
>>
>> [Native code: 1062]
>>
>> [Native message: Duplicate entry '2557-INBOX.msg-13401' for key 2]
>> *
>> Can you Help me, ? 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/
>>
>>
>
>
> --
> AVISO LEGAL
> Esta mensagem é destinada exclusivamente para a(s) pessoa(s) a quem é
> dirigida, podendo conter informação confidencial e/ou legalmente
> privilegiada. Se você não for destinatário desta mensagem, desde já fica
> notificado de abster-se a divulgar, copiar, distribuir, examinar ou, de
> qualquer forma, utilizar a informação contida nesta mensagem, por ser
> ilegal. Caso você tenha recebido esta mensagem por engano, pedimos que nos
> retorne este E-Mail, promovendo, desde logo, a eliminação do seu conteúdo em
> sua base de dados, registros ou sistema de controle. Fica desprovida de
> eficácia e validade a mensagem que contiver vínculos obrigacionais, expedida
> por quem não detenha poderes de representação.
>
> --
> Roosevelth Gutenberg Ferreira Campos - M.Sc
> Membro do GTMSL - Governo Federal
> Linux User 370146
>
--
----------------------------------------------------------------
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/
Is it possible to change the header on Replies to be in a similar format to
that shown on Forwarded emails (eg: Outlook style) rather than the default
"On xxx xxx Wrote:", and also to stop the indenting of the previous text
(again as per Outlook).
Its not exactly a major problem with what is generally a great bit of
software, but if it was a simple setting I find it to be more readable
"unindented", especially when there are multiple replies and so multiple
indenting.
Thanks
Steve
_______________________________________________
List info: http://lists.roundcube.net/users/
Hey all,
I know this isn't strictly related to RC only, however I was wondering if
I could get some feedback from anyone who has converted from using
something like Courier to Dovecot and how you have found the performance
differences etc.
I am currently running Exim+Courier+RC and things work well and fast,
however the userbase using the system may be increasing by a very large
amount shortly and I have been looking into methods to increase/sustain
performance. I have seen a few people mention Dovecot and that RC has been
written specifically with it in mind, however I want to make sure its worth
it before I go and start messing with a system that is working well (at
present).
I have also been looking at IMAPProxy - Does anyone use this with RC? (and
Dovecot ?) Any issues or things I should be aware of?
Thanks in advance!
-- Mark
_______________________________________________
List info: http://lists.roundcube.net/users/
I am using dovecot imap server with roundcube webmail. I can do everything with roundcube but the problem is disk quota. In disk usage it shows "Unlimited" but I have assigned disk space for each users. But in all users it show only "Unlimited".
Thanks,
Gunza
_______________________________________________
List info: http://lists.roundcube.net/users/
Is it possible to sort your address book once imported via
alphabetical order? It just adds contacts in by entry order rather
than by name and I find this a huge mess. I would think someone has
thought of something to resolve that by now. Anyone know if I am
missing something or can adjust this?
Thanks!
-Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello everyone,
first sorry for my bad english, but I have a question. It is feasible to
change the configuration of roundcube so that the software first make a
mxlookup from the address of the user an then use the result as the imap
and smtp server?
Thank you for your help
daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
Good afternoon,
Hopefully I'm in the right place to ask these questions, if not can you
direct me.
For the past two weeks using roundcube webmail I've cannot send
attachments, the e-mails I want deleted won't delete and I cannot add to my
address book. I've tried to find a support for roundcube webmail and I've
gotten to this point. Can anyone help?
Carl
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
Yes, Javascript is enabled and there are no error messages in the apache log!
The same thing happens with both Firefox and IE...
Regards
Philipp
> Is JavaScript enabled ?
>
> On Fri, 12 Jun 2009 17:40:49 +1000 (EST), philipp.burath(a)i-tecknik.com
> wrote:
>> So for example, if I click on an e-mail to open it, nothing happens at
> all
>> on the screen and the e-mail doesn't show up. If I want to change to a
>> subfolder nothing happens either...
>>
>>> Hi,
>>>
>>> I have installed Roundcube 0.2.2 stable on my webserver. I can log into
>>> roundcube and am able to edit preferences, look at the addressbook etc,
>>> but I'm unable to open e-mail in the main window or change folder. I
>>> cannot compose e-mails either..
>>>
>>> Would someone be able to help me? What info do you require.
>>>
>>> Thanks Alot
>>>
>>> Regards
>>> Philipp
>>>
>>>
>>> _______________________________________________
>>> List info: http://lists.roundcube.net/users/
>>>
>>
>>
>> _______________________________________________
>> List info: http://lists.roundcube.net/users/
>
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have installed Roundcube 0.2.2 stable on my webserver. I can log into
roundcube and am able to edit preferences, look at the addressbook etc,
but I'm unable to open e-mail in the main window or change folder. I
cannot compose e-mails either..
Would someone be able to help me? What info do you require.
Thanks Alot
Regards
Philipp
_______________________________________________
List info: http://lists.roundcube.net/users/
Anyone have any ideas why I am getting these strange characters (below)
in my received emails instead of (I assume) ' single quotes. Which I can
type OK.
Irelands economy might be having a terrible time, but on the
sports field, its been a great year.
Thanks
Steve
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi ,
I'm trying to increase the maximum attachment size that can be sent using Roundcube.
I have full control of the server and I'm running the latest stable version of RC.
The trouble is, search as I may, I can't find any related setting in the .conf
What is the procedure please?
--
Peter Snow
_______________________________________________
List info: http://lists.roundcube.net/users/
users-request(a)lists.roundcube.net wrote:
> Send users mailing list submissions to
> users(a)lists.roundcube.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.roundcube.net/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-request(a)lists.roundcube.net
>
> You can reach the person managing the list at
> users-owner(a)lists.roundcube.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of users digest..."
>
> ------------------------------------------------------------------------
>
> Today's Topics:
>
> 1. Increase Max Attachment Size to 50MB (Peter Snow)
> 2. Re: Increase Max Attachment Size to 50MB (A.L.E.C)
> 3. Re: Increase Max Attachment Size to 50MB (Sebastian Kronenwerth)
> 4. Re: Increase Max Attachment Size to 50MB (Mohamed Taieb Riahi)
> 5. Re: Increase Max Attachment Size to 50MB (Peter Snow)
> 6. Re: Increase Max Attachment Size to 50MB (Sebastian Kronenwerth)
> 7. Re: Increase Max Attachment Size to 50MB (Peter Snow)
>
>
> ------------------------------------------------------------------------
>
> Subject:
> [RCU] Increase Max Attachment Size to 50MB
> From:
> Peter Snow <peter(a)snowweb.co.uk>
> Date:
> Wed, 10 Jun 2009 19:45:29 +0800
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Hi ,
>
>
> I'm trying to increase the maximum attachment size that can be sent
> using Roundcube.
>
>
> I have full control of the server and I'm running the latest stable
> version of RC.
>
>
> The trouble is, search as I may, I can't find any related setting in
> the .conf
>
>
> What is the procedure please?
>
>
>
> --
>
> Peter Snow
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> "A.L.E.C" <alec(a)alec.pl>
> Date:
> Wed, 10 Jun 2009 13:55:15 +0200
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Peter Snow wrote:
>> I'm trying to increase the maximum attachment size that can be sent
>> using Roundcube.
>>
>> I have full control of the server and I'm running the latest stable
>> version of RC.
>>
>> The trouble is, search as I may, I can't find any related setting in
>> the .conf
>>
>> What is the procedure please?
>
> Attachment size depends on PHP settings (php.ini and/or .htaccess):
> upload_max_filesize and post_max_size. To handle 50MB attachments you
> should
> also increase memory_limit (I'm not sure if 256MB will be enough) and
> max_execution_time/max_input_time.
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> Sebastian Kronenwerth <sebastian(a)kronenwerth.de>
> Date:
> Wed, 10 Jun 2009 13:55:49 +0200
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Hi Peter,
>
>
>> I'm trying to increase the maximum attachment size that can be sent
>> using Roundcube.
>>
>> I have full control of the server and I'm running the latest stable
>> version of RC.
>>
>
> The upload limit is set in the php.ini. Please search for
>
> upload_max_filesize =
>
> and
>
> post_max_size =
>
> and set you settings in this lines.
>
> --
> Sebastian Kronenwerth
>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> Mohamed Taieb Riahi <taieb.riahi(a)topnet.tn>
> Date:
> Wed, 10 Jun 2009 12:52:45 +0100
> To:
> Peter Snow <peter(a)snowweb.co.uk>, "users(a)lists.roundcube.net"
> <users(a)lists.roundcube.net>
>
> To:
> Peter Snow <peter(a)snowweb.co.uk>, "users(a)lists.roundcube.net"
> <users(a)lists.roundcube.net>
>
>
> Hi,
>
> You have to change the setting in the configuration of php, in the
> php.ini file change the value of “upload_max_filesize” .
>
> Regards
>
> Riahi Med Taieb
>
> *De :* users-bounces+taieb.riahi=topnet.tn(a)lists.roundcube.net
> [mailto:users-bounces+taieb.riahi=topnet.tn@lists.roundcube.net] *De
> la part de* Peter Snow
> *Envoyé :* mercredi 10 juin 2009 12:45
> *À :* users(a)lists.roundcube.net
> *Objet :* [RCU] Increase Max Attachment Size to 50MB
>
> Hi ,
>
> I'm trying to increase the maximum attachment size that can be sent
> using Roundcube.
>
> I have full control of the server and I'm running the latest stable
> version of RC.
>
> The trouble is, search as I may, I can't find any related setting in
> the .conf
>
> What is the procedure please?
>
> --
>
> Peter Snow
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> Peter Snow <peter(a)snowweb.co.uk>
> Date:
> Wed, 10 Jun 2009 20:00:15 +0800
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Hi Sebastian,
>
>
> That is already set to 50Mb and I'm not having a problem with that.
>
>
> I have an issue with the fact that it states next to the file upload
> box "5MB Max File Size". How do I change that?
>
>
>
> --
>
> Peter Snow
>
> peter(a)snowweb.co.uk <mailto:peter@snowweb.co.uk>
>
>
> Phone
>
> Telephone/Fax: +63 (0)2 6612384
>
> mobile: +63 (0)921 9741377
>
>
>
>
> ----- Original Message -----
>
>
> From: Sebastian Kronenwerth - sebastian(a)kronenwerth.de
> <mailto:sebastian@kronenwerth.de>
>
> Sent: Wednesday, June 10, 2009, 7:55:49 PM
>
> To: users(a)lists.roundcube.net <mailto:users@lists.roundcube.net> -
> users(a)lists.roundcube.net <mailto:users@lists.roundcube.net>
>
> Subject: [RCU] Increase Max Attachment Size to 50MB
>
>
> > Hi Peter,
>
>
> >> I'm trying to increase the maximum attachment size that can be sent
>
> >> using Roundcube.
>
>
> >> I have full control of the server and I'm running the latest stable
>
> >> version of RC.
>
>
> > The upload limit is set in the php.ini. Please search for
>
>
> > upload_max_filesize =
>
>
> > and
>
>
> > post_max_size =
>
>
> > and set you settings in this lines.
>
>
> > --
>
> > Sebastian Kronenwerth
>
> > _______________________________________________
>
> > List info: http://lists.roundcube.net/users/
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> Sebastian Kronenwerth <sebastian(a)kronenwerth.de>
> Date:
> Wed, 10 Jun 2009 15:04:00 +0200
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Hi Peter,
>
>
>> That is already set to 50Mb and I'm not having a problem with that.
>>
>> I have an issue with the fact that it states next to the file upload
>> box "5MB Max File Size". How do I change that?
>>
>
> Sorry, I have no problems with that and can not help you. In my
> configuration I changed both settings on 50M . After this, I found next
> to the file upload box "50 MB Max File Size".
>
> Sorry.
>
> Sebastian
>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> Re: [RCU] Increase Max Attachment Size to 50MB
> From:
> Peter Snow <peter(a)snowweb.co.uk>
> Date:
> Wed, 10 Jun 2009 21:10:02 +0800
> To:
> users(a)lists.roundcube.net
>
> To:
> users(a)lists.roundcube.net
>
>
> Hi Sebastian,
>
>
> That's great! That's exactly what I need to do. The trouble is, I can
> only change one of the two settings that you mentioned, because I
> don't know where the one which controls the text which reads "Max 5Mb"
> is located (I already changed the php.ini months ago).
>
>
> Where is that setting please?
>
>
>
> --
>
> Peter Snow
>
> peter(a)snowweb.co.uk <mailto:peter@snowweb.co.uk>
>
>
> Phone
>
> Telephone/Fax: +63 (0)2 6612384
>
> mobile: +63 (0)921 9741377
>
>
>
>
> ----- Original Message -----
>
>
> From: Sebastian Kronenwerth - sebastian(a)kronenwerth.de
> <mailto:sebastian@kronenwerth.de>
>
> Sent: Wednesday, June 10, 2009, 9:04:00 PM
>
> To: users(a)lists.roundcube.net <mailto:users@lists.roundcube.net> -
> users(a)lists.roundcube.net <mailto:users@lists.roundcube.net>
>
> Subject: [RCU] Increase Max Attachment Size to 50MB
>
>
> > Hi Peter,
>
>
> >> That is already set to 50Mb and I'm not having a problem with that.
>
>
> >> I have an issue with the fact that it states next to the file upload
>
> >> box "5MB Max File Size". How do I change that?
>
>
> > Sorry, I have no problems with that and can not help you. In my
>
> > configuration I changed both settings on 50M . After this, I found next
>
> > to the file upload box "50 MB Max File Size".
>
>
> > Sorry.
>
>
> > Sebastian
>
> > _______________________________________________
>
> > List info: http://lists.roundcube.net/users/
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> List info: http://lists.roundcube.net/users/
>
Have you edited LimitRequestBody in your apache config?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I searched the list history for something related to improving page load
speed, but unfortunately i didn't find anything related to that.
Today I read about a Firefox extension (to be used in parallel with
Firebug), which makes some suggestions of speed load improvements.
I opened the Round Cube inbox and ran it.
It points some possible improvements, which could save several kbytes of
data to be downloaded (JavaScript minimization could save up to half of the
total page size!!!) or improve the rendering speed (by specifying image
dimensions) and other stuffs...
Anyway, I found it useful and maybe of good value.
The *Page Speed* page is http://code.google.com/speed/page-speed/.
Regards,
Lauro Valente
Celular: (41) 8415-0020
http://lauro.valente.eng.br/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I've recently installed Roundcube 0.2.2 for our users on 1024 RAM with
3Mhz cpu server. But the problem was appearing with high server load.
According to the logs we have about 700 messages sent everyday and about
3500 successfull and not sucessfull logins. In the period of all day
load is increasing and after midnight it can be about 9 and it caused by
Apache processes. That is very strange because in that period almost all
users are sleep and we have only few logins and sent messages. This is
only one virtual host running on the host. I've tried to use Debian Etch
and Lenny.
Aslso I can confirm that after apache restarting high load goes down to
0.2-0.4 but then starts to increase slowly again. So as the temporary
solution I use "apache restart" instead "apache reload" in logrotate config.
I guess the problem is in Roundcube somewhere?
Dear RC developers. So can you comment this situation? Why it can happen?
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
I haven't registered this as a bug yet, I still need to make sure it hasn't
already been reported. Has anyone else seen this?
I am testing Roundcube
as a cleaner alternative to squirrelmail in our organization. Using 0.2.2
on Fedora. Most of our users are still using squirrelmail or Thunderbird.
What I see is that a message from a squirrelmail user will arrive with
Normal Priority set:
X-Priority: 3 (Normal)
Importance: Normal
When I
reply in RC, the priority of my outgoing message is set to Lowest, unless I
remember to check and reset it.
I do not notice this behavior if there
are no Priority or Importance headers. Can anyone else confirm this?
-
Arne Berglund
System Administrator, Internet Services
Lane Education
Service District
Eugene, OR
______________
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi.
Im detecting that in my roundcube logs:
[21-May-2009 08:37:54 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as C8E55A4844B
[21-May-2009 08:39:57 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as 6E164A4844B
[21-May-2009 08:41:50 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as 10310A48445
[21-May-2009 08:43:28 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as 5802DA4844B
[21-May-2009 08:45:13 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as 116F8A4844D
[21-May-2009 08:46:57 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as DCCA5A4844D
[21-May-2009 08:47:57 -0500]: User valid.user@localhost
[75.126.32.187]; Message for undisclosed-recipients:;; 250: 2.0.0 Ok:
queued as B4C10A4844C
All that are spam.
I only permit send my using auth, but this problem is very recurrent.
How can i prevent that?
Im using Roundcube v0.2.2
thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Guys, I love this software my only "problem" is the address book ! Its
very limited.Are there any plans for expanding it in the future ?
For
what its worth, there are a couple of things on my wish list.
1. Mailing
groups, would be partly solved by 2.
2. Being able to select from a full
list of people when sending a mail. At present, have a limited list only
after typing at least one character. Would be partly solved by 1.
3. A free
text notes field.
Cheers again !
Steve
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have a problem with RoundCube. In general it uses LF as a newline symbol,
but during splitting long headers it inserts CRLF. Also all newlines in
message body are CRLF. This causes problems with mails' reading. Where should
I look? Please help!
My system in Debian 4.0, PHP 5.2.0, Apache 2 and Postgres 8.3 (from
backports).
--
Pozdrowienia,
Krzysztof Trybowski
_______________________________________________
List info: http://lists.roundcube.net/users/
So as soon as a new user attempts to login to Roundcube, it creates
data in MySQL(i) which is perfect because it's automated but what
happens when I remove a user from my mail server? Obviously Roundcube
has no idea that user no longer exists and I don't want hundreds of
old user data cluttering the MySQL roundcube database. What do you
guys do when you remove a user from mail? Do you guys have a simple
way to remove someone from MySQL so "all" their data is removed? I am
no expect in MySQL so pardon my ignorance...
- Carlos
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi RoundCube users and list lurkers
We've recently published two new releases of the RoundCube Webmail package.
Version 0.2.2 is a minor update to the stable 0.2 branch. Beside some
bug fixes this version now supports STARTTLS for IMAP connections.
A bit further down the road we have the 0.3-beta version which now
includes the long awaited plugin API. This version is still under
development and we don't recommend to replace a productive version
with 0.3-beta. Nevertheless we'd like you to install and test it and
get the idea of how to write plugins. Read
http://trac.roundcube.net/wiki/Doc_Plugins to get started and find
some sample plugins within the package or more by browsing the SVN
repository: http://trac.roundcube.net/browser/trunk/roundcubemail/plugins
You can download both releases from http://roundcube.net/downloads and
as usual you're kindly requested to submit your reports to our bug
tracker: http://trac.roundcube.net/report
Have a lot of fun!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
Eden Caldas wrote:
> Carlos
>
> Look for this setting in your config.inc.php file
>
> // This domain will be used to form e-mail addresses of new users
> // Specify an array with 'host' => 'domain' values to support multiple
> hosts
> $rcmail_config['mail_domain'] = '';
>
> Set your domain there, to make mail be sent as user(a)domain.us
> This setting will only be applied to new users because existing users
> already logged in roundcube once and got the wrong settings.
Ah, I read too much into the problem. In my instance of the problem,
my server setup is much more complex. I
am running multiple domains on the mail server and some of those domains
host both their web and mail on that server, some just web and some just
mail, some with subdomains, some without. Thus, in order to fix my
problem correctly, I had to reconfigure
Postfix to ensure that it wrote correct addresses based on more
criteria than RC's config could handle.
With one domain, I agree that this solution should work.
Jon
>>
>> Since roundcube keeps its configuration in a database (mysql, postgres,
>> sqlite) you can always use sql to mass change the existing settings for
>> previous users. If you use mysql as your database, the web application
>> phpmyadmin can help.
>>
>> Eden Caldas
>>
>> 2009/5/18 Carlos Williams <carloswill(a)gmail.com>
>>
>>> On Mon, May 18, 2009 at 2:18 PM, Carlos Williams <carloswill(a)gmail.com>
>>> wrote:
>>>> On Mon, May 18, 2009 at 2:03 PM, Jon Watson <jwatson(a)watsysgroup.com>
>>> wrote:
>>>>> Check out your virtualusertable file. It will become clear. Or
>>>>> maybe its
>>> just called virtualuser. Not in front ot a machine right now.
>>>>> The fix you need is not in RC.
>>> Jon,
>>>
>>> I just logged into RC as myself and then went to "Personal Settings" &
>>> then selected the "Identity" tab. There I was able to modify the email
>>> address in the selected identity. Now it works fine...
>>>
>>> My problem is I want to do this from the server. I can't ask 1,000
>>> users to login to Webmail and modify this manually. Looks really
>>> bad...
>>> _______________________________________________
>>> List info: http://lists.roundcube.net/users/
>>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> List info: http://lists.roundcube.net/users/
>
--
Jon Watson, CD, Linux+
Computer Geek? Read This -> http://www.jonwatson.ca/book
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've installed rc 0.2.2 version and I need to view only 100 mail of my
mailbox , because my mail is in imap and I've a lot of mail about 3 Gb.
When I check the mail with webmail roundcube, is very slow to upload mail.
It's possible upload only the last 100 mail?
Thanks
Regards
Danilo
_______________________________________________
List info: http://lists.roundcube.net/users/
On Mon, May 18, 2009 at 2:03 PM, Jon Watson <jwatson(a)watsysgroup.com> wrote:
> Check out your virtualusertable file. It will become clear. Or maybe its just called virtualuser. Not in front ot a machine right now.
>
> The fix you need is not in RC.
I only have a /etc/postfix/virtual file and this file appears to do
something else...
_______________________________________________
List info: http://lists.roundcube.net/users/
I guess eemail filtering was a bad choice of words. sorry,
will there be the ability to sort email by sending emails from certain
people into different email folders. not by spam
***************************
This email message and any files transmitted with it are intended solely
for the use of the individual or entity for whom it is addressed. It
may contain confidential and privileged information. If you are not the
intended recipient, please contact the sender and destroy all paper and
electronic copies of this message and its contents. Any unauthorized
review, use, disclosure or distribution of this email or any file
attachments is strictly prohibited.
_______________________________________________
List info: http://lists.roundcube.net/users/
Are there any plans to add email filtering to any future roundcude
releases
***************************
This email message and any files transmitted with it are intended solely
for the use of the individual or entity for whom it is addressed. It
may contain confidential and privileged information. If you are not the
intended recipient, please contact the sender and destroy all paper and
electronic copies of this message and its contents. Any unauthorized
review, use, disclosure or distribution of this email or any file
attachments is strictly prohibited.
_______________________________________________
List info: http://lists.roundcube.net/users/
On Mon, May 18, 2009 at 1:40 PM, Jon Watson <jwatson(a)watsysgroup.com> wrote:
> I had the same problem with RC running on an ISPCOnfig machine.
>
> I eventually figured out that RC just grabs the first username from
> /etc/postfix/virtualuser and plunks it in the default identity. My Postfix
> was creating both a user(a)host.domain.com and a user(a)domain.com for each user
> I had and RC was grabbing the www.domain.com user as the default identity. I
> had to reconfigure my Postfix to stop creating the user(a)www.domain.com
> address for each user.
>
> As stated, I am using ISPConfig, so I made my changes within it's
> configuration interface. You'll have to sort out how to change your own
> MTA's configuration to make it stop creating a host.domain.us entry for your
> users.
I don't understand. When I send mail from my MTA (Postfix), it's
received as expected. When I send mail using Roundcube, it adds the
FQDN to the address. I would assume there is a config change needed
somewhere in main.inc.php.
_______________________________________________
List info: http://lists.roundcube.net/users/
When I send email from Roundcube, it makes it to the destination but
shows the message is from:
user(a)host.domain.us
This is a huge problem as people expect email to come as:
user(a)domain.us
Where in the config file can I adjust this? I can't seem to find this
in the manual or via Google search.
_______________________________________________
List info: http://lists.roundcube.net/users/
What is going on with the forums for 'Roundcube"? When I browse to the
URL, the page redirects to http://xsaimex.mybrute.com/ (work safe).
Is this a known issue?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi together,
is there a way to make roundcube look better on very small screens? I have a image of it (inside fullscreen firefox) at [1] and as you can see the columns are not set up too well. There should be much more space for the subject and less for stuff like date... is there an option to improve the situation?
Regards,
Michael
[1] http://nailor.devzero.de/oneshot/2009-05-17/roundcube/af566a4465532f68/roun…
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi everyone!!!
I have the next problem with contacts on ldap
[13-may-2009 11:46:26] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/correoweb/roundcubemail/program/steps/address
book/func.inc on line 25
Anyone help me?
--
##################################################
# Esteban Torres Rodríguez #
# Área de Soporte Técnico #
# Subdirección de Sistemas Informáticos #
# Empresa Pública Desarrollo Agrario y Pesquero #
# email: etorres(a)dap.es #
##################################################
_______________________________________________
List info: http://lists.roundcube.net/users/
I frequently (once a day) get the latest working copy of RoundCube out of SVN and I am currently running revision 2468. Every time that I try to allow images in emails using the "Always show images from..." link, I get a red shaded box at the top of the page that says "Unknown Server Error!" and then disappears. The contact appears to have been added to the address book properly and images do show up, but only a few updates (days) ago I was not receiving this message when performing the same task. Is there something that I am doing wrong or maybe a database update I need to do? I checked the web server logs and also the RoundCube logs for any error messages and there were none. This error occurs with all contacts that I perform this action on.
Any help in tracking this down would be appreciated.
_______________________________________________
List info: http://lists.roundcube.net/users/
Sol Badguy wrote:
>> Hello,
>>
>> I am making an SSO-like system based on the Roundcube connection and
>> would like to check from a Ruby on Rails App that the user is logged in
>> Roundcube. I have tried to make a HTTP GET request from my Rails app and
>> checking for the existance of the login form on the index.php page.
>>
>> Here's my rails code
>>
>> require 'net/http'
>>
>> url = URI.parse('http://www.mysite.com/dir1/index.php')
>> req = Net::HTTP::Get.new(url.path)
>> res = Net::HTTP.start(url.host, url.port) {|http|
>> http.request(req)
>> }
>>
>> reg = /<div id="login-form">/
>> logged = reg.match(res.body) ? false : true
>>
>> even though a user is connected in Roundcube my get keep returning the
>> login page.
>> Where am I mistaken ? Or does anyone have a better way of doing this ?
Michael Orlitzky wrote:
> Two things are wrong.
> First, if the user was logged in to Roundcube, it would be his or her
> computer that was logged in, not your server. So, when your server
> (Rails) requests the Roundcube page, it gets the login form. Because
> your server *isn't* logged in to Roundcube -- the user's computer is.
> Second, even if you were somehow performing this check on the user's
> computer, it wouldn't work. There are security measures in place to
> prevent it. If I'm logged in to Site A (Roundcube), and visit Site B
> (Rails app), the two should not be able to find out anything about each
> other. This is a Good Thing.
> If you really think this is the right way to do single sign-on -- I
> don't think it is, but I'm not willing to argue it right now-- then I
> would suggest storing your PHP sessions in a SQL database. See for example,
> http://us.php.net/session_set_save_handler
> and the related functions. Also consider Googling around for "php sql
> session" and similar.
> If,
> a) You store the Roundcube session in SQL
> b) Your Rails application can access this SQL database and knows what to
look for
> then you might be able to determine whether or not a particular user is
> logged in to Roundcube. Be careful with how you perform the checks,
> though. You wouldn't want to assume that two users are the same person
> simply because they have the same IP address
Hello Michael,
Thank you for your answer.
I agree with
you this is quite a rough way of doing SSO, it's my first try at it and
any cleaner way of doing so would be welcome.
I will follow
your suggestion and make Roundcube store the session in my Rails' SQL
Database and check if my user is connected without using the IP address.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello!
This is my first message to this list.
First about my setup:
My roundcube is accessible by two urls (mail.one.com and mail.two.com).
However internally apache looks into the same directory
(/var/www/roundcube) and as far as I see it there should be no
difference regarding the features enabled or disabled.
The problem is that everyone accessing mail.one.com has the "add
attachment" button disabled.
If, with the same IMAP user (arthur(a)one.com), I access roundcube thru
the second URL (mail.two.com) everything is fine.
I triple-checked permissions, I tried different browsers, different
computers, I even restarted the server.
Maybe this isn't strictly roundcube related but I hope anyone has an
idea to get me going.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I am making an SSO-like system based on the Roundcube connection and would like to check from a Ruby on Rails App that the user is logged in Roundcube. I have tried to make a HTTP GET request from my Rails app and checking for the existance of the login form on the index.php page.
Here's my rails code
require 'net/http'
url = URI.parse('http://www.mysite.com/dir1/index.php')
req = Net::HTTP::Get.new(url.path)
res = Net::HTTP.start(url.host, url.port) {|http|
http.request(req)
}
reg = /<div id="login-form">/
logged = reg.match(res.body) ? false : true
even though a user is connected in Roundcube my get keep returning the login page.
Where am I mistaken ? Or does anyone have a better way of doing this ?
Thank you for your help.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
I'm having an issue with an RC install on an ISPConfig system.
When a new ISPConfig user is created, and that user logs into RC for the
first time (auto-create is set to yes), that user's default identity in
RC is user(a)www.domain.com.
I don't mean that literally, the user and domain.com are replaced with
the correct user and domain, but the 'www' appears. For those people who
have their mail going to a different server than their web, this means
that emails go out with incorrect from addresses set in them. It would
be nice if everyone set their identities first, but they don't.
I see a patch in the RC Trac from 2 years ago that forces new users to
set their identities at first log in, but I'm hoping that something more
intuitive or automatic has been introduced since then.
I am very willing to accept that the reason RC is doing this is because
of the way my Postfix is configured so if that is the case, please feel
free to give me any information on what I may need to do there as well.
Or at least tell me that's where the problem lies so I can go muck
around with Postfix.
Any help is appreciated.
Thanks,
Jon
_______________________________________________
List info: http://lists.roundcube.net/users/
[2009-05-05 12:11], A.L.E.C:
>> I cannot modify postgres' configuration on the fly, because this is a
>> production machine. How can I activate query debugging on RoundCube?
>
> $rcmail_config['sql_debug'] = true;
Thank you.
This is rather funny.
This is what I do to reset the situation:
=== [ cut here ] =============================================
psql -U roundcube roundcubemail
delete from session; delete from users; delete from identities;
=== [ cut here ] =============================================
Then I try logging in.
If I do that with sql_debug = true, it works without any error, the first time
and every other time after that.
If I do that with sql_debug not set, it gives me the error I posted earlier on
the first time; subsequently, it works.
Another difference is that at every login, the table 'identities' stays empty
when sql_debug is not set; but it does receive a new record (as I think it
should), when sql_debug is set to true.
I could be happy by just leaving sql_debug on the whole time, but I'm itchy at
leaving SQL queries around, and it would end up occupying a lot of disk space.
I would appreciate further assistance; if there is anything I can do just let me
know.
The error I receive on logs/errors is as follows:
=== [ cut here ] =============================================
[05-May-2009 12:31:59 +0200] DB Error: _doQuery: [Error message: Could not
execute statement]
[Last executed query: PREPARE
mdb2_statement_pgsql_59831640a8cf52029e10ae35c84ad32bfd1b037f2 (text, text,
text) AS INSERT INTO identities
(user_id, del, standard, name, email)
VALUES ($1, 0, 1, $2, $3)]
[Native message: ERROR: column "user_id" is of type integer but expression is
of type text
HINT: You will need to rewrite or cast the expression.]
=== [ cut here ] =============================================
--
Cordialità / Best regards / Ĝis la / Parhain terveisin
------------------------------------------------------------------------
Manuel Giorgini <giorgini(a)interlogica.net>, Programmatore
INTERLOGICA e-business solutions - http://www.interlogica.net
Via Fusinato, 27 - IT 30171 Mestre VE - Italia - Unione Europea
Tel +39 041 099 30 00 (6 linee r.a.) - Fax +39 041 099 30 49
------------------------------------------------------------------------
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/d4/cp3N3Zlz/giorgini.vcf
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all
I just finished an installation of RC 0.2.1.
I am using postgres 7.4.1 ; db install went smoothly, according to docs.
I have this error on logs/errors when I connect for the first time:
==== [ cut here ] ======================================================
[05-May-2009 11:10:50 +0200] DB Error: _doQuery: [Error message: Could not
execute statement]
[Last executed query: PREPARE
mdb2_statement_pgsql_5b0929dec7663e6f88ca030599ba8a998e3b74a83 (text, text, tex
t) AS INSERT INTO identities
(user_id, del, standard, name, email)
VALUES ($1, 0, 1, $2, $3)]
[Native message: ERROR: column "user_id" is of type integer but expression is
of type text
HINT: You will need to rewrite or cast the expression.] in
[path]/program/include/rcube_mdb2.php on line 255 (POST
[path]/?_task=&_action=login)
==== [ cut here ] ======================================================
Subsequent logins succeed.
Maybe it's my fault but I am not sure of what went wrong.
I would appreciate your help. Thanks.
--
Cordialità / Best regards / Ĝis la / Parhain terveisin
------------------------------------------------------------------------
Manuel Giorgini <giorgini(a)interlogica.net>, Programmatore
INTERLOGICA e-business solutions - http://www.interlogica.net
Via Fusinato, 27 - IT 30171 Mestre VE - Italia - Unione Europea
Tel +39 041 099 30 00 (6 linee r.a.) - Fax +39 041 099 30 49
------------------------------------------------------------------------
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/59/wHVsxdQ1/giorgini.vcf
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I am providing the Roundcube login page with a valid username and
password. After I click "login", I get returned to the same page, no
error message. If I use the same username and an invalid password, I get
the same page but a login failed error message. The only time I get a
log message in logs/errors is when I use an invalid password. This is
after performing a 'portupgrade roundcube' on freebsd. I am not sure
what version I am on, but since I did a cvsup before I did the
portupgrade, I am guessing it should be the most recent version
available for freebsd.
Thanks,
Stuart Matthews
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I just have a general question. When I'm selecting random emails
to delete or move to another folder I like to use the Ctrl key. However,
every time I highlight an email using the Ctrl key it opens the emails up
in a different window or Tab. I can still move the highlighted emails, but
is there a way to select various different emails without it opening up new
tabs?
Thanks!
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
If you are using roundcubemail-0.1.1, your server will be open to any
pirat !
More details on how they are doing it :
http://www.f-secure.com/vulnerabilities/en/SA33169
Denis Bucher
--
Denis Bucher Horus Digital Solutions sàrl Each problem has a solution
___________________________________________________________________________
Tél. +41-22-8000625 Fax: +41-22-8000622 www.hsolutions.ch
_______________________________________________
List info: http://lists.roundcube.net/users/
I did a post on the dev list (links below) about getting greater performance
using caching and compression. I thought folks here probably have some great
experience in running websites and could suggest improvements or problems with
the suggested configuration changes.
If you do have suggestions/comments please share them to make roundcube
better.
http://lists.roundcube.net/mail-archive/dev/2009-04/0000102.htmlhttp://trac.roundcube.net/ticket/1485800
Daniel Black
--
Email/List Administrator
CAcert
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm a new RoundCube user as of this evening.
I have mine setup on a vhost with no associated DNS for security
through obscurity + SSL + basic auth. No problem, great tool, Thanks!!
:-)
A couple of niggles though :
#1
During installation when you get to the end of stage 3 it does not
appear to create the database or give any button/option to do so. I
don't mind running a script, but it didn't seem to say to do that
either. Certainly not prominently anyway. The wiki installation
instructions (couldn't find any non-wiki ones) say to click the
initialize database button, but for me with 0.2.1 there wasn't one.
I'm happy to edit the wiki if that is a mistake or do some testing if
the installation directory is at fault. The FAQ says "you forgot to
run the included script" - is there a technical reason why it couldn't
be run from the installer? Links :
http://trac.roundcube.net/wiki/Howto_Install
"Why am I getting blank page instead of the login page?
This is probably because your database is not set up correctly (did
you run the included .sql script?) or is not working. Look in
logs/errors for more details. "
http://trac.roundcube.net/wiki/FAQ
#2
Trying to import my contacts from Mr Gmail :
gmail reports 1140 contacts
export to vcard and grep for BEGIN and pass through wc agrees
import to roundcube tells me 800 entries imported
doesn't report merging duplicates (if there are any)
doesn't report any errors
doesn't report that it failed to import 340 contacts.
IMO it should tell me that something wasn't as it should have been
even if it is the duplicates thing.
So, I split the file into 2 chunks
fred@rwdlsd [08:17:48]:~$ wc contacts.vcf
6931 7798 130060 contacts.vcf
fred@rwdlsd [08:17:52]:~$ split -l 3998 contacts.vcf
fred@rwdlsd [08:22:24]:~$ grep BEGIN contacts.vcf | wc
1140 1140 14820
fred@rwdlsd [08:22:40]:~$ grep BEGIN xaa | wc
656 656 8528
fred@rwdlsd [08:23:38]:~$ grep BEGIN xab | wc
484 484 6292
fred@rwdlsd [08:23:41]:~$ wc xa*
3998 4523 75475 xaa
2933 3275 54585 xab
6931 7798 130060 total
All the numbers add up.
I import the first and larger one with replace whole book checked and
it pulls in 479 or so, then i import the smaller file with the check
box unchecked and it pulls in :
Successfully imported 286 contacts, 35 existing entries skipped:
Which *does* have a "skipped" message. Still, the numbers don't add up :
http://www.google.com/search?hl=en&q=286%20plus%20479&aq=f&oq=
Less than the 800 the first time produced. Hmmmm.
What are the entries keyed off? email address? or title/name? 765
entries with the first having an ID of 801 thanks to previous import.
This is inconsistent no matter which way I look at it. Am I doing
something wrong here too?
Thanks for any explanation/assistance.
Regards,
Fred.
_______________________________________________
List info: http://lists.roundcube.net/users/
I apologize if this has already been mentioned. I recently upgraded
Roundcube to revision 2413 through SVN update. I'm running Apache/2.2.11
(FreeBSD) and MYSQL 5.1.33. This only seems to be a problem with IE7, on
all other browsers everything works fine. The problem is, if I select an
email that I want to delete from my inbox and delete it - for some reason
after the page reloads there's only one or maybe a few emails in my inbox
as though I had just done a search. If I reload the page again by
double-clicking on my inbox icon all the messages display normally. Has
anyone else seen this problem with IE7? I have the latest updates installed
for IE7. Thanks! Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, Apr 15, 2009 at 2:56 PM, Drew Darrow <drew(a)portlandfairy.com> wrote:
> why don't you want your users to view their mail in ssl?
because for rules of company, we need transmit all password and
sensible data for a secure channel !!
but, the users have a slow satellite connection with a big latency and
sending all data (photos and others ordinaries documents) for SSL is
very expensive for this connections.
> isn't that kind of
> a normal practice now?
Yes. Our idea is have two domains: one with all data encrypted
(general users) and other with login page encrypted (for satellite
users)
thanks
--
--
Victor Hugo dos Santos
Linux Counter #224399
_______________________________________________
List info: http://lists.roundcube.net/users/
hello,
i would like use two domains
i m wrinting thats
$rcmail_config['mail_domain'] = ' domain1, domain2 ';
what its correct ?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm trying configure login page of roundcube to work with SSL, but
after login the user should be automatically redirected to no-SSL
site.
I found in roundcube forums, this threads
http://www.roundcubeforum.net/0-1-beta-2/1472-using-ssl-log.html
but, after hours of test, I discovery that my problem isn't in
redirect configuration !!
how I discovery this ?? simples:
- I go to SSL login page of my site (https://webmail.mydomain.com/)
- I put user and password
- After login, I can view all mail folders and options correctly.
- so, I change "only" HTTPS to HTTP in browser and press ENTER
- now, the browser comeback to login page !! :-(
well. after this test, I believe that problem is in roundcube or ajax
or in other that I don't know.
I use the last version of roundcube (0.2.1) with Apache
(2.2.3-4+etch6), and I ran the tests in Linux with firefox and in
Windows with IE, Firefox and Opera.
Any idea ??
thanks
--
--
Victor Hugo dos Santos
Linux Counter #224399
_______________________________________________
List info: http://lists.roundcube.net/users/
hello,
I wild upgrade roundcube 0.1-rc2, but now i have un this message
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
I look it in the log and the problème is in db error not found.
_______________________________________________
List info: http://lists.roundcube.net/users/
I dowload this Update 0.2.1 released.
Le Tuesday 07 April 2009 19:01:20, vous avez écrit :
> Download it and read the documenation inside the package.
>
> 2009/4/7 burinho <burinho(a)yahoo.fr>
>
> > Hello,
> >
> > I use roundcube.01-rc2 and i would like upgrade it.
> >
> > what do I?
> > _______________________________________________
> > List info: http://lists.roundcube.net/users/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I use roundcube.01-rc2 and i would like upgrade it.
what do I?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
This is my first post. I've used RC in the past and tried the latest
version, it's working much better now! :-)
Is there anyway to debug why sending messages takes so long? It takes up
to 10 seconds typically when replying to a message. I'm using localhost
smtp and the server is not very busy.
Another question, how do I adjust the columns on the index page? First,
I'd like to have the subject column wider, secondly there's really no space
between columns so basically the text of the subject runs on to the text of
the sender column. Maybe there should be a border line between columns?
One observation, sometimes trying to select multiple messages doesn't
work. I'll click on one message, then hold down the shift and click on
another and nothing happens. Also trying to do it with the arrows, same
behavior. I have to pretty much go to another message, then go back and
click again, hold down shift, after a couple of tries it works. Usually it
just works, but sometimes it
refuses to select multiple messages.
I'm using the latest Firefox on Vista.
Ricardo
_______________________________________________
List info: http://lists.roundcube.net/users/
> Date: Thu, 2 Apr 2009 12:08:36 -0500
> > From: Josh Whitver <whitverj(a)urbandale.k12.ia.us>
> > Subject: [RCU] Populate "Display Name" from LDAP's "sn" field?
> > To: users(a)lists.roundcube.net
> > Message-ID: <FD563249-9318-4F1D-BC6B-9A30DC7F046C(a)urbandale.k12.ia.us>
> > Content-Type: text/plain; charset=US-ASCII; format=flowed
> >
> > Hello,
> >
> > We've got our RoundCube install tied into our LDAP server, and we'd
> > like to populate the "Display Name" field from LDAP's "sn" field so
> > that new users, upon logging in, will have new mail appear to come
> > from their full name instead of their username.
> >
> > Is that even possible? If so, what steps would I need to take?
> > Running RoundCube-02.
> > Thanks!
Hi it's possible and there is a patch available at the following ticket.
http://trac.roundcube.net/ticket/1485203
I'm using a possibly more recent version of the patch with v0.2.1. The changes
are only in line numbers, so you can try patching as it is or you can paste the
code to appropriate places yourself. If you cannot, I can send you the modified
one.
--
Gokdeniz Karadag
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a way to configure so that, when not using preview pane, the
message open up in a pop-up?
Ricardo
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
We've got our RoundCube install tied into our LDAP server, and we'd
like to populate the "Display Name" field from LDAP's "sn" field so
that new users, upon logging in, will have new mail appear to come
from their full name instead of their username.
Is that even possible? If so, what steps would I need to take?
Running RoundCube-02.
Thanks!
--
Josh Whitver
whitverj(a)urbandale.k12.ia.us / josh(a)whitver.net
"Write a wise saying and your name will live forever." -Unknown
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I installed RoundCube and it's working perfectly. Besides, I want that users
of our extranet get into their inboxes directly from a link in our
collaboration platform, so how can I send a request to rcube so it logs
users directly without asking for login/pwd.
PS: I'm aware that I have to store IMAP login/pwd for each user in my
collaboration platform database.
Thanks in advance,
Best Regards
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello there.
I have just joined this users' list; in the hope that SOMEONE out
there might be able to help me.
I am just a very simple, very ignorant e-mail user; so if anyone
should be kind enough to reply to my request for help, please bear
this in mind. Thank you in advance.
NOW:
I am a long-time user of PlanetSave webmail; having two separate
accounts with them.
There were occasional hiccups in my use of them, but with the so-
called 'upgrade' a week or so ago, I can no longer access them.
Planetsave NOW provides no 'help' or CONTACT point for e-mail
issues -- they used to though.
When I try to log on I receive one box from Round Cube Webmail --
hence this request to you people.
Within that a 'failed' log on advice from ActionSpark WEbMail also
pops up -- pursuing them to a web-site also results in NO way to
contact them.
I should be very grateful if someone might be able to help me
please.
Thanking you in advance: Johnnyx
--
Become a medical transcriptionist at home, at your own pace.
http://tagline.hushmail.com/fc/BLSrjkqfMmdPAR5f2iOnLw3AS05PJijPFTZXqX0jukrl…
_______________________________________________
List info: http://lists.roundcube.net/users/
After installation, roundcube shows only inbox folder, how do we
create other folder and associate the to RCU, like Drafts, trash, spam
--
Myalla J.C
Kibaha Education Centre
P.O Box 30054 Kibaha
Pwani
Tanzania
+255787680744
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there, I have installed RoundCube in a ubuntu server with postfix,
apache, mysql, and php, the clients works well, I am looking for ways
of displaying the users details after successfully loging in e.g
user(a)mydomain.com
Help is appreciated
--
Myalla J.C
Kibaha Education Centre
P.O Box 30054 Kibaha
Pwani
Tanzania
+255787680744
_______________________________________________
List info: http://lists.roundcube.net/users/
In the newest RC release:
Sometimes when I delete a message, it's moved to the trash. Sometimes
it stays in the inbox but is just greyed out, then I have to click
"compact" to get rid of it.
What determines which of these happens? I haven't been able to figure
out a pattern to such. Thanks!
- John
--
-------------------------------------------------------------------
John May : President http://www.pointinspace.com/
Point In Space Internet Solutions jmay(a)pointinspace.com
Professional FileMaker Pro, MySQL, PHP & Lasso Hosting
* FileMaker Pro 10 Hosting Now Available *
_______________________________________________
List info: http://lists.roundcube.net/users/
Good morning, I'm a roundcube user since some time, when it was alpha
and recently did a couple of new installs and it has been always quite
fast. With Latest stable 0.2.1 I saw a important penalty in
performance.
It's taking 5 or 6 seconds for anything i.e. logging,compose a mail or
to send a mail.
Digging on the forums and this list I couldn't find any information
related, the only thing is this unaswered post:
http://www.roundcubeforum.net/issues-bugs/4099-slow-performance-first-time-…
This are the dovecot logs for a single login
Mar 24 11:34:33 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:33 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
Mar 24 11:34:36 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:36 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
Mar 24 11:34:45 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:45 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
Mar 24 11:34:47 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:47 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
Mar 24 11:34:51 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:51 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
Mar 24 11:34:53 server dovecot: imap-login: Login:
user=<user(a)example.com>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1,
secured
Mar 24 11:34:53 server dovecot: IMAP(user(a)example.com): Disconnected: Logged out
I attached the main.inc.php and the dovecot.conf
There is no strange stuff, just a multidomain server with apache and
current versions of everything (debian Lenny)
Thank you for your help.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/GH/pxrmifQc/main.inc.phphttp://detached.gigo.com/rc/GH/pxrmifQc/dovecot.conf
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Caros,
Estou com um problema em meu servidor, onde o processamento chega a 100% de
sua utilização. Os softwares instalados são:
- Roundcube 0.2.1
- mysql-5.0.26
- apache2-prefork-2.2.3
- php5-5.2.5
- SLES 10 SP2 Kernel 2.6.16
O hardware: 2 x Xeon Quad Core 1.6Ghz, 2048GB RAM
Alguem tem esse problema ? Aparenta ser algum loop infinito, mas não consigo
identificar onde....
Obrigado
Geraldo
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello Roundcube dev, users and mortals, I have been on a quest for some days to find and install a web-based email client (mua) such that I can get to my mail in an efficient and timely manner. I have dutifully followed the steps in the INSTALL file in the expanded roundcubemail-0.2.1.tar. And, I have dutifully followed the instructions at: http://trac.roundcube.net/wiki/Howto_Install. I have also conducted a search at the roundcube wiki with only one result that provided no better information. Attempts to run the install URL returns the following error condition. I have also probed all logging files with no hint as to what is wrong. Thanks and please advise, David.
*****************************************
Connection Interrupted
The connection to the server was reset while the page was loading.
The network link was interrupted while negotiating a connection. Please try again.
*****************************************
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello everybody,
this is my first post to this list, so HI!
I've been using RoundCube for some time now (currently 0.2.1, but the issue
I'm having exists also in 0.2 and 0.2-beta). My server runs Debian Etch. After
recent upgrade of my locales, RoundCube started to behave strange -- it
malformats the mails.
Basically it looks like instead of just one new-line charater, RoundCube
inputs two. This has a number of implications. For example if a subject is too
long for one line, it is normally split with a newline. In my system it's
split with two newlines, which is interpreted by some client programs as an
end of header section. This not only cuts the subject but also makes decoding
attachments impossible.
Did anyone have same problem? Any clues?
So far I emptied browser cache and cookies but it didn't help. The presence of
extended characters (accented, non-latin, etc) doesn't seem to make any
difference. When a header is too long, it's split using two new-lines.
Best regards, KT
--
Krzysztof Trybowski
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
Not sure if this is new to you but
213.96.25.30 - - [05/Mar/2009:19:22:14 +0100] "POST
/roundcube/bin/html2text.php HTTP/1.0" 406
and as a result a non-empty directory /tmp/guestbook.ntr/ is created
and a file /tmp/guestbook.php (which then causes issues with the
operating system).
This html2text.php file has been used by an attacker on my system (at
least I think so). I have removed roundcube from my system and since
then I have had no trouble, although they have been scanning for this
file as I read from the logs.
Yours,
--
Zbigniew Szalbot
www.slowo.plwww.fairtrade.net.pl
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi folks
This service update includes more than 40 bug fixes together with some
security improvements. We also added TNEF support to decode those
proprietary MS Outlook attachments (winmail.dat) and tuned the performance
when displaying a message. Some translations have been updated since the
0.2-stable relase and are also included in the package.
This release is considered stable and we recommend to upgrade all existing
installations to this version. Download it from
http://roundcube.net/downloads and read the UPGRADING instructions.
We kindly request all packagers to update their distributions with this new
version. As usual, a pure GPL version is available here:
https://sourceforge.net/project/showfiles.php?group_id=139281&package_id=23…
Unfortunately there are still some translations waiting to be completed.
See http://translator.roundcube.net for the current completeness status and
feel free to translate the missing labels and messages. Please send the
updated files (packed in an archive) to our developers mailing list.
Cheers!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
[originally sent to dev(a)lists.roundcube.net, resending to users@]
I just started using RoundCube a number of days ago, and so far I quite
like it. I'm in the process of ditching Gmail, which I like in many ways,
but I'm done with Google and putting all my eggs in one basket. Anyway, I
much prefer the text buttons of Gmail to the image-buttons that are in the
default theme of RoundCube. To that end I started a custom theme. I'm
still new to the code, so it's possible I've committed some heinous errors
with respect to RoundCube code conventions and flow, but what I have seems
to work. I post it here just in case anyone else might be interested.
Here's a screenshot:
https://natha.nkinka.de/downloads/roundcube/roundcube_npk_theme.png
The "Refresh" link is a blatant ripoff from Google Mail, but I kind of like
it. The "Archive" button requires that you have a folder named "archives,"
but that is easy to change (see below). I moved the message selection
links to the top, below the button bar, where I expect to find them. I'm
also using the newly introduced threading patches by Chris January:
http://www.atomice.com/blog/?p=33. The threading is really nice and Chris
has done a great job, but there is still work to be done.
Here is a tar-gzipped archive of this theme:
https://natha.nkinka.de/downloads/roundcube/npk_roundcube_theme-20090306.ta…
Outside of unpacking that file and putting the directory in ./skins/, the
only other change necessary is the patch at the end of this mail. If you
want to archive your mail to a folder other than "archives," edit line 96
of ./skins/npk/templates/mail.html.
Thanks for RoundCube. I look forward to using it and contributing where I
can!
Saludos,
Nathan
diff --git a/roundcubemail/program/localization/en_US/labels.inc
b/roundcubemail/program/loca
index fbed1e9..29e2620 100644
--- a/roundcubemail/program/localization/en_US/labels.inc
+++ b/roundcubemail/program/localization/en_US/labels.inc
@@ -170,6 +170,15 @@ $labels['resetsearch'] = 'Reset search';
$labels['openinextwin'] = 'Open in new window';
+// button bar labels for npk theme
+$labels['buttonbararchive'] = 'Archive';
+$labels['buttonbarcompose'] = 'Compose';
+$labels['buttonbarmark'] = 'Mark';
+$labels['buttonbarreply'] = 'Reply';
+$labels['buttonbarreplyall'] = 'Reply to all';
+$labels['buttonbarforward'] = 'Forward';
+$labels['archivemessage'] = 'Move to archives folder';
+
// message compose
$labels['compose'] = 'Compose a message';
$labels['savemessage'] = 'Save this draft';
_______________________________________________
List info: http://lists.roundcube.net/users/
Good afternoon, everyone.
I have a server with the 0.2-stable version of Roundcube and noticed that the directory cache
(temp) of Roundcubemail is not renewed, there are very old files in there.
I had already set the TTL of the cache for only 1 day but still no change whatsoever, my question
is: Can I simply delete the contents of that directory without affecting the operation of Roundcubemail?
Regards.
--
--------------------------------------------------------------------
Edson Conceicao da Silva
| Analista de Suporte Tecnico
| Incor - Instituto do Coracao HC FMUSP
| E-mail: edsonc.silva at incor.usp.br - Site: http://www.incor.usp.br
--------------------------------------------------------------------
Antes de imprimir pense em sua responsabilidade e compromisso com o MEIO AMBIENTE.
_______________________________________________
List info: http://lists.roundcube.net/users/
Running v0.2 stable and get a message popup that it could not move the message between folders. It will actually move the message successfully so what is going on.
I have the automatic folder creating switched on. Also tried it an older version 0.1-RC1 and in squirrelmail and both work just fine.
Any help will be appreciated.
_________________________________________________________________
Windows Live™: E-mail. Chat. Share. Get more ways to connect.
http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t2_allup_howitworks_022…
_______________________________________________
List info: http://lists.roundcube.net/users/
On Feb 20, 2009, at 9:19 AM, Yochai Meir wrote:
> But when the executable bit is set I get white pages.
That sounds like you have "display_errors = Off" in your php.ini
file, and some kind of PHP error is being generated.
Either turn on the display of errors ( only during troubleshooting,
turn them off after ) or find the errors in the log file.
The log file is likely /var/log/httpd/error_log, unless you have
changed it.
A common way for me to track errors is to
tail -f /var/log/error_log
in a terminal, which lets me see any errors as I access the PHP
application.
HTH.
--
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/users/
On Feb 20, 2009, at 12:55 AM, Yochai Meir wrote:
> The config folder is
> drw-rw-r-- 2 apache users 4096 Feb 20 03:19 config
That is your problem.
Directories need the executable bit set.
The config directory should be :
drwxr-xr-x
I would "sudo chmod 755 config" and try again.
--
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 everybody,
I have the stable release of roundcube. I have a problem when I try to
search emails in a folder name with characters like à,á,ò,ó,...
The problem is that in the 'tàs' folder for example, the http-request
makes something like:
> (Request-Line) GET
> /?_task=mail&_action=search&_q=search_text&_mbox=t&_remote=1 HTTP/1.1
The mbox is 'tàs' and as you can see, the mbox field appears 't'. I
think that the problem is in the charset, but in the code of the
'search.inc' file I have changed the '$imap_charset' field. By default
the imap_charset is set to UTF-8 and I have changed to 'ISO-8859-11',
'ISO-8859-1', '8859-1', '8859-11' and nothing works.
Is possible that the problem goes with the navigator? I mean, I have
changed the charset for the navigator too. But probably this change it's
only for the text shown, and not for the http-request sent. Have this
any sense?
Thank's in advance.
-- Roger Castells
_______________________________________________
List info: http://lists.roundcube.net/users/
Hey,
I tried to install roundcube on CentOS server, it all works fine till step
3, then I get
"main.inc.php: NOT OK(Unable to read file. Did you create the config
files?)
db.inc.php: NOT OK(Unable to read file. Did you create the config files?)"
My config:
"ls -l config
total 48
-rw-rw-r-- 1 apache users 2217 Feb 20 01:44 db.inc.php
-rw-rw-r-- 1 apache users 2191 Feb 20 03:19 db.inc.php.dist
-rw-rw-r-- 1 apache users 16940 Feb 20 02:52 main.inc.php
-rw-rw-r-- 1 root root 16844 Feb 20 03:19 main.inc.php.dist"
Also tried without write.
What am I doing wrong ?
_______________________________________________
List info: http://lists.roundcube.net/users/
>
> Works for me. Some errors in the log?
Here is what I found in the error log:
PHP Fatal error: Call to a member function quoteIdentifier() on a non-object in program/include/rcube_contacts.php on line 192
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
I usually update my roundcube mail instance every day to the latest revision in SVN. I updated like normal this morning to revision 2301 and I was unable to read any email using roundcube. After clicking on a message I got the "Loading..." message at the top and roundcube just timed out after a while on every message. After reverting back to revision 2298 I was able to read email again like normal. I was not sure where to report this so I thought I should post here. If there are any more details you need please let me know.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I want to add a vacation responder (i.e. the possibility to save a string
to my db representing the text to display when the user set the
auto-responder
on) to my Roundcube installation.
I find some examples of vacation plugins on the forum, but they are
not as I want it: I need a plugin that uses only Roundcube and read/write
the text message of the responder from/to a db. (while the other responders
use cPanel or COM or others...)
I tried to implement the plugin basing my code on the changepasswd plugin
(see
http://wheaties.us/blog/2008/12/21/change-password-roundcube/).
The problem is that using this code I cannot show the current value of the
vacation
responder text on the browser page, while I'm able to change it in the db.
Here is what I tried to write:
--- File program/steps/settings/vacationresp.inc --- (new)
<?php
$OUTPUT->set_pagetitle(rcube_label('vacationresp'));
$OUTPUT->add_handler('vacationresp', 'rcmail_vacationresp_form');
// $OUTPUT->include_script('vacationresp.js');
$OUTPUT->add_label('vacationfailed','vacationchanged');
$OUTPUT->send('vacationresp');
function rcmail_vacationresp_form($attrib) {
list($form_start, $form_end) = get_form_tags($attrib,
'save_vacationresp');
unset($attrib['form']);
// return the complete edit form as table
$out = $form_start;
$table = new html_table(array('cols' => 2));
if (!isset($no_override['curvacation']))
{
$field_id = 'rcmfd_curvac';
//$input_curvac = new html_textarea(array('name' => '_curvacation',
'id' => $field_id));
$input_curvac = new html_textarea(array('name' => '_curvacation',
'id' => $field_id, 'size' => 40));
$table->add('title', html::label($field_id,
Q(rcube_label('curvacation'))));
//$table->add(null, $input_curvac->show());
$table->add(null, $input_curvac->show('_vacation'));
// $table->add(null, $input_curvac->show($show_vacation));
}
$out .= $table->show($attrib);
$out .= $form_end;
return $out;
}
?>
--- File program/steps/settings/save_vacationresp.inc --- (new)
<?php
require_once('plugins/vacationresp/config.inc.php');
$old_vac = $_POST['_curvacation'];
$sql_select = str_replace(array('%u'),
array($_SESSION['username']),
$vacationresp_config['sql_select']);
$sql_update = str_replace(array('%u', '%o'),
array($_SESSION['username'], $old_vac),
$vacationresp_config['sql_update']);
$user_db = new rcube_mdb2($vacationresp_config['db_dsnw'],
$vacationresp_config['db_dsnr'], $vacationresp_config['db_persistent']);
$user_db->db_connect('w');
if ($err_str = $user_db->is_error()) {
raise_error(array(
'code' => 603,
'type' => 'db',
'message' => $err_str), FALSE, TRUE);
}
$user_db->query($sql_select);
if ($user_db->num_rows() == 1) {
$updated = false;
$updated = $user_db->query($sql_update);
if ($updated) {
$OUTPUT->show_message('vacationchanged', 'confirmation');
}
else {
$OUTPUT->show_message('vacationfailed', 'error');
}
}
else {
$OUTPUT->show_message('vacationfailed', 'error');
}
rcmail_overwrite_action('vacationresp');
?>
--- File program/js/app.js --- (modified)
case 'settings':
this.enable_command('preferences', 'identities', 'save', 'folders',
'changepasswd', 'vacationresp', true);
if (this.env_action='vacationresp')
this.enable_command('save_vacationresp', true);
case 'vacationresp':
this.goto_url('vacationresp');
break;
case 'save_vacationresp':
this.gui_objects.editform.submit();
break;
--- File program/plugins/vacationresp/config.inc.php --- (new)
<?php
$vacationresp_config = array();
$vacationresp_config['db_dsnw'] =
'mysql://roundcube:round@localhost/roundcubemail';
$vacationresp_config['db_dsnr'] = '';
$vacationresp_config['db_persistent'] = FALSE;
$vacationresp_config['sql_select'] = "SELECT username FROM users WHERE
username = '%u';";
$vacationresp_config['sql_update'] = "UPDATE users SET vacation = '%o'
WHERE username = '%u';";
?>
--- File program/plugins/vacationresp/vacationresp.php
<?php
class vacationresp extends rcube_plugin
{
function init()
{
// preperation for Plugin API
// not used yet
}
}
?>
--- File skins/default/templates/vacationresp.html --- (new)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
<link rel="stylesheet" type="text/css" href="/settings.css" />
<script type="text/javascript" src="/functions.js"></script>
</head>
<body onload="rcube_init_settings_tabs()">
<roundcube:include file="/includes/taskbar.html" />
<roundcube:include file="/includes/header.html" />
<roundcube:include file="/includes/settingstabs.html" />
<div id="userprefs-box">
<div id="userprefs-title"><roundcube:label name="vacation" /></div>
<div style="padding:15px 0 15px 15px">
<roundcube:object name="vacationresp" />
<div style="clear:left"></div>
</div>
</div>
<p id="listbuttons"><roundcube:button command="save_vacationresp"
type="input" class="button mainaction" label="save" /></p>
</body>
</html>
--- File skins/default/includes/settingstabs.html --- (modified)
<span id="settingstabvacationresp" class="tablink"><roundcube:button
command="vacationresp" type="link" label="vacation" title="vacationresp"
class="tablink" /></span>
Someone knows how to pass the current vacation text value to the showed
page?
Thanks in advance.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I add the changepassword plugin from the link below to my Roundcube
installation:
http://wheaties.us/blog/2008/12/21/change-password-roundcube/
I need to logout after user change his password, so he can re-login with
the new one. I want to show an alert popup, and when the user clicks the
"OK" button, it will be redirected to the logout page.
I tried to add this line to the "app.js" file:
case 'save_changepasswd':
if (changepasswd_check_input())
{
this.gui_objects.editform.submit();
---> alert(this.get_label('passwdconfirm')); <---
---> this.switch_task("logout"); <---
}
break;
This actually works only when user inserts old and new password correctly.
But if the user
inserts a wrong old password, the alert popup fires anyway, because this
script is called
before testing submitted values with the db ones.
My questions is: where can I insert the above commands to get the right
behaviour?
Thanks in advance.
_______________________________________________
List info: http://lists.roundcube.net/users/
I've been using Round Cube for about three years to receive my business
faxes. Three days ago it stopped working. I can sign in and then I get a
message saying that the site cannot open. Do you know what is causing this
or how I can fix it?
Glenn Cressy CEO
www.RegisteredServiceDogs.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
I encountered the following problem. I have installed roundcubemail in
Fedora8 machine. Everything seems to work. But the conection
with the IMAP server didn't happen. The error I got is:
Connecting to xxx.xxx.xxx...
Warning: fsockopen() [function.fsockopen]: unable to connect to
xxx.xxx.xxx:143 (Permission denied)
in/var/www/html/roundcubemail/program/lib/imap.inc on line 596
IMAP connect: NOT OK(Could not connect to xxx.xxx.xxx at port 143:
Permission denied)
I have verified the logs in the imap server and there is nothing
related to the conection. It seems that the problem is in the machine
where I put roundcubemail.
Any help?
Thank you
_______________________________________________
List info: http://lists.roundcube.net/users/
On Fri, 13 Feb 2009 11:24:02 -0300, Eden Caldas <edencaldas(a)gmail.com>
wrote:
>> > It's on a VM so I'm not afraid to say passwords here.
>> >
>> > Distro is Ubuntu 8.04.2
>> > Installed slapd then I did dpkg-reconfigure and configured teste.org
>> > Set admin password to 123456
>> > backend and database are hdb
>> > suffix "dc=teste,dc=org"
>> >
>> > I also installed phpldapadmin.
>> > I can login with the admin account
>> > I create and addressbook entry
>> >
>> > dc=teste,dc=org (2)
>> > |_cn=admin
>> > |_cn=Eden Caldas
>> >
>> > Eden Caldas is the addressbook entry.
>> >
>> > I edit main.inc.php and uncoment the ldap lines.
>> > I configure like this:
>> >
>> > $rcmail_config['address_book_type'] = 'ldap';
>> >
>> > $rcmail_config['ldap_public']['teste'] = array(
>> > 'name' => 'teste.org',
>> > 'hosts' => array('mail.teste.org'),
>> > 'port' => 389,
>> > 'use_tls' => false,
>> > 'user_specific' => false,
>> > 'base_dn' => 'dc=teste,dc=org',
>> > 'bind_dn' => 'cn=admin,dc=teste,dc=org',
>> > 'bind_pass' => '123456',
>> > 'writable' => true,
>> > 'LDAP_Object_Classes' => array("top", "inetOrgPerson"),
>> > 'required_fields' => array("cn", "sn", "mail"),
>> > 'LDAP_rdn' => 'mail',
>> > 'ldap_version' => 3,
>> > 'search_fields' => array('mail', 'cn'),
>> > 'name_field' => 'cn',
>> > 'email_field' => 'mail',
>> > 'surname_field' => 'sn',
>> > 'firstname_field' => 'gn',
>> > 'sort' => 'cn',
>> > 'scope' => 'sub',
>> > 'filter' => '',
>> > 'fuzzy_search' => true);
>> >
>> > When I log into roundcube and go to the address book get only
>> "teste.org"
>> > showing in the groups field but nothing else.
>> >
>> > Any thoughts?
>>
>> And what happens when you search for one or more persons?
> err... it works
>
> So is that the normal behavior? We have no list of contacts, we have
> to search?
While testing something, I noticed that when the filter-option in the
LDAP config is filled, this search is performed when opening the
addressbook. You can use I.E.:
'filter' => 'mail=*@*', // used for basic listing (if not empty)
--
Kees de Keizer
kees(a)de-keizer.net
http://www.de-keizer.net/
_______________________________________________
List info: http://lists.roundcube.net/users/
I've tried to address book with openldap, but I have no success:
There is the entry on main.inc.php:
$rcmail_config['ldap_public']['LDAPBEM'] = array('hosts' => '192.168.0.199',
'port' => 389,
'use_tls' => false,
'base_dn' => 'dc=domain,dc=com,dc=br',
'bind_dn' =>
'cn=phpldapadmin,ou=ldapadmin,o=sistemas,dc=domain,dc=com,dc=br',
'bind_pass' => 'pass',
//'base_dn' => 'o=ENT,dc=domain,dc=com,dc=br',
'search_fields' => array('Email' => 'mail', 'Name' => 'cn'),
'name_field' => 'cn',
'mail_field' => 'mail',
'email_field' => 'mail',
'scope' => 'sub',
'fuzzy_search' => 1);
Please, this is the issue to assign roundcubemail to be a official
webmail in my enterprise, but the ldap contacts is the first subject for
my users.
Thanks!
--
Juliano Souza
TI
Grupo BEM
55(11)-3871-6746
juliano(a)grupobem.com.br
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello:
I'm looking to integrate a copy of RoundCube with XRMS.
Any one willing and able?
Dumarest
_______________________________________________
List info: http://lists.roundcube.net/users/
It's on a VM so I'm not afraid to say passwords here.
Distro is Ubuntu 8.04.2
Installed slapd then I did dpkg-reconfigure and configured teste.org
Set admin password to 123456
backend and database are hdb
suffix "dc=teste,dc=org"
I also installed phpldapadmin.
I can login with the admin account
I create and addressbook entry
dc=teste,dc=org (2)
|_cn=admin
|_cn=Eden Caldas
Eden Caldas is the addressbook entry.
I edit main.inc.php and uncoment the ldap lines.
I configure like this:
$rcmail_config['address_book_type'] = 'ldap';
$rcmail_config['ldap_public']['teste'] = array(
'name' => 'teste.org',
'hosts' => array('mail.teste.org'),
'port' => 389,
'use_tls' => false,
'user_specific' => false,
'base_dn' => 'dc=teste,dc=org',
'bind_dn' => 'cn=admin,dc=teste,dc=org',
'bind_pass' => '123456',
'writable' => true,
'LDAP_Object_Classes' => array("top", "inetOrgPerson"),
'required_fields' => array("cn", "sn", "mail"),
'LDAP_rdn' => 'mail',
'ldap_version' => 3,
'search_fields' => array('mail', 'cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'gn',
'sort' => 'cn',
'scope' => 'sub',
'filter' => '',
'fuzzy_search' => true);
When I log into roundcube and go to the address book get only "teste.org"
showing in the groups field but nothing else.
Any thoughts?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi!
The following changeset fixes an XSS vulnerability:
http://trac.roundcube.net/changeset/2245
Roundcube is packaged in Debian Lenny and the version that is considered
for this version is 0.1.1. It is not possible to package a more recent
version due to the way Debian manages to publish a "stable" version.
The code is really different for 0.1.1. From my understanding of the
code, it seems that 0.1.1 is not vulnerable, but I will test this.
We also have 0.2-alpha. We are in the process to release 0.2-stable as
well but this is not done yet since some pieces are missing in
Debian. 0.2-alpha does not accept the background attribute, so no
problem with this one. However, the patch also changes a regexp. Is this
change related to the XSS vulnerability?
Thanks for any input.
--
Make sure comments and code agree.
- The Elements of Programming Style (Kernighan & Plauger)
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I just installed Roundcube yesterday and am rather impressed. Nice work.
I have a question regarding how to interleave replies, especially those
in HTML coming from GMail.
When I hit reply, there is a blue line that runs to the end of the
message. If I interleave my replies in the original, there doesn't appear
to be a way to determine who is replying to what. What I was hoping was
that Roundcube's editor would drop the blue line where I am entering text
to indicate new comments. Instead, my replies are included with the last
reply. As a result, there is no way to determine who is replying to what..
I looked at the generated HTML and I could rewrite it each time but I am
wondering if this was intended or a known issue ?
When replying in text, it works better, however, previous replies are
treated as only one layer of replies. That is instead of adding ">>" for a
reply to a reply, it simply enters ">"..
Thanks
J
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have problem with iframe. I have installed a CMS and I have integrated
roundcubemail into a frame.
So to protect an account from unauthorized access, I have modified the
code (index.php) :
<?php
...
$referer = $_SERVER["HTTP_REFERER"];
$url = parse_url($referer);
$url = $url['scheme']."://".$url['host'].dirname($url['path'])."/";
$namesess = sprintf("UV%u", crc32($url));
session_name($namesess);
session_start();
if (isset($_SESSION['SESS_NICKNAME'])) {
...
// if we arrive here, something went wrong
raise_error(array(
'code' => 404,
'type' => 'php',
'line' => __LINE__,
'file' => __FILE__,
'message' => "Invalid request"), true, true);
}
else {
echo "Error";
exit();
}
?>
}
The login dialog box display correctly.
The problem is: when I click on the authentication button with a correct
login info it display "Error".
How to fix it ?
Sorry for my english ! I'm french.
Thx so much
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a way to make the header columns (e.g. From, Subject) resizable?
Barring that, how can I change their width in the PHP or CSS/skin source?
Thanks,
Raul
_______________________________________________
List info: http://lists.roundcube.net/users/
I just copied the unzipped roundcubemail directory to my webspace.
This shows up wenn I go to: www.myurl.com/roundcubemail/installer
Fatal error: Undefined class name 'rcube_install' in
/var/www/web120034/html/rcm/installer/index.php on line 20
what does this mean?
take care, hublot
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm interested in forcing SSL for users at a new rouncube install. I've
tried an entry in the .htaccess file but it's not working. I see
something in the roundcube config file but I'm not sure how to
implement it that way.
My site will serve the login page if you type https://(my url) so I know
that is working.
Any help appreciated.
Chas
P.s. The url www.roundcubeforum.net does not seem to work, is the forum
still active?
_______________________________________________
List info: http://lists.roundcube.net/users/
hello,
I' ve got roundcube 0.1 ant i would like upgrade with the 0.2.
how do I make?
_______________________________________________
List info: http://lists.roundcube.net/users/
When I receive email from certain people (mainly people with email accounts at hotmail.com) I end up getting a blank email with no body text. The only way that I can see the body of the text is to hit the forward or reply buttons to get into the compose email editor. The text shows up just fine there. In the roundcube viewer (preview pane) there is no text except for the signature section that hotmail.com adds on to each email. I am thinking that this is a HTML formatted message and for some reason the HTML portion is not displaying.
I also tested to see if the text was just the same color as the background (by performing a "Select All" to highlight it), but it is not there. Any ideas?
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
BTW, I just got off the phone with a user that had checked her e-mail
via RoundCube from a Wii. She said it works great, but it is almost
impossible to type using the Wii controller, so she phoned me instead.
I know a user here has used a Playstation to do the same thing, but
that wasn't surprising for me since I we had done some testing on the
Playstation for web sites we develop .
No feedback to me on interface quirks using Playstation or Wii.
Way to go web standards, and congrats to the RoundCube team !
( WebTV die, die )
--
Charles Dostale
System Admin - Silver Oaks Communications
http://www.silveroaks.com/
824 17th Street, Moline IL 61265
_______________________________________________
List info: http://lists.roundcube.net/users/
I have looked for a way to do this and can not figure it out...I am sure there is a simple easy answer:
When I forward certain messages I like to remove the table containing the Subject/Date/From/To information. I have figured out how to delete the text, but I can not seem to delete the table that contained that text. Is there a way in the editor to do this without changing the message to plain text? I can select certain areas of the table to resize it, but but not delete the entire table itself. Any quick pointers? Sorry if this is a dumb question...I must simply be missing it...
_______________________________________________
List info: http://lists.roundcube.net/users/
On Jan 21, 2009, at 6:53 PM, Molin MEN wrote:
> But i'm still not sure about IMAP storage. Could you explain me in
> detail about that?
I use Fedora, some of the paths might be different on your system.
You might want to look at this HOW-TO at The Linux Documentation
Project :
<http://www.tldp.org/HOWTO/Mail-Administrator-HOWTO.html>
I'll use angle brackets to designate names that are variable.
I am simplifying here to keep things brief.
If I get anything seriously wrong, please anyone else jump in and
correct me.
When a message comes into a mail server ( or Mail Transport Agent -
MTA ) if the message is for an account on that computer, it hands the
message off to a Local Delivery Agent ( LDA ) such as procmail.
procmail removes the envelope and puts the message into the proper
user's inbox, which is normally the file /var/spool/mail/<username>.
If a user connects via IMAP, messages are shown in mailboxes. The
inbox resides in /var/spool/mail/<username> , however any other
mailboxes are stored in the user's home directory, usually /home/
<username>/ . Many administrators prefer to have mailboxes in a sub-
directory of user home directories, and some command-line Mail User
Agents ( MUA ) _need_ a sub-directory. The most common sub-directory
is "mail" so the path where non-inbox messages are stored are in /
home/<username>/mail/<mailboxname>
There are two common formats that messages are stored - mbox and
maildir.
mbox is a single file that contains many messages.
maildir is a directory that contains a file for each message.
That should get you started in the right direction.
> I just wonder whether it is stored in IMAP storage as what u said
RoundCube connects to an IMAP server just as Thunderbird ( a MUA ) does.
Messages are stored on the IMAP server.
> What do you mean by caching of message?
The messages always reside on the IMAP server.
Thunderbird, for example, makes local copies ( a cache ) of what is
on the IMAP server to improve performance.
RoundCube can be configured to create a cache of IMAP message too.
So, as described in the config file comments -
> // this is recommended if the IMAP server does
> // not run on the same machine
It _may_ increase performance for the database to make a "local copy"
of the IMAP messages depending on your computing environment.
Most of the time it won't, but if the database server runs on the
same computer as the webserver,
and the IMAP server is on a different computer, the database caching
might help.
Testing is the only way to determine if having RoundCube use a
database cache of IMAP messages helps.
> What do you mean by serialize into a big pile here?
I mentioned mbox and maildir formats above.
Since it takes a bunch of PHP code ( and processing time ) to parse
through the IMAP messages in order to display them in the web page,
what is cached in the database is the parsed PHP-specific data from
the messages, serialized into a form that the database can store. To
a human, that serialized data doesn't look much like a message
anymore, it is in a format meant to be understandable by PHP. The
message data would be more understandable to a human when viewed on
the IMAP server rather than the pre-parsed, serialized cached data.
One last note.
Messages that have HTML parts or attachments are difficult to read
via a text editor or text pager directly as they are stored on the
IMAP server, particularly if the messages are stored in mbox format
and the mailbox is large.
HTH
--
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 all, i'm new here... so.. my first question is:
when open attach bigger than 2MB for example, it just stop working and
open a blank page and stay loading "forever", when is a small attach a
can't left click and open it, only right click and save to disk, and
then open the file, sorry for my English, any ideas?
thank`s! :)
Jean
_______________________________________________
List info: http://lists.roundcube.net/users/
On Jan 20, 2009, at 6:46 PM, Molin MEN wrote:
> Dear Chasd
>
> Thank for your reply. I still got some point to ask you related to
> roundcube and postfix.
I don't use postfix or MySQL, but I'll try.
> When we want to add new address mail we just go to console and use
> adduser command that mean we add a new user to system.
Yes, that's what I do.
> Tell me why that user go automatically to roundcube database in mysql?
From the configuration file :
// automatically create a new RoundCube user when log-in the first time.
// a new user will be created once the IMAP login succeeds.
// set to false if only registered users can use this service
$rcmail_config['auto_create_user'] = TRUE;
If that is set to FALSE, then any user that has an IMAP account has
to also be added manually to RoundCube.
> On more thing, i try to find in roundcube database for boday
> message but i dont see any.
The mail messages are NOT stored in the database, they are stored in
the IMAP system.
However, from the config file :
// enable caching of messages and mailbox data in the local database.
// this is recommended if the IMAP server does not run on the same
machine
//$rcmail_config['enable_caching'] = TRUE;
$rcmail_config['enable_caching'] = FALSE;
As you can see, I don't use database caching of messages
( configuration set to FALSE ).
Messages MIGHT be stored in the database as part of a cache, but
those messages are likely serialized into a big pile before storing
in the database. That will make them difficult to find and use.
Why do you want to access the messages from the database ?
Why don't you simply access them via the IMAP storage ?
If you are having a problem where RC is not displaying what is in the
IMAP server, it might be the caching, so make sure it is turned off.
--
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,
sorry if this has already been discussed, I just subscribed to the list
today and the list archive doesn't work because the CAPTCHA isn't
generated (PHP module missing on the server?). I was wondering if anyone
else had the problem that after the update from 0.2 beta to 0.2 stable,
login to roundcube is no longer possible, with no error message in any
logfiles. It just keeps going back to an empty login form. Does anyone
have a solution for this?
Regards,
Holger
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Joshua
Thanks for answering! I'm not familiar enough with the roundcube
community to know if you're answering as a member of the core
roundcube team, or as a user.
You say emails have been sent to that list, and came back from
users-bounce@, not announce@. Should I read this to say that you
*don't* think the announce list is still operative, and that messages
sent to announce(a)lists.roundcube.net are bouncing?
Could one of the core team confirm whether we should expect the
announce list to be operational (and be posted to when there are
urgent security updates)?
The archives at http://lists.roundcube.net/announce/ suggests it
hasn't had an announcement posted since March 08.
Cheers
On Wed, Jan 14, 2009 at 2:46 AM, Joshua Kordani <jkordani(a)intlogsys.com> wrote:
> there have been 3 emails sent to that list that have also been sent to the
> users and dev list since i've subscribed shortly before this year, and the
> email came back from users-bounce, not announce or dev.
_______________________________________________
List info: http://lists.roundcube.net/users/
hello,
first of all, I already post this question in the forum. where do I get the
better/faster help? is it better to post here in the mailinglist or in the
forum?
my question is, if or where I can disable the autoselection of the next
messages (e.g. after delete one). because I have enable preview pane the
next message will get loaded automatically.
another effect of the preview pane: I can't drag a message to the trash (or
other folder) directly out of the list. By click (and the drag) the message
will get loaded into preview pane and I have to wait till it's loaded, then
I can drag it into another folder.
do someone have this problems too? what can I do against it?
I think before I upgrade to 0.2stable I haven't this problem (before I was
a really early version, around 700-800)
thanks for any help.
jay
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear RoundCube users
The first service update for RoundCube Webmail 0.1-stable is now
available. It contains important bug fixes and updates of some
incomplete localization files. We recommend to update all
installations of 0.1-stable. Download the package from
https://sourceforge.net/project/downloading.php?group_id=139281&filename=ro…
and read the UPGRADING instructions to find out how to update.
Note: this update is still compatible with PHP 4 but future releases
will only run on PHP 5.
Have fun!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
-------- Original Message --------
Subject: Re: [RCU] Security announce list - is it still used?
Date: Tue, 13 Jan 2009 08:46:16 -0500
From: Joshua Kordani <jkordani(a)intlogsys.com>
To: chris burgess <xurizaemon(a)gmail.com>
References: <70d16a930901122143w5334297am794534d3943eb156(a)mail.gmail.com>
there have been 3 emails sent to that list that have also been sent to
the users and dev list since i've subscribed shortly before this year,
and the email came back from users-bounce, not announce or dev.
chris burgess wrote:
> I'm subscribed to the announce list announce(a)lists.roundcube.net, but
> I noticed just now that there's no mention of last month's security
> bug / fix in the archives. Actually, the archives suggest that list
> has not been posted to in almost a year.
>
> Is the announce list dead? I hope not! If it is, is there a
> recommended method for getting notifications of security updates to
> RoundCube?
>
> RoundCube devs: please resume the practice of posting urgent updates
> to the announce list. It's advertised as "Read-only list with
> announcements of new versions, security bugs and more."
>
> Lots of us who administer many hosted apps would prefer the option to
> get urgent notifications only, without having to get the full volume
> of users@roundcube list traffic.
>
> If it's just the archives which have stopped working and the list is
> still in action, please accept my apologies!
>
> Thanks for all your hard work!
> _______________________________________________
> List info: http://lists.roundcube.net/users/
>
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm subscribed to the announce list announce(a)lists.roundcube.net, but
I noticed just now that there's no mention of last month's security
bug / fix in the archives. Actually, the archives suggest that list
has not been posted to in almost a year.
Is the announce list dead? I hope not! If it is, is there a
recommended method for getting notifications of security updates to
RoundCube?
RoundCube devs: please resume the practice of posting urgent updates
to the announce list. It's advertised as "Read-only list with
announcements of new versions, security bugs and more."
Lots of us who administer many hosted apps would prefer the option to
get urgent notifications only, without having to get the full volume
of users@roundcube list traffic.
If it's just the archives which have stopped working and the list is
still in action, please accept my apologies!
Thanks for all your hard work!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello!
With new RQ 0.2-beta and Firefox 3.x version is not possible to select
mutiple mail with SHIFT+UP or SHIFT+DOWN.
No problem with old version and Firefox 3.x
Is it possible to fix this issue?
Very thanks!
---
Sim
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I'd like to know if it is possible, that several e-mail addresses (as
sender) are automatically detected by using the virtuser file?
Here an example of a virtUser file:
test1(a)domain.com unixuser1
test2(a)domain.com unixuser1
test3(a)domain.com unixuser1
As you see, 3 mail addresses are pointing to one unix user. But roundcube
only detected one and set this as sender address.
Thanks in advance and btw... wow roundcube is nice! :-)
cheers,
ck
_______________________________________________
List info: http://lists.roundcube.net/users/
It's my first day using this, and so far it looks great. I have a couple
things I miss, I am wondering if these are possible or likely to be
available in the future:
* Folder list: Remember what folders are collapsed and which are not.
(E.g. after I compose a new email, going back to folder list should
remember which parent folders were collapsed. Likewise when I first login,
it should remember which ones are collapsed from my last login.)
* Folder list: While dragging a message to a folder, auto-scroll the folder
list and auto-expand folders. Bonus for re-collapsing to original state
after drag-n-drop is done (aka Apple Mail).
* Compose new emails in a separate tab or window.
Thanks,
Raul
_______________________________________________
List info: http://lists.roundcube.net/users/
Does roundcube support this feature? global contacts and personal contacts?
Is there a patch or something?
_______________________________________________
List info: http://lists.roundcube.net/users/
I've been getting a large uptick in the number of html2txt.php
vulnerability scans lately. I know it's been fixed in the latest
stable release and I made sure my html2txt.php diff'd ok vs the latest
revision (2187)... is there any easier way to check which revision I'm
running? The changelog doesn't seem to list revision numbers, just
milestones, and it didn't include mention of the ticket opened to fix
the vulnerabiity (#1485618).
hose
_______________________________________________
List info: http://lists.roundcube.net/users/
*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/
I'm seeing double dates and time in the "sendmail" log from RoundCube.
[11-Nov-2008 01:13:42 -0600]: [11-Nov-2008 01:13:42 -0600] User: ....
[11-Nov-2008 02:51:15 -0600]: [11-Nov-2008 02:51:15 -0600] User: ....
[11-Nov-2008 11:22:30 -0600]: [11-Nov-2008 11:22:30 -0600] User: ....
this is from the current svn version (2025), are other people seeing this?
Thanks
-Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm seeing double dates and time in the "sendmail" log from RoundCube.
[11-Nov-2008 01:13:42 -0600]: [11-Nov-2008 01:13:42 -0600] User: ....
[11-Nov-2008 02:51:15 -0600]: [11-Nov-2008 02:51:15 -0600] User: ....
[11-Nov-2008 11:22:30 -0600]: [11-Nov-2008 11:22:30 -0600] User: ....
this is from the current svn version (2025), are other people seeing this?
Thanks
-Matt
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Yb/JWMpwSMU/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
I would like my roundcube could be accesible from internet, but I think it could be insecure.
Could you add CAPTCHA in login screen to avoid brute-force attacks ?
(if the user fails the password once or twice)
I hope you can help me. Please include the feature in a new version.
Thanks in advance.
Leandro.
_______________________________________________
List info: http://lists.roundcube.net/users/
I would like users can setup his/her autoreply and mailforward paramaters stored in openldap (qmail-ldap and postfix-ldap)
Please include the feature in a new version.
Thanks in advance.
Leandro.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi List,
I recently installed roundcube on a platform ready to serv a few
thousand users. All my users are stored in an LDAP database but I use
IMAP for authentication.
The only problem I have is that these users have a bunch of
AlternateMailAddresses and they should be able to select diffrent FROM
addresses in the composerwindow. Is it possible to patch roundcube for
this ? Is there a solution to query them directly from LDAP ? Can I
feed a flatfile list to roundcube ?
Many thanks for responding,
Wesley Hof,
KPN Belgium
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have a working installation of Roundcube with hmailserver and WAMP.
My problem is that I cannot add any address clicking the little plus sign
next to e-mail addresses in the header of the e-mail. I can add addresses
going to address book. I googled around and seems like nobody has this
problem, hence I didn't find a solution.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi!
I've wrote this question to the roundcube mail list, but there i was told,
that the best place to ask such questions is mail list, so I'm writing
here.
I've installed roundcube v 0.2-beta, but when i'm enering the correct
username and the passwords i've got the error "Session TimeOut?".
Maybe this is because we have a mail server that needs the whole email
message (name@…) instead of just login (name).
The thunderbird and squirellmail is working perfectly, but roundcude don't
even move away from the login scrren.
In mail.log on server I can see that the login was successfull.
I've the other installation of the roundcube (on the other server) the
login works perfectly, so it is not the client or browser problem.
Thank you in advance for any ideas that will help to sove this prblem.
--
bessarabov
_______________________________________________
List info: http://lists.roundcube.net/users/
Has anyone noticed that with Internet Explorer and recent releases of
Roundcube that when you have an email with 2 or more pages worth of text -
the verticle scrollbar doesn't adjust properly? In order to get to the
bottom of the email I need to use the down arrow button. As the email is
scrolling towards the bottom of the page using the down arrow button, the
verticle scrollbar on the right side gets smaller and smaller until it
reaches the proper size as it should have been in the beginning. I don't
see this problem with other browsers. Just wondering. Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
This has happened to 3 of my users now. We do not permit external IMAP
or POP3 access; only Roundcube for these users. IMAP is served via
Dovecot 1. I'm on the most recent release of Roundcube.
Three users now have had their inboxes completely wiped out. The first
two times I wrote it off that the user probably clicked their folder
and clicked Empty without really paying attention. Three, though, is a
magic number...
Has anyone else seen this?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello! Bellow is theproblem who I cannot resolve! If you know, please
help me.
(roundcube-0.2.b,1 OS-FreeBSD 7.0 RELEASE). In this time ldaps on port
636 with mail system (sendmail,courier-imap) work properly.
===========================
logs/errors
...
PHP Warning: ldap_start_tls() [<a
href='function.ldap-start-tls'>function.ldap-start-tls</a>]: Unable to
start TLS: Can't contact LDAP server in
/usr/local/www/roundcube/program/include/rcube_ldap.php on line 88
LDAP Error: Could not connect to any LDAP server, tried localhost:636
last in on line 0 (POST /?_task=addressbook&_action=save)
main.inc.php
...
'hosts' => array('localhost'),
'port' => 636,
'use_tls' => true,
...
===========================
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
I installed Roundcube via my host's automatic install. Everything seems
to be working fine but I can't delete email messages (it just won't
remove or move the message anywhere) and I can't subscribe to the
Drafts, Sent and Trash folders.
I was told it could have something to do with imap_root not being set to
INBOX so I updated it in the config file but still no luck.
Any thoughts?
Cheers,
Adriano
--
_______________________________________________
List info: http://lists.roundcube.net/users/
I recently upgraded from 0.1.1 to 0.2-alpha to 0.2-beta. The newest version
works great from my home PC (WinXP, Firefox 3), but it doesn't work from my
PC at work (Win2000, Firefox 3). I can login, but I am unable to
select/read any emails, buttons don't work, etc. it's unresponsive.
Versions 0.1.1 and 0.2-alpha worked fine from both PCs. I've tried
different configuration options, clearing cache, deleting cookies, deleting
all rows from the session table, etc. Any ideas?
Thanks,
Layne
_______________________________________________
List info: http://lists.roundcube.net/users/
When accessing our RoundCube install from the Safari browser on an
iPhone or iPod Touch there are no scroll bars in the message list
leaving the majority of messages inaccessible. I've attached a screen
capture. In the lower right it indicates that messages 1 to 100 of 268
are being displayed, but the number of message visible is less than 50
with no way to scroll to the others.
Is there a patch or something that needs to be done to enable scroll
bars on a mobile device. The bars show up as expected when using a
desktop browser.
--
Jeff Allen
Systems Administrator
Faculty of Computer Science
Dalhousie University
Halifax NS Canada
http://www.cs.dal.ca/
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Pr/vYHe91eH/iphonerc.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/
Hi folks,
Debian Etch
Postfix
Dovecot-imap
Roundcubemail-0.1
Roundcube is running I can login to send mails. But the mails sent
can't be saved. There is only one folder "Inbox" displayed.
On Personal Setttings -> Folders
Only "Inbox" displaying
I can't create new folders manually there, on saving warning popup
saying unable to save.
The table for seleting Sent/Trash/Draft etc. folders all disappear
there.
I have been playing round on main.inc.php and db.inc.php without
result/
Neither Roundcube can receive mails. All incoming mails are on
/var/mail/users.
Please help.
B.R.
Stephen L
Send instant messages to your online friends http://uk.messenger.yahoo.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm using the sqlite backend, and in the process of upgrading from 0.2-alpha to
0.2-beta.
I untarred the new version, then copied the sqlite.db file, and merged the
config files.
But in the new version, Only some of my users have problems with login. They
are shown an empty white page when they try to login, and the error log shows this;
[06-Eki-2008 00:03:39] PHP Fatal error: Call to undefined method
MDB2_Driver_Datatype_sqlite::getDBInstance() in
roundcubemail-0.2-beta/program/lib/MDB2/Driver/Datatype/Common.php on line 1117
I had a look at the php files, in program/lib/MDB2.php file, the getDBInstance
function is defined in MDB2_Module_Common class. There are no other definitions
of getDBInstance.
Does anybody else have experienced this error, or is this a bug?
--
Gokdeniz Karadag
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi folks,
Previously I mistakenly ran;
$ mysql -u roundcube -p roundcube <
/var/www/roundcubemail-0.1/SQL/mysql.initial.sql
Now I need to correct it without success;
$ mysql -u roundcube -p roundcube <
/var/www/roundcube/SQL/mysql.initial.sql
Enter password:
ERROR 1050 (42S01) at line 11: Table 'cache' already exists
Please advise how to force run the command. Or is there any other way?
TIA
B.R.
Stephen L
Send instant messages to your online friends http://uk.messenger.yahoo.com
_______________________________________________
List info: http://lists.roundcube.net/users/
bonjour a tous
je suis administrateur linux dans un centre hospitalier.
j'ai environ 700 utilisateurs sur la messagerie (postfix).
j'ai mis en place roundcube V0.1.1 il y a 1 mois et c'est un super webmail.
par contre je cherche a mettre en place la possibilite de creer des
groupes de contacts, je m'explique :
je voudrais lors de la creation d'un nouveau contact, avoir la
possibilite de renseigner plusieurs adresses mail separees par des
virgules dans le champs email.
pour l'instant si j'essaye j'ai le message suivant : "veuillez saisir
une adresse mail valide"
je voudrais empecher cette verification, mais je ne trouve le fichier a
modifier.
sachant que le champs "email" de la table "contacts" de la base de
donnees accepte 128 caracteres.
si j'ajoute manuellement mes adresses separees par des virgules
directement dans la base de donnees ça fonctionne.
j'espere avoir ete assez clair, merci d'avance pour votre aide.
_______________________________________________
List info: http://lists.roundcube.net/users/
I see the option under "Personal Settings" that is labeled "Compact Inbox on Logout"...is this what you are referring to? Or is there another way to compact folders? I have seen this happen multiple times after a complete delete and reinstall of RoundCubeMail. I assume that compacting is a way to fix the problem for good?
Thanks,
Keith
----- Original Message ----
i had this problem before. Try compacting your folders. After that, the mails should be gone.
Regards,
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
I am new to RoundCube Webmail and I am having an issue where messages
that I have deleted previously and removed from the server are showing
up in my Inbox. I can look in Squirrelmail and see that the messages are not in the Inbox, but they are showing up
in RoundCube. Has anyone seen this issue and are there any known
fixes? I am not sure where to start looking to see where to fix this.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear subscribers
I know that it was very quiet on the announce mailing list (maybe
already a bit scary...) but now we're proud to announce a new release
of the RoundCube webmail package. New version 0.2-beta comes has many
bugs fixed and some new features like
* Collapsable folder tree
* Flag column on messages list
* Default IMAP folders configurable for each user/account
* Completed TinyMCE integration (with spell checking)
* Save outgoing mail to selectable folder
* Auto-detection the client language and timezone
* Import/export of address book contacts in vCard format
* Options to use syslog instead of log file
* Pspell support
A complete list of new features and fixed bugs can be found at
http://trac.roundcube.net/wiki/Changelog
This release is considered stable (even if some of the localizations
are not complete yet) and we recommend to update existing
installations of RoundCube. You can download it from
http://www.roundcube.net/downloads
Please read the UPGRADING instructions for details. An automated
update script will (hopefully) be included with the next version.
If you want to report bugs, please use our tracker but read the
instructions (http://trac.roundcube.net/wiki/Howto_ReportIssues)
first.
Cheers!
The RoundCube dev team
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear subscribers
I know that it was very quiet on the announce mailing list (maybe already a
bit scary...) but now we're proud to announce a new release of the
RoundCube webmail package. New version 0.2-beta comes has many bugs fixed
and some new features like
* Collapsable folder tree
* Flag column on messages list
* Default IMAP folders configurable for each user/account
* Completed TinyMCE integration (with spell checking)
* Save outgoing mail to selectable folder
* Auto-detection the client language and timezone
* Import/export of address book contacts in vCard format
* Options to use syslog instead of log file
* Pspell support
A complete list of new features and fixed bugs can be found at
http://trac.roundcube.net/wiki/Changelog
This release is considered stable (even if some of the localizations are
not complete yet) and we recommend to update existing installations of
RoundCube. You can download it from http://www.roundcube.net/downloads
Please read the UPGRADING instructions for details. An automated update
script will (hopefully) be included with the next version.
If you want to report bugs, please use our tracker but read the
instructions (http://trac.roundcube.net/wiki/Howto_ReportIssues) first.
Cheers!
The RoundCube dev team
_______________________________________________
List info: http://lists.roundcube.net/users/
I thought I had it written down, but how to I change me Password now?
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there anyway to bypass the login screen via either a link or via a form
of a sort on a webapp? I have a web app that checks the count of emails as a
notification and displays it in the bottom of the app. I'd like to have it
where if the count is > 0 then it will provide a link that will auto login
to mail. If a link is not possible due to security reasons, can I have a
form that would contain the u/p and submit to the login page?
Thanks
Steffan
---------------------------------------------------------------
T E L 6 0 2 . 7 9 3 . 0 0 1 4 | F A X 6 0 2 . 9 7 1 . 1 6 9 4
Steffan A. Cline
Steffan(a)ExecuChoice.net Phoenix, Az
http://www.ExecuChoice.net USA
AIM : SteffanC ICQ : 57234309
YAHOO : Steffan_Cline MSN : steffan(a)hldns.com
GOOGLE: Steffan.Cline Lasso Partner Alliance Member
---------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm currently trying to extract various message attachment types [doc, odt,
pdf, etc] and convert them to plain text.I'm using the $IMAP->get_raw_body
method to get the raw data and then send it to the appropriate converting
program.Everything works fine except the fact that my converter does not
recognize the file type.Seems like that $IMAP->get_raw_body is generating
invalid content.
Also 'file' returns RFC 822 mail text, instead of the standard ASCII mail
text
Using roundcube 0.1~rc2-6
Any suggestions?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
i have a problem of the installation of roundcube. When the installer check
the environment, it's say: "iilConnection: NOT OK (Failed to load
lib/imap.inc)" The file is available under /program/lib/imap.inc
What is the problem?
Best regards
Stefan
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/a8/9Emt4eB9/Stefan_Becker_.vcfhttp://detached.gigo.com/rc/a8/9Emt4eB9/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Buenas noches,
Compañeros tengo un problema con los archivos adjuntos en mi Webmail con
Roundclube, al descargalos me dice
que no tienen formato, pero si hago la misma operacion por los otros
webmails que tengo como (squirrelmail) si
se descanrgan correctamente, es un servidor de correo propio montado con
postfix y cyrus...
En espera de su ayuda cordialmente,
-----------------------------------------------------------
Good night,
Partners have a problem with attachments in my Sponsored Roundclube, to
download it tells me
who have no format, but if I do the same operation by the other webmails I
like (squirrelmail)
descanrgan was correctly, is a mail server itself mounted with postfix and
cyrus ...
Awaiting your help cordially,
--
Oswaldo Sandoval
Linux User # 451503
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear all,
Just upgraded my roundcube install from 0.1.1 to 0.2-alpha using the
ports on FreeBSD-7.0-p3.
Is db_backend 'db' no longer implemented in 0.2?
After installation, I got a blank page when loading and found in the
apache logs:
[Wed Sep 10 12:03:53 2008] [error] [client 1.1.2.4] PHP Warning:
include_once(DB.php) [<a
href='function.include-once'>function.include-once</a>]: failed to
open stream: No such file or directory in
/usr/local/www/roundcube/program/include/iniset.php on line 76
[Wed Sep 10 12:03:53 2008] [error] [client 1.1.2.4] PHP Warning:
include_once() [<a href='function.include'>function.include</a>]:
Failed opening 'DB.php' for inclusion
(include_path='/usr/local/www/roundcube/:/usr/local/www/roundcube/program:/usr/local/www/roundcube/program/lib:/usr/local/www/roundcube/program/include:.')
in /usr/local/www/roundcube/program/include/iniset.php on line 76
[Wed Sep 10 12:03:53 2008] [error] [client 1.1.2.4] PHP Fatal error:
Class 'DB' not found in
/usr/local/www/roundcube/program/include/rcube_db.php on line 66
The default in db.inc.php.dist is now mdb2 and switching db_backend to
mdb2 in my config solved the problem.
Kind regards,
Spil.
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there anyway to bypass the login screen via either a link or via a form
of a sort on a webapp? I have a web app that checks the count of emails as a
notification and displays it in the bottom of the app. I'd like to have it
where if the count is > 0 then it will provide a link that will auto login
to mail. If a link is not possible due to security reasons, can I have a
form that would contain the u/p and submit to the login page?
Thanks
Steffan
---------------------------------------------------------------
T E L 6 0 2 . 7 9 3 . 0 0 1 4 | F A X 6 0 2 . 9 7 1 . 1 6 9 4
Steffan A. Cline
Steffan(a)ExecuChoice.net Phoenix, Az
http://www.ExecuChoice.net USA
AIM : SteffanC ICQ : 57234309
YAHOO : Steffan_Cline MSN : steffan(a)hldns.com
GOOGLE: Steffan.Cline Lasso Partner Alliance Member
---------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi!
I had the chance to work with Roundcube only recently. I "inherited" this
webmail setup from the previous admin and I have a very unsettling feeling
that it wasn't set up properly, but it works. Due to the fact I want to
upgrade it (it's out dated version 0.1) I took a closer look to it and
discovered (because I want to make a new install and only import the data
from the database tables into the new tables and drop the old installation
entirely) that it uses InnoDB. My question is (pretty stupid question I
know) will I break the program if I try to force it to use MyISAM engine
instead of InnoDB, the reason being that InnoDB uses a lot of memory even
when is in idle and the machine on which the webmail is hosted has very
limited resources. Thank you!
--
Lege, lege, relege, ora, labora et invenies.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
i have 2 Problems with using Roundcube. I am using the Version v0.2-alpha
from the last Release.
1. Sometimes, mails which i deleted a few days ago, remain in the inbox for
a few days until they vanish. Perhaps it is a cache problem. I tried to
emty browser cache, but nothing happens.
2. I am not able to use an smtp Server to send my mails. I am sure, that
the autentification data and server data is correct, because my other Mail
Clients use it without any problems. Rouncube error log gives me the
following errors :
[02-Sep-2008 10:17:03] PHP Warning: file_exists() [<a
href='function.file-exists'>function.file-exists</a>]: open_basedir
restriction in effect. File(/dev/urandom) is not within the allowed
path(s): (/var/www/html/web894:/tmp) in
/var/www/html/web894/html/mail/program/lib/Auth/SASL/DigestMD5.php on line
181
[02-Sep-2008 10:17:03] PHP Warning: file_exists() [<a
href='function.file-exists'>function.file-exists</a>]: open_basedir
restriction in effect. File(/dev/random) is not within the allowed path(s):
(/var/www/html/web894:/tmp) in
/var/www/html/web894/html/mail/program/lib/Auth/SASL/DigestMD5.php on line
184
[02-Sep-2008 10:17:08] Invalid response code received from server (535):
[02-Sep-2008 10:17:08 +0200] SMTP Error: SMTP error: Authentication
failure: Invalid response code received from server (Code: 535) in
/var/www/html/web894/html/mail/program/steps/mail/func.inc on line 1009
Sending mail with php mail() function works fine, but no chance with my
smtp server.
Does someone has an idea or solution for these 2 problems ?
Thank you
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
hi all,
i've a the default skin with my own logo, but on login page there is the
default one.
all paths are correct in myskin template folder.
I've this problem from svn repo update.
Somebody can help me?
thanks in advance
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have recently installed Roundcube 0.1.1 and the TEST SMTP function on the
installer page works fine, although when in a logged on session of
Roundcube I can create a new mail item but it will not send, comes up with a
message send failed!
System:- Roundcube installed on Server 2003 R2 using IIS6, PHP installed,
using MySQL database.
What should I check to see where the problem is?
Thanks.
Kevin Bessent
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have recently installed Roundcube 0.1.1 and when attempting to iFrame
Roundcube into an .aspx page, the mail shows up etc, but there is no
styling and images etc are missing.
System:- Roundcube installed on Server 2003 R2 using IIS6, PHP installed,
using MySQL database.
What should I check to see where the problem is?
Thanks.
Kevin Bessent
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello guys.
After I've upgraded to 0.2.alpha.1, I found that there is a link
called "Console" at the top left corner and it is not displayed
correctly (I've read changelog of the previuos version and found that
this was fixed, but it is not working properly for me).
Is there a possibility to disable this feature at conf file? I've
looked through it and found nothing like this.
Thank you beforehand for your suggestions.
--
Best regards,
Gleb Voronich
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all!
Sorry for my english, my native language is russian...
I have installed Roundcube Version 0.2-20080620 to my freebsd server
and it works great.
I have bunch of problems, but most of them were solved. But it is
still one problem, which I can't solve.
All my users data (accounts, passwords, e-mail adresses) is stored in
Active Directory ldap catalog (Win2003 Server R2).
I have Exim as MTA and Dovecot as imap server. This is working fine
with AD ldap catalog. In roundcube i want to get ldap adress book and
i have been setup this in main.inc.php.
Roundcube show me the users in contacts, it search for user's mails
when i create new mail, all ok. But when i want to see contacs data ->
i click on a contact in list of contacs, and roundcube says me
something like "requested contact could not be found". I have a
message on russian, so i can't give original translation. Contact name
is written on russian. When i clicked on contact, which is have only
latin symbols -> it show me data of contact, but this is not always. I
don't see any errors in roundcube logs, apache logs.
I think this is problem in encoding (russian symbols), or in contact
fields. How roundcube search for contacts in ldap and what is happen
when i clicked on a contact? Where i can find source code, which do
this work? Not all fields of contacts (eg sn) in AD have been
filled.This problem is not critical, but i must solve it, because i
don't want answer to my users questions about ldap address book.
This is my config of ldap address book in main.inc.php:
$rcmail_config['ldap_public']['DOMAIN.RU'] = array(
'name' => 'DOMAIN.RU',
'hosts' => array('boss2.domain.ru'),
'port' => 3268,
'use_tls' => false,
'user_specific' => false,
'base_dn' => 'DC=domain,DC=ru',
'bind_dn' => 'CN=ldap ldap,CN=Users,DC=domain,DC=ru',
'bind_pass' => '12345678',
'writable' => false,
'ldap_version' => 3,
'search_fields' => array('mail','cn'),
'name_field' => 'cn',
'email_field' => 'mail',
'surname_field' => 'sn',
'firstname_field' => 'givenName',
'sort' => 'cn',
'scope' => 'sub',
'filter' =>
'(&(mail=*)(|(&(objectClass=user)(!(objectClass=computer)))(objectClass=group)))',
'global_search' => true,
'fuzzy_search' => true);
I'm hope that you can help me (-:
Again, sorry for my english =)
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello guys.
I'm running Roundcube 0.2-alpha
All of the messages at Sent folder don't contain any text if there was any
file attached to the message. If the message was sent without an
attachment it is shown correctly there. All of the attachments are
called the same - 'Part 2' and such files couldn't be downloaded.
I've checked a few mailboxes using my mail client and found that the
messages are stored correctly at the server. I can download them and
the messages' body is ok and the attachments could be opened so the
problem is with Rouncube.
Is there any fix for this?
Thank you beforehand for your suggestions.
--
Gleb Voronich
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi List,
I run roundcube 0.1.1 and have a problem with the Trash Folder.
On a new account, the Trash folder is not created, if the user hits the
"delete" icon in the top menu bar. After creating the folder manually it
works. The "Trash" folder is in the "default_imap_folder" list which
should be autogenrated, if I understand the docs correctly.
Besides, it would be nice to specify a list of possivle Trashfodlers, as
some Mailclients seem to use german folder names for the trash folders,
so we get two "deleted items" folders when using webmail and fat client
in parallel.
Oliver
--
Protect your environment - close windows and adopt a penguin!
PGP-Key: 3B2C 8095 A7DF 8BB5 2CFF 8168 CAB7 B0DD 3985 1721
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/bG/9yVYfLjI/signature.asc
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,
We've got our RoundCube install tied into our LDAP server, and we'd
like to populate the "Display Name" field from LDAP's "sn" field so
that new users, upon logging in, will have new mail appear to come
from their full name instead of their username.
Is that even possible? If so, what steps would I need to take?
Running RoundCube-02alpha.
Thanks!
--
Josh Whitver
whitverj(a)urbandale.k12.ia.us / josh(a)whitver.net
"Write a wise saying and your name will live forever." -Unknown
_______________________________________________
List info: http://lists.roundcube.net/users/