Hi All,
Wondering if anyone can point me at some location which would allow me to set the maximum size for log files.
I have an errors log which due to a timezone config error has hit 47GB in three weeks. I've now resolved the error but would like to ensure the log file does not grow to this size ever again.
Cheers,
PJ
--
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I'm new to roundcube ... trying to setup the address book to our
OpenLDAP server without success
I have this error message in error log
[09-Feb-2010 14:01:16] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
[09-Feb-2010 14:01:24] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
[09-Feb-2010 14:01:25] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
[09-Feb-2010 14:31:16] PHP Fatal error: Call to a member function
set_pagesize() on a non-object in
/usr/local/www/roundcube/program/steps/addressbook/func.inc on line 47
Thanks for any info/help
_______________________________________________
List info: http://lists.roundcube.net/users/
K bharathan put forth on 2/2/2010 10:49 AM:
> thanks for all
>
> On Tue, Feb 2, 2010 at 6:05 PM, Carlos Williams <carloswill(a)gmail.com>wrote:
>
>> On Tue, Feb 2, 2010 at 8:36 AM, Charles Marcus
>> <CMarcus(a)media-brokers.com> wrote:
>>> On 2010-02-01 7:17 PM, Stan Hoeppner wrote:
>>>> All of that said, I don't find I'm lacking any functionality with my
>> current
>>>> version of Roundcube.
>>>
>>> Then you haven't looked at it... the new features are really nice...
I just installed 0.3.1 from Lenny backports, up from 0.2.2, and in brief testing
I don't really notice any significant new features. I still don't see a "reply
to list" option, which would be nice. What should I be looking for, and where?
Sorry to drudge up an old OT topic. I'm cc'ing the roundcube list so we can
move this discussion over there.
--
Stan
_______________________________________________
List info: http://lists.roundcube.net/users/
Ok now...
But, the folders that already exist, depend of mail client, can be a different names... I guess...
When i logged in webmail, its comes with Pt-BR, but in english too...
So, I have Enviados and Sent
so I need to go to Special Folders and Link to PT-BR names...
After this, i need to remove the folder Sent...
Its work, I think... but we need a work a lot...
----- Original Message -----
From: Diego Gomes - Cecred
To: Claudio Kuenzler
Cc: Roundcube users
Sent: Thursday, February 04, 2010 2:03 PM
Subject: Re: [RCU] how to
ck
Thanks..
I need to go to a meeting now..
I come when pass 2 hours, and I will test..
Thanks anywayy..
Cyaaa
----- Original Message -----
From: Claudio Kuenzler
To: Diego Gomes - Cecred
Cc: Roundcube users
Sent: Thursday, February 04, 2010 2:01 PM
Subject: Re: [RCU] how to
Diego,
Here the relevant params I'm using... and it works fine with English, French and German translation:
------------------------------------------
// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';
// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';
// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent';
// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';
// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
// protect the default folders from renames, deletes, and subscription changes
$rcmail_config['protect_default_folders'] = TRUE;
------------------------------------------
For these params be sure to use the exact name dovecot gives them. I'd be surprised if dovecot could speak Portuguese and create the folders with Portuguese names by default :-).
For the other question, about the folder Soccer, you will have to subscribe this folder in your Roundcube settings (once logged in under Settings you will find the folder subscriptions).
ck
On Thu, Feb 4, 2010 at 4:54 PM, Diego Gomes - Cecred <diego.gomes(a)cecred.coop.br> wrote:
Ok..
I change the:
$rcmail_config['create_default_folders'] = FALSE; to TRUE
and
$rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens Enviados', 'Spam', 'Lixeira'); to English..
But now, the BOX´s appear in English, not PT-BR
It´s certain that the box that already exist roundcube will display??
Example.. I have a box with the Name Soccer in my Outlook Express..
When I logged in Roundcube this folder, this BOX will appear????
Thanksss
----- Original Message -----
From: Claudio Kuenzler
To: Diego Gomes - Cecred ; Roundcube users
Sent: Thursday, February 04, 2010 1:49 PM
Subject: Re: [RCU] how to
Hi Diego,
No, this doesn't double-create the mailfolders in your IMAP-Server (dovecot in this case). It's only a paremeter for Roundcube.
I did this myself when I had the same problem with my first installation. I can assure you, the folders weren't touched.
cheers,
ck
ps: When you reply, add also the Roundcube User list as recipient or cc.
On Thu, Feb 4, 2010 at 4:45 PM, Diego Gomes - Cecred <diego.gomes(a)cecred.coop.br> wrote:
Hey ck, thanks to answer..
lets goo...
Im from Brazil, so.. my array is...
$rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens Enviados', 'Spam', 'Lixeira');
I want that the name of box come in PT-BR...
$rcmail_config['create_default_folders'] = FALSE;
I put FALSE because I was thinking that can be duplicate de BOXes..
If i have the BOX with name Sent, because I use Outlook Express, for example.. So, already exist the BOX with this name in my home dir..
If I put to TRUE, it doesn´t duplicate the BOX with name Sent?
Diego
----- Original Message -----
From: Claudio Kuenzler
To: Diego Gomes - Cecred
Cc: users(a)lists.roundcube.net
Sent: Thursday, February 04, 2010 1:35 PM
Subject: Re: [RCU] how to
Hi,
Not sure if I understand for sure what you mean, but I guess you have problems in Roundcube to see the default IMAP folders except Inbox.
You should check the following params in your main.inc.php:
-----------------------
// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
-----------------------
As you use dovecot, the default_imap_folders should already be correct like this.
Set create_default_folders to TRUE. This should show the folders in Roundcube.
cheers,
ck
On Thu, Feb 4, 2010 at 4:29 PM, Diego Gomes - Cecred <diego.gomes(a)cecred.coop.br> wrote:
Hello,
I have a MTA with postfix, dovecot, MailScanner, Spam Assassin, procmail...
This MTA work with pop3 and imap clients...
We don´t have Webmail
I´m testing Roundcube...
Well...
When I logged in webmail, with a new user, the Box´s don´t create, just INBOX...
If I logged with a account that use IMAP, in the server, I have the home of user, and Maildir directory... inside this directory, i have the box, that I create...
when i login in webmail, this Box don´t appear, just the Inbox. If i send a email, dont create the Sent Itens box too..
Well, How can I to do roundcube work if my environment?
Thanks anyway....
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
_______________________________________________
List info: http://lists.roundcube.net/users/
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear All,
I am trying to inlcude my company digital signature at the end of my email,
but there is any feature available in the panel control.
The only feature available ask for URL address but I need to paste a JPEG
file.
Please send me the corresponding procedure
Regards
Jorge
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have a MTA with postfix, dovecot, MailScanner, Spam Assassin, procmail...
This MTA work with pop3 and imap clients...
We don´t have Webmail
I´m testing Roundcube...
Well...
When I logged in webmail, with a new user, the Box´s don´t create, just INBOX...
If I logged with a account that use IMAP, in the server, I have the home of user, and Maildir directory... inside this directory, i have the box, that I create...
when i login in webmail, this Box don´t appear, just the Inbox. If i send a email, dont create the Sent Itens box too..
Well, How can I to do roundcube work if my environment?
Thanks anyway....
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
_______________________________________________
List info: http://lists.roundcube.net/users/
On Feb 3, 2010, at 4:38 PM, Bradlee Landis wrote:
> Actually, I was more concerned about the MTA (I think).
This HOWTO from The Linux Documentation Project can help clarify how
the different pieces of a mail system work together :
<http://tldp.org/HOWTO/Mail-Administrator-HOWTO.html>
> I really like
> your application, but we are currently using openwebmail, which uses
> the mbox file directly. I had kind of looked at the structure of your
> MySQL, and saw that it had message, so I assumed it stored the whole
> thing. But I guess I didn't look enough, because, from what I'm
> guessing, it just stores flags on the messages that it has seen (such
> as read/unread, etc).
Read / unread is handled by the IMAP server, so that those flags
remain as you want them if you access that account from a different
piece of software. If that info was stored in RoundCube, then if you
switched to Thunderbird, all the messages would have the incorrect
read / not-read flags. Since it is stored in the IMAP server,
switching MUAs works.
There is a feature in RoundCube where it can cache message
information in the database ( not always MySQL ), but with
improvements to IMAP servers, that caching is no longer recommended.
The database schema for message caching is probably what you bumped into
> We were also in the process of trying to get data replication for some
> mail servers in place, and so I thought if it was MySQL, it has built
> in replication and would make it easier. I was thinking that if
> RoundCube was built to go to the MBox file, move that information over
> to a database, then I would just take the database and copy it over,
> but it looks like roundcube is not going to cut it.
There are tools for syncing IMAP data between hosts, if that is what
you are looking for. Search for " IMAP replication " or " IMAP
synchronization "
--
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'm just curious about the implementation of Roundcube. I couldn't
find details on the site.
Does roundcube make use of the mbox files in Linux, or does it simply
use IMAP to talk to another process on the server. If it uses mbox
files, does it copy to MySQL, even without the user logging in, or
does the user have to log in to get the messages to be moved from the
MBox file to MySQL?
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
is there any ability to create a group list, so that one email address
sends to
multiple recipients?
_______________________________________________
List info: http://lists.roundcube.net/users/
How hard would it be to configure RC so that it gives read-only access
to an IMAP account?
Detailed explanation:
There's a repository with a lot of emails, a group of people need access
to the messages, but just to read and search them. No delete, no reply,
no compose, nothing like that. Pure read-only. And search, which is very
important.
There are no folders, everything is in one place; the Folders field can
disappear. But the server is probably going to be IMAP, for practical
reasons.
Any idea how hard would this be? Would a lot of code hacking be involved?
--
Florin Andrei
http://florin.myip.org/
_______________________________________________
List info: http://lists.roundcube.net/users/