Hello list,
Many thanks to kmn, Lewis, James and Yves for your valuable suggestions.
It is a pleasure to see people respond so nicely to newbie questions on
a Free Software mailing list! :-) And to the roundcube team as well for
such a promising piece of software.
- cheers,
Siddharth.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hey all -
We're playing around with roundcube.. and trying to identify issues
that would prevent us from deploying it on a pool of machines. We
currently use round robin DNS to distribute load across several
machines that all answer to the same name.
It looks like it can be configured to store sessions in a central location.
It looks like file attachments get stored on the local file system..
and since our load balancing "solution" doesn't do sticky sessions,
this is a problem.
can anyone suggest other deployment gotchas?
Liam
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello list,
I couldn't find anything about stability in the archives or the forums,
so hoping for some clues here. I work for an email hosting company. We
intend to offer roundcube to our customers. I've recently deployed 0.1.1
on our internal mail server and it has been working pretty well for us.
I would like to try out the new 0.2-alpha version before we release to
customers.
Has anyone noticed any stability issues with v0.2-alpha? Especially with
a large number of users? Or anything that someone using a previous
version should take note of? Any help would be really appreciated.
- Thanks and regards,
Siddharth Deshpande
System Administrator,
Directi Internet Solutions Pvt. Ltd.
www.directi.com
_______________________________________________
List info: http://lists.roundcube.net/users/
Question,
I have managed to configure my RoundCube installation to allow me to
choose one of multiple servers from a drop down list however I have not
figured out how to specify what SMTP host to use with each of the
different servers. Is it possible to specify an SMTP host per domain?
Regards,
Tim
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/yj/k65uVEde/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/
Hi Roundcube!
We have recently installed a roundcube server and testing it. There is a small feature that I miss. I would like to add an extra x-header to all e-mail sent from roundcube with the authenticated username. Something similar to what squirrelmail uses.
For example: If I use a custom profile in roundcube and set the email address to something else. The message that is delivered does not include a header with the authenticated user.
Squirrelmail have this info in the headers of the mail.
Received: from 192.168.42.254 (SquirrelMail authenticated user ruben(a)testing.se) by squirrelmail.crossnet.net with HTTP; Mon, 7 Jul 2008 17:01:17 +0200 (CEST)
Would it be possible to somehow add the authenticated username in the x-headers?
We tried to modify the User-Agent in main.inc.php but the header that came with the mail looked like this.
User-Agent: RoundCube Webmail/0.2a User: %u
As you can see, I don't want %u but ruben(a)testingroundcube.test<mailto:ruben@testingroundcube.test> instead. It should not be hard to get it to work or to add an extra X-header.
The reason I want this is so that no one can fake emails and to make it easier to track abusive users.
Can someone please tell me how to get this to work?
Best Regards
Ruben
Crossnet Technical Solutions
_______________________________________________
List info: http://lists.roundcube.net/users/
This is a follow-up to my previous message regarding the inability to
view emails that are composed in HTML rather than plain-text.
I am running:
Apache 2.2.8
PHP 5.2.6
RoundCube 0.2-Alpha
Linux OS (Fedora 9)
Here is the output from my modsec log:
****************************************************
--80495d17-A--
[04/Jul/2008:01:24:52 --0700] db1-0H8AAAEAAAmLNeMAAAAG 71.245.97.90
60425 71.245.97.91 443
--80495d17-B--
GET /mail/?_task=mail&_action=show&_uid=3736&_mbox=INBOX HTTP/1.1
Host: www.xxxxx.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14)
Gecko/20080404 Firefox/2.0.0.14
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: https://www.xxxxx.com/mail/?_task=mail&_mbox=INBOX&_refresh=1
Cookie: language=en; PLASESSID=5obrid2j0rqendoga9ij4qe2b0;
collapsedNodes=; roundcube_sessid=3b34a1131c8ffc629c21296135b3a009
--80495d17-F--
HTTP/1.0 500 Internal Server Error
X-Powered-By: PHP/5.2.6
Expires:
Cache-Control: max-age=0
Pragma:
Last-Modified: Fri, 04 Jul 2008 08:23:52 GMT
Etag: "88dd43ecf32e88de878958b06fdccc47"
Content-Encoding: gzip
Vary: Accept-Encoding
Content-Length: 26
Connection: close
Content-Type: text/html; charset=UTF-8
--80495d17-E--
<unreadable binary was here>
--80495d17-H--
Message: Could not set variable "resource.alerted_960903_compression" as
the collection does not exist.
Message: Warning. Operator EQ match: 0. [id "960903"] [msg "ModSecurity
does not support content encodings"] [severity "WARNING"]
Apache-Handler: php5-script
Stopwatch: 1215159892541392 243714 (180 2454 243192)
Response-Body-Transformed: Dechunked
Producer: ModSecurity v2.1.7 (Apache 2.x)
Server: Apache/2.2.8 (Fedora) DAV/2 mod_auth_kerb/5.3 PHP/5.2.6
mod_python/3.3.1 Python/2.5.1 mod_ssl/2.2.8 OpenSSL/0.9.8b
--80495d17-Z--
****************************************************
As you can see from this log, I am receiving an Internal Server Error
500 when attempting to view HTML messages. I am guessing that it may
have something to do with the "GZIP" Content Encoding. In fact, I'm
wondering why the content is encoded in GZIP anyway? This isn't the way
it should be, right? Also, if you're wondering why this is a modsec
output, it may be because my RoundCube setup runs via HTTPS instead of HTTP.
Any help would be greatly appreciated!!
thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
Here is the problem I am experiencing:
Whenever I attempt to open an HTML-composed email, I just receive an
entirely blank page accompanied by an Internal Server Error 500. If the
email message is plain-text, then I can view it just fine. I cannot locate
an error message in my Apache logs, nor is there on on-screen error
displayed via PHP.
I am running:
Linux
Apache 2
PHP 5
RoundCube 0.2-Alpha
Note: This problem did not occur with previous versions of RoundCube. I
only started noticing it with 0.2-Alpha.
Thanks in advance for any help anyone can offer! :)
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
Is there a way to up prioritize the implementation of message filters?
It is fairly hard to use RC when subscribed to a mailinglist with a lot of
activity (try the postfix mailinglist...), I just so much would like to
change away from Squirrelmail to RC, it is sooo much cooler ;Ćø). Due to
the missing filters it simply isn't possible.
/T
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, I still unable to create the default folder after changing the settings
as below and logout/login.
IS there anything wrong with my settings ? anyone has same problem as mine?
>>> main.inc.php >>>>>>>>>>>>>>>>>>>>>>>
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 =
show, 8 = trace
$rcmail_config['debug_level'] = 1;
// 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;
// lifetime of message cache
// possible units: s, m, h, d, w
$rcmail_config['message_cache_lifetime'] = '10d';
// 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;
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'localhost';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;
// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = 'localhost';
// 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'] = 'localhost';
// Path to a virtuser table file to resolve user names and e-mail addresses
$rcmail_config['virtuser_file'] = 'localhost';
// Query to resolve user names and e-mail addresses from the database
// %u will be replaced with the current username for login.
// The query should select the user's e-mail address as first col
$rcmail_config['virtuser_query'] = 'localhost';
// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
$rcmail_config['smtp_server'] = 'localhost';
// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 25;
// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = '';
// SMTP password (if required) if you use %p as the password RoundCube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '';
// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';
// SMTP HELO host
// Hostname to give to the remote server for SMTP 'HELO' or 'EHLO' messages
// Leave this blank and you will get the server variable 'server_name' or
// localhost if that isn't defined.
$rcmail_config['smtp_helo_host'] = 'localhost';
// Log sent messages
$rcmail_config['smtp_log'] = TRUE;
// these cols are shown in the message list
// available cols are: subject, from, to, cc, replyto, date, size, encoding
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
// relative path to the skin folder
$rcmail_config['skin_path'] = 'skins/default/';
// includes should be interpreted as PHP files
$rcmail_config['skin_include_php'] = FALSE;
// use this folder to store temp files (must be writebale for apache user)
$rcmail_config['temp_dir'] = 'temp/';
// use this folder to store log files (must be writebale for apache user)
$rcmail_config['log_dir'] = 'logs/';
// session lifetime in minutes
$rcmail_config['session_lifetime'] = 10;
// check client IP in session athorization
$rcmail_config['ip_check'] = false;
// Use an additional frequently changing cookie to athenticate user
sessions.
// There have been problems reported with this feature.
$rcmail_config['double_auth'] = false;
// this key is used to encrypt the users imap password which is stored
// in the session record (and the client cookie if remember password is
enabled).
// please provide a string of exactly 24 chars.
$rcmail_config['des_key'] = 'rcmail-!24ByteDESkey*Str';
// the default locale setting
$rcmail_config['locale_string'] = 'en';
// use this format for short date display
$rcmail_config['date_short'] = 'D H:i';
// use this format for detailed date/time formatting
$rcmail_config['date_long'] = 'd.m.Y H:i';
// use this format for today's date display
$rcmail_config['date_today'] = 'H:i';
// add this user-agent to message headers when sending
$rcmail_config['useragent'] = 'RoundCube Webmail/0.1';
// use this name to compose page titles
$rcmail_config['product_name'] = 'Roundcube Webmail';
// only list folders within this path
$rcmail_config['imap_root'] = 'localhost';
// 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'] = FALSE;
//$rcmail_config['protect_default_folders'] = TRUE;
// Set TRUE if deleted messages should not be displayed
// This will make the application run slower
$rcmail_config['skip_deleted'] = FALSE;
// Set true to Mark deleted messages as read as well as deleted
// False means that a message's read status is not affected by marking it as
deleted
$rcmail_config['read_when_deleted'] = TRUE;
// When a Trash folder is not present and a message is deleted, flag
// the message for deletion rather than deleting it immediately. Setting
this to
// false causes deleted messages to be permanantly removed if there is no
Trash folder
$rcmail_config['flag_for_deletion'] = TRUE;
// Behavior if a received message requests a message delivery notification
(read receipt)
// 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask)
$rcmail_config['mdn_requests'] = 0;
// Use this charset as fallback for message decoding
$rcmail_config['default_charset'] = 'ISO-8859-1';
// Make use of the built-in spell checker. It is based on GoogieSpell.
// Since Google only accepts connections over https your PHP installatation
// requires to be compiled with Open SSL support
$rcmail_config['enable_spellcheck'] = TRUE;
// For a locally installed Nox Spell Server, please specify the URI to call
it.
// Get Nox Spell Server from http://orangoo.com/labs/?page_id=72
// Leave empty to use the Google spell checking service, what means
// that the message content will be sent to Google in order to check
spelling
$rcmail_config['spellcheck_uri'] = 'localhost';
// These languages can be selected for spell checking.
// Configure as a PHP style hash array: array('en'=>'English',
'de'=>'Deutsch');
// Leave empty for default set of Google spell check languages
$rcmail_config['spellcheck_languages'] = NULL;
// path to a text file which will be added to each sent message
// paths are relative to the RoundCube root folder
$rcmail_config['generic_message_footer'] = 'localhost';
// add a received header to outgoing mails containing the creators IP and
hostname
$rcmail_config['http_received_header'] = false;
// this string is used as a delimiter for message headers when sending
// leave empty for auto-detection
$rcmail_config['mail_header_delimiter'] = NULL;
// session domain: .example.org
//$rcmail_config['session_domain'] = 'localhost';
$rcmail_config['session_domain'] = '.<protected-mydomains>.com';
... (more settings)
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there any way to delete a message from a user's inbox when they're at
their IMAP quota? Neither moving to the trash folder, nor clicking the
delete button works - both result in a "Could not move message" error.
Thanks for any help!
- 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 9 Hosting Now Available *
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi!
With roundcube 0.2-alpha, I get "Invalid host" when trying to login. I
think that the culprit is autoselect_host function. If my default_host
is empty, autoselect_host uses default_host:
$default_host = $this->config->get('default_host');
$host = !empty($default_host) ? get_input_value('_host', RCUBE_INPUT_POST) : $default_host;
I think that it should be :
$default_host = $this->config->get('default_host');
$host = empty($default_host) ? get_input_value('_host', RCUBE_INPUT_POST) : $default_host;
This works then if default_host is empty. This also works if it only
contains one host. However, it does not work if I have an array. I don't
really understand why the rest of the code tries to match user domain
since default_host is a non-associative array.
Any hint?
--
# Basic IBM dingbats, some of which will never have a purpose clear
# to mankind
2.4.0 linux/drivers/char/cp437.uni
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
after instaled roundcube everything runs ok.
but after change my another php app, the roundcube interface appears with
strangers chars, like image attached.
Winch charset configs roundcube works and where can i change only for
roundcube whatever roundcube expects?
Sorry by my terrible english.
Regards.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/by/I9G5ec3r/roundcube.gif
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Bonjour,
je comprend pas je recois et j'envoi plusieur message via roundcube mais sur
il y a rien sur la BDD.
comprend pas ?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
Firstly I appreciate your work in roundcube this is a very impressive opensource webmail on internet.
I have already deployed roundcube to some of our clients.
What I am checking is that how roundcube looks for email subject on the first page.
Would you please tell me how roundcube works on sorting subject ?
I have an email account with 20,000 mails insdie inbox (IMAP), finding that roundcube seems sorts all emails and turns the subjects out according to the paging order.
What IMAP commands that roundcube is using for this purpose?
I would think it may be "SORT (DATE) UTF-8 ALL", find the message id according to the paging order, and FETCH the subjects in order.
If this is true, the server loading may be great for many mails.
Thanks
Patrick
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've just started to use RoundCube, and I'm very impressed. In fact there
are
very few of features of my old mail reader that I miss. These are...
- automatically wrapping lines (ie. inserting linefeeds) when composing
messages
- having the option to compose messages in a new window so that I can
lookup
other messages at the same time
- being able to collapse and expand the hierarchy of folders and
automatically
expand a parent folder when dragging a message over it
- automatically expiring messages of a certain age from a folder.
Many thanks,
Phil
_______________________________________________
List info: http://lists.roundcube.net/users/
Hil all,
recently i discover that when i forward an email, From and To info are
blank.
For example:
-------- Original Message --------
Subject: bla bla bla bla...
Date: Sun, 15 Jun 2008 16:12:27 +0100 (BST)
From:
To:
Any idea about this?
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm using the very latest svn snapshot of Roundcube. I can send
emails with emoticons, but when I read the email they show up as a
broken link no matter what computer or browser I'm using. It used to
work fine.
Just an FYI.
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have written a patchset for RoundCube, to integrate PostfixAdmin's functions:
password change, vacation, forwarding - and also to copy user's full name from
postfixadmin's db when creating the default identity.
You can get my code here: http://nejc.skoberne.net/rcpfa .
Please send bug reports and feature requests to my e-mail.
Thanks,
Nejc
_______________________________________________
List info: http://lists.roundcube.net/users/
I am trying to login with the following data:
Username: monkihed(a)googlemail.com
Password: xxxxxxxxxx
Server: imap.googlemail.com
And I get the error: "Login failed"
In the error log is written:
[15-Jun-2008 23:50:24 +0200] IMAP Error: Invalid host in on line 0
I am shure that the server, pass and username are correct. I also tried a
different account that works with outlook.
Can someone help me?
-----------------------------------------------------
This is my main.inc:
<?php
/*
+-----------------------------------------------------------------------+
| Main configuration file |
| |
| This file is part of the RoundCube Webmail client |
| Copyright (C) 2005-2008, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
*/
$rcmail_config = array();
// system error reporting: 1 = log; 2 = report (not implemented yet), 4 =
show, 8 = trace
$rcmail_config['debug_level'] = 1;
// 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;
// lifetime of message cache
// possible units: s, m, h, d, w
$rcmail_config['message_cache_lifetime'] = '10d';
// 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;
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = '';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;
// IMAP auth type. Can be "auth" (CRAM-MD5), "plain" (PLAIN) or "check" to
auto detect.
// Optional, defaults to "check"
$rcmail_config['imap_auth_type'] = null;
// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = '';
// 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'] = '';
// Path to a virtuser table file to resolve user names and e-mail addresses
$rcmail_config['virtuser_file'] = '';
// Query to resolve user names and e-mail addresses from the database
// %u will be replaced with the current username for login.
// The query should select the user's e-mail address as first col
$rcmail_config['virtuser_query'] = '';
// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
$rcmail_config['smtp_server'] = '';
// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 25;
// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = '';
// SMTP password (if required) if you use %p as the password RoundCube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '';
// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';
// SMTP HELO host
// Hostname to give to the remote server for SMTP 'HELO' or 'EHLO' messages
// Leave this blank and you will get the server variable 'server_name' or
// localhost if that isn't defined.
$rcmail_config['smtp_helo_host'] = '';
// Log sent messages
$rcmail_config['smtp_log'] = TRUE;
// these cols are shown in the message list
// available cols are: subject, from, to, cc, replyto, date, size, encoding
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
// relative path to the skin folder
$rcmail_config['skin_path'] = 'skins/default/';
// includes should be interpreted as PHP files
$rcmail_config['skin_include_php'] = FALSE;
// use this folder to store temp files (must be writebale for apache user)
$rcmail_config['temp_dir'] = 'temp/';
// use this folder to store log files (must be writebale for apache user)
$rcmail_config['log_dir'] = 'logs/';
// session lifetime in minutes
$rcmail_config['session_lifetime'] = 10;
// check client IP in session athorization
$rcmail_config['ip_check'] = false;
// Use an additional frequently changing cookie to athenticate user
sessions.
// There have been problems reported with this feature.
$rcmail_config['double_auth'] = false;
// this key is used to encrypt the users imap password which is stored
// in the session record (and the client cookie if remember password is
enabled).
// please provide a string of exactly 24 chars.
$rcmail_config['des_key'] = 'rcmail-!24ByteDESkey*Str';
// the default locale setting
$rcmail_config['language'] = 'en';
// use this format for short date display
$rcmail_config['date_short'] = 'D H:i';
// use this format for detailed date/time formatting
$rcmail_config['date_long'] = 'd.m.Y H:i';
// use this format for today's date display
$rcmail_config['date_today'] = 'H:i';
// add this user-agent to message headers when sending
$rcmail_config['useragent'] = 'RoundCube Webmail/0.2a';
// use this name to compose page titles
$rcmail_config['product_name'] = 'RoundCube Webmail';
// only list folders within this path
$rcmail_config['imap_root'] = '';
// 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'] = FALSE;
// protect the default folders from renames, deletes, and subscription
changes
$rcmail_config['protect_default_folders'] = TRUE;
// Set TRUE if deleted messages should not be displayed
// This will make the application run slower
$rcmail_config['skip_deleted'] = FALSE;
// Set true to Mark deleted messages as read as well as deleted
// False means that a message's read status is not affected by marking it as
deleted
$rcmail_config['read_when_deleted'] = TRUE;
// When a Trash folder is not present and a message is deleted, flag
// the message for deletion rather than deleting it immediately. Setting
this to
// false causes deleted messages to be permanantly removed if there is no
Trash folder
$rcmail_config['flag_for_deletion'] = TRUE;
// Behavior if a received message requests a message delivery notification
(read receipt)
// 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask)
$rcmail_config['mdn_requests'] = 0;
// Use this charset as fallback for message decoding
$rcmail_config['default_charset'] = 'ISO-8859-1';
// Make use of the built-in spell checker. It is based on GoogieSpell.
// Since Google only accepts connections over https your PHP installatation
// requires to be compiled with Open SSL support
$rcmail_config['enable_spellcheck'] = TRUE;
// For a locally installed Nox Spell Server, please specify the URI to call
it.
// Get Nox Spell Server from http://orangoo.com/labs/?page_id=72
// Leave empty to use the Google spell checking service, what means
// that the message content will be sent to Google in order to check
spelling
$rcmail_config['spellcheck_uri'] = '';
// These languages can be selected for spell checking.
// Configure as a PHP style hash array: array('en'=>'English',
'de'=>'Deutsch');
// Leave empty for default set of Google spell check languages
$rcmail_config['spellcheck_languages'] = NULL;
// path to a text file which will be added to each sent message
// paths are relative to the RoundCube root folder
$rcmail_config['generic_message_footer'] = '';
// add a received header to outgoing mails containing the creators IP and
hostname
$rcmail_config['http_received_header'] = false;
// this string is used as a delimiter for message headers when sending
// leave empty for auto-detection
$rcmail_config['mail_header_delimiter'] = NULL;
// session domain: .example.org
$rcmail_config['session_domain'] = '';
// This indicates which type of address book to use. Possible choises:
// 'sql' (default) and 'ldap'.
// If set to 'ldap' then it will look at using the first writable LDAP
// address book as the primary address book and it will not display the
// SQL address book in the 'Address Book' view.
$rcmail_config['address_book_type'] = 'sql';
// In order to enable public ldap search, configure an array like the
Verisign
// example further below. if you would like to test, simply uncomment the
example.
//
// If you are going to use LDAP for individual address books, you will need
to
// set 'user_specific' to true and use the variables to generate the
appropriate DNs to access it.
//
// The recommended directory structure for LDAP is to store all the address
book entries
// under the users main entry, e.g.:
//
// o=root
// ou=people
// uid=user@domain
// mail=contact@contactdomain
//
// So the base_dn would be uid=%fu,ou=people,o=root
// The bind_dn would be the same as based_dn or some super user login.
/**
* example config for Verisign directory
*
* $rcmail_config['ldap_public']['Verisign'] = array(
* 'name' => 'Verisign.com',
* 'hosts' => array('directory.verisign.com'),
* 'port' => 389,
* 'use_tls' => false,
* 'user_specific' => false, // If true the base_dn, bind_dn and
bind_pass default to the user's IMAP login.
* // %fu - The full username provided, assumes the username is an email
* // address, uses the username_domain value if not an email
address.
* // %u - The username prior to the '@'.
* // %d - The domain name after the '@'.
* 'base_dn' => '',
* 'bind_dn' => '',
* 'bind_pass' => '',
* 'writable' => false, // Indicates if we can write to the LDAP
directory or not.
* // If writable is true then these fields need to be populated:
* // LDAP_Object_Classes, required_fields, LDAP_rdn
* 'LDAP_Object_Classes' => array("top", "inetOrgPerson"), // To create a
new contact these are the object classes to specify (or any other classes
you wish to use).
* 'required_fields' => array("cn", "sn", "mail"), // The required
fields needed to build a new contact as required by the object classes (can
include additional fields not required by the object classes).
* 'LDAP_rdn' => 'mail', // The RDN field that is used for new
entries, this field needs to be one of the search_fields, the base of
base_dn is appended to the RDN to insert into the LDAP directory.
* 'ldap_version' => 3, // using LDAPv3
* 'search_fields' => array('mail', 'cn'), // fields to search in
* 'name_field' => 'cn', // this field represents the contact's name
* 'email_field' => 'mail', // this field represents the contact's
e-mail
* 'surname_field' => 'sn', // this field represents the contact's last
name
* 'firstname_field' => 'gn', // this field represents the contact's first
name
* 'sort' => 'cn', // The field to sort the listing by.
* 'scope' => 'sub', // search mode: sub|base|list
* 'filter' => '', // used for basic listing (if not empty) and
will be &'d with search queries. example: status=act
* 'global_search' => true, // perform a global search for address
auto-completion on compose
* 'fuzzy_search' => true); // server allows wildcard search
*/
// don't allow these settings to be overriden by the user
$rcmail_config['dont_override'] = array();
// try to load host-specific configuration
// see http://trac.roundcube.net/wiki/Howto_Config for more details
$rcmail_config['include_host_config'] = false;
// don't let users set pagesize to more than this value if set
$rcmail_config['max_pagesize'] = 200;
// mime magic database
$rcmail_config['mime_magic'] = '/usr/share/misc/magic';
// default sort col
$rcmail_config['message_sort_col'] = 'date';
// default sort order
$rcmail_config['message_sort_order'] = 'DESC';
// THIS OPTION WILL ALLOW THE INSTALLER TO RUN AND CAN EXPOSE SENSITIVE
CONFIG DATA.
// ONLY ENABLE IT IF YOU'RE REALLY SURE WHAT YOU'RE DOING!
$rcmail_config['enable_installer'] = true;
/***** these settings can be overwritten by user's preferences *****/
// show up to X items in list view
$rcmail_config['pagesize'] = 40;
// use this timezone to display date/time
$rcmail_config['timezone'] = intval(date('O'))/100 - date('I');
// is daylight saving On?
$rcmail_config['dst_active'] = (bool)date('I');
// prefer displaying HTML messages
$rcmail_config['prefer_html'] = TRUE;
// compose html formatted messages by default
$rcmail_config['htmleditor'] = FALSE;
// show pretty dates as standard
$rcmail_config['prettydate'] = TRUE;
// save compose message every 300 seconds (5min)
$rcmail_config['draft_autosave'] = 300;
// default setting if preview pane is enabled
$rcmail_config['preview_pane'] = FALSE;
// Clear Trash on logout
$rcmail_config['logout_purge'] = FALSE;
// Compact INBOX on logout
$rcmail_config['logout_expunge'] = FALSE;
/**
* 'Delete always'
* This setting reflects if mail should be always marked as deleted,
* even if moving to "Trash" fails. This is necessary in some setups
* because a) people may not have a Trash folder or b) they are over
* quota (and Trash is included in the quota).
*
* This is a failover setting for iil_C_Move when a message is moved
* to the Trash, and not the same as "delete_right_away".
*/
$rcmail_config['delete_always'] = false;
// Log successful logins
$rcmail_config['log_logins'] = false;
// end of config file
?>
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi :),
I've just became responsible for already installed imap server. There
is roundcube 0.1-beta2. I wanna upgrade it to the latest version but
there's a problem :).
I've figured out there are changes in db scheme. But mysql.update.sql
which is said to be used does not update db to the new scheme.
Problem is e.g. in table messages, update script does not fix it.
[15-Jun-2008 15:40:54 +0200] DB Error: _doQuery: [Error message: Could
not execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_8c84bb1f194eb631c7287b358a37928180873d5f9 FROM
'INSERT INTO messages\n (user_id, del, cache_key, created,
idx, uid, subject, `from`, `to`, cc, date, size, headers, structure)\n
VALUES (?, 0, ?, now(), ?, ?, ?, ?, ?, ?,
FROM_UNIXTIME(1210174351), ?, ?, ?)']
[Native code: 1054]
[Native message: Unknown column 'structure' in 'field list']
I would prefer not to modify whole dump to the new scheme..im not sure
if im able to do it :).
Thx for any advice,
Radim
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there anyway within Roundcube to set it to send Forwards as
attachments instead of the inline that it defaults to ?
Thanks!
--
Todd Megee
http://rathervague.com/
Q: How did you get into artificial intelligence?
A: Seemed logical -- I didn't have any real intelligence.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, all.
My mailbox quota is 10Mb, and i have two mails(4Mb each) in INBOX.
But i can't move either to Trash or delete it. How can i delete
them?
Thanks very much.
_______________________________________________
List info: http://lists.roundcube.net/users/
Thanks zamri. :)
zamri wrote:
> On Thu, May 22, 2008 at 10:22 AM, Michael Bibby
<zhbmaillistonly(a)gmail.com>
> wrote:
>
>> Hi, all.
>>
>> My mailbox quota is 10Mb, and i have two mails(4Mb each) in INBOX.
>> But i can't move either to Trash or delete it. How can i delete
>> them?
>>
>> Thanks very much.
>
> Purge the trash and delete one of them and purge once again. And then
delete
> another one and purge again. I don't know how to delete them with dbmail
> command.
It doesn't work at all.
My 'Trash' is empty, only two mails in INBOX.
I tried to delete one, but it failed. And i found something interesting
from Dovecot wiki:
Quota and Trash mailbox
http://wiki.dovecot.org/Quota#head-5a5a93fc47c934243c0b3d353777952b00387af2
--
Best Regards.
Zhang Huangbin
- OpenBSD 4.2 -release, i386.
- RHEL 5.1 Client
_______________________________________________
List info: http://lists.roundcube.net/users/
Using roundcubemail-trunk-r1342-20080429.tgz from a WindowsXP client
running Mozilla Firefox 2.0.0.14, I've found that, when composing an
email in HTML form, wordwrapping does not work. As you type, the box
will continually grow horizontally.
Firefox 1.5 and 3.0b5 on Linux seem to work fine.
Regards,
Michael Blinn
_______________________________________________
List info: http://lists.roundcube.net/users/
Thanks, but i can“t use the svn because I think that the svn is only work in
PHP5?
I have php4 and using some other programs that will not run in PHP5.
Can anyone fix that problem in PHP4?
//Ronny
Date: Tue, 20 May 2008 18:38:20 +0200
From: "A.L.E.C" <alec(a)alec.pl>
Subject: Re: [RCU] Can?t see all attachments ???
To: users(a)lists.roundcube.net
Message-ID: <4832FE7C.5070109(a)alec.pl>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Ronny Samuelsson wrote:
> If you receive a mail with many attachments, then you will only see the
3-4
> first one.
>
> How can I see the rest of the attachments?
>
> Have anyone else see this problem?
IE? It was fixed in svn few days ago.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
If you receive a mail with many attachments, then you will only see the 3-4
first one.
How can I see the rest of the attachments?
Have anyone else see this problem?
Thanks
//Ronny
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello all. Firstly: I'm new to roundcube, but I guess I may say, i got
relatively good general knowledge about PCs.
I installed rcm. For my config, please see the attachment.
It runs without problems for some minutes, but then suddenly, the
webinterface is dead. When I try to reload, I get a white page after 2
minutes.
When I try to download Mails with Outlook, it says connection denied or sth
like that, and "Hacking attempt, your IP has been locked for xxx minutes".
That Problem is reproducable, and after an IP change (manually or
automatically, like it's used here in Germany every night), it runs for some
minutes, then the same Problem.
The log only says sth. like "timeout in ...imap.inc".
Thanks in advance for your help,
David
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/c2/nG1LGOOG/main.inc.ziphttp://detached.gigo.com/rc/c2/nG1LGOOG/phpinfo.zip
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,
i have installed the courier imap with vchkpw authentication and roundcube.
The authentication is good, but i don't see anythings,no messages in my
INBOX!
what's wrong!? there are some settings to apply!?
thanks
--
Enrico Rossin
Consulente Informatico
_______________________________________________
List info: http://lists.roundcube.net/users/
http://alec.pl/roundcube/managesieve/
This patch for Roundcube Webmail adds possibility to manage Sieve filter
scripts in Thunderbird style. It's clickable interface with
communication to managesieve server.
Adds tab Filters in Settings. Code contains PEAR::Net_Sieve package.
One requirement is to have working managesieve server. Next is to not
use other managesieve clients.
Currently it was tested with Firefox and dovecot-managesieve.
Patch for Roundcube r1388.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi List,
I m using roundcube mail for last 1 year. Now i want to configure my
webmail(roundcube) such a way that it should filter the incoming mail in the
user's mailbox. And that filter will put the mail in a different mailbox
which will be mentioned in the rule for MailFiltering .
Is it possible in roundcube mail, This feature is in SquirrelMail.
--
---------------------------------
Tarak Ranjan Mukherjee
_______________________________________________
List info: http://lists.roundcube.net/users/
How can I connect to a ldap server to have my contacts in the address
book?
I know squirrelmail does but roundcube it seems not.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I have been using RoundCube for a month or so and I like it very much. I
recently abandoned Gmail, and several things RC gets right that Google
doesn't: for one, it displays a text-only message with a monospace font and
it defaults to text-only when replying to text-only. Brilliant! I only wish
I could change the Courier font in the plain-text editor to the rather more
attractive monospace font used for display (Bitstream Vera Sans Mono, I
think).
However, there are a couple of quirks in the HTML editor which make it less
than usable:
First, if you switch from HTML to text, it rewraps the entire text,
including the sig. This is one thing that Gmail handles without problem.
You can switch back and forth without screwing things paragraph breaks.
Second, when replying to HTML, it is impossible to edit the quoted
material. This not an issue with what I call Outlook-style replies, where
you top-post and quote the original in its entirety. But due to force of
habit, I prefer to bottom post and/or insert my comments between (selected)
quoted lines. But RC doesn't let you add an empty non-quoted line in the
quoted material. If you press Return, you simply get a empty quoted line,
even at the bottom, hence this style of reply is impossible
Finally, in the HTML editor, if I reply to someone who is replying to a
message I sent them, and they include my original quoted beneath the reply,
including my sig, my sig does not get appended anew. And it is impossible
to unquote the earlier sig; one can't "unquote" text in the HTML editor.
I hope that these are not insurrmountable issues and can be fixed soon.
Aside from the above, I am really impressed with RoundCube and eager to see
what enhancements are planned for the future.
--
Colin Brace
Amsterdam
http://lim.nl
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi folks
Has anyone had any success in implementing an "Out of Office" auto reply on
RoundCube, with CPanel?
Thanks
-Blair T. Sawler
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
How do I enable word wrapping so that my emails aren't a mile long in
html mode?
I'm using Roundcube (Trunk) revision 1366. Running Apache-2.2.8,
FreeBSD 6.3-STABLE.
Thanks!
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
Any patches floating around that will allow one to group messages by
threads? I'm subscribed to a lot of mail lists, and trying to read them
with roundcube can be difficult.
If threading is already support, someone please tell how to enable it (I
haven't found any "group by thread" options).
Regards,
Ranbir
--
Kanwar Ranbir Sandhu
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
At the University of California, Berkeley, we're looking at RoundCube
as a possible replacement for SquirrelMail, which we currently use as
our central campus webmail client.
We're going to operate the two clients side by side for a beta period
to help find (and fix!) problems as well as gather feedback from users
about RoundCube.
Some of our users have devoted considerable time to building their
address books in SquirrelMail, and so it is essential that we import
that data into RoundCube when we make the transition. That's the easy
part. But we also wanted to make the data available to any user that
wanted to try out RoundCube during the beta period. To that end, we
have developed a one-way address-book import from SquirrelMail to
RoundCube. Users will see an extra button in the AddressBook that
activates the import, and clicking that will perform the merge.
I don't think this code is appropriate to include in RoundCube itself,
in fact, we will remove it from our installation if we move completely
to RoundCube. But I do think that if someone else is in the position
that we are in -- contemplating or performing a transition from
SquirrelMail to RoundCube -- it might be useful. I'm attaching the
patch in case it is of use to anyone.
Thanks,
James E. Blair
Principal Email Systems Administrator
UC Berkeley - IST
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pm/3qrL0eUp/sqm.diff
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,
Is there a plug-in or something similar available for RoundCube for
Dovecot's sieve filter? Right now I'm hand editing the sieve scripts,
and though not difficult, it's massively boring and error prone (e.g.
syntax errors, typos, etc.).
Regards,
Ranbir
--
Kanwar Ranbir Sandhu
Linux 2.6.22.14-72.fc6 i686 GNU/Linux
17:27:53 up 9 days, 11:26, 3 users, load average: 0.76, 0.79, 0.80
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
i am wondering, if it is possible to use Roundcube Webmail for Popaccess
too. Does anyone know if it is possible and what i have to configure for
this ?
Thank you
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
when i send a message containg letters Ć ĆØ Ƭ ò ù, these ones are seen as Ć
ƨìòù from a classic mail client, and roundcube doesn't display them
I set default_charset in UTF-8 but nothing change
Any idea?
thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, all.
Is it possible to implement MySQL global address book?
I heard many users expect this feature.
We store virtual mail users in MySQL as bellow (SQL structure is based
on PostfixAdmin):
mysql> desc mailbox;
+----------+--------------+------+-----+---------------------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------+--------------+------+-----+---------------------+-------+
| username | varchar(255) | NO | PRI | NULL | |
| password | varchar(255) | NO | | NULL | |
| name | varchar(255) | NO | | NULL | |
| maildir | varchar(255) | NO | | NULL | |
| quota | bigint(20) | NO | | 0 | |
| domain | varchar(255) | NO | | NULL | |
| created | datetime | NO | | 0000-00-00 00:00:00 | |
| modified | datetime | NO | | 0000-00-00 00:00:00 | |
| active | tinyint(1) | NO | | 1 | |
+----------+--------------+------+-----+---------------------+-------+
mysql> select username,domain from mailbox;
+-----------------+--------+
| username | domain |
+-----------------+--------+
| postmaster(a)a.cn | a.cn |
| www(a)a.cn | a.cn |
+-----------------+--------+
Is it possible to display 'username' and/or other fields in roundcubemail
address book area?
Thanks very much. :)
--
Best Regards.
Zhang Huangbin
- OpenBSD 4.2 -release, i386.
- RHEL 5.1 Client
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
rouncubemail take to provide web-interface to mail. But several
complications arose:
In the configuration file is main.inc.php
-- cut ---
$ rcmail_config [ 'default_host'] = array (
'ssl: / / mail.msk.ancor.ru: 993',
'ssl: / / mail2.msk.ancor.ru: 993'
);
-- cut ---
And I would like to do:
attach file (user_server) with a list of users. And referenced them
(users) to servers, for example:
-- cut ---
user = mail.msk.ancor.ru
user2 = mail2.msk.ancor.ru
-- cut ---
And when you enter the user name and password (at the start pages) is
checked user_server and connect to the server, depending on where the
user is located.
Question: I can not tie the list, with users and servers to your
configuration files and make roundcubemail read from the file.
--
IT Director,
HQ, ANCOR
21/3 Stanislavskogo St.,
Moscow, 109004, Russia
phone: (495) 789-89-59
(495) 540-41-00
fax: (495) 789-89-58
www.ancor.ru
_______________________________________________
List info: http://lists.roundcube.net/users/
We just deployed v0.1.1 here, and have been receiving reports from users
that some attachments are not coming through properly. The paper clip
shows up, and they show up in the source, but they cannot download them.
They can, however, successfully download the attachments with a normal
e-mail client.
There appears to be no rhyme or reason as to what file types, etc.
trigger this problem. Has anyone else seen similar issues?
Thanks!
- John May
--
-------------------------------------------------------------------
John May : President <http://www.pointinspace.com/>
Point In Space Internet Solutions jmay(a)pointinspace.com
Professional FileMaker Pro, MySQL, Lasso & PHP Hosting
* FileMaker Pro 9 Hosting Now Available *
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
I want to use one roundcube install for multiple domains, and allow
users to only enter their names (i.e. before the '@'). Right now I'm
testing with two domains I use for the family.
I tried setting the following parameters, but so far I keep getting a
"login failed" error because the domain is never added to the name (I'm
testing internally):
$rcmail_config['username_domain'] = array(
'webmail.thesandhufamily.ca' => 'thesandhufamily.ca',
'webmail.m3freak.com' => 'm3freak.com'
);
$rcmail_config['mail_domain'] = array(
'webmail.thesandhufamily.ca' => 'thesandhufamily.ca',
'webmail.m3freak.com' => 'm3freak.com'
);
I next tried to use host specific config files. I enabled
'include_host_config', and created a file name
'thesandhufamily.inc.php'. In that, I set the following:
<?php
$rcmail_config['username_domain'] = 'thesandhufamily.ca';
$rcmail_config['mail_domain'] = 'thesandhufamily.ca';
?>
But, I have the same problem: I can't login because the domain name
never gets added to the user name, so the IMAP server denies the login.
I'm probably again doing something wrong.
Note: I'm finding the documentation to be somewhat lacking. More
concrete examples would be of great help. But, this list has proven
very helpful so far. :)
Regards,
Ranbir
--
Kanwar Ranbir Sandhu
Linux 2.6.22.14-72.fc6 i686 GNU/Linux
22:18:50 up 5 days, 16:17, 2 users, load average: 0.19, 0.24, 0.20
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I don't indestant because my mail is not in my datbase.
my table message ins empty.
thank you
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello:
Since the spell check function in the HTML composing mode is not working
in the lastes RC release (0.1.1), I am would like to disable it.
I tried this line in the config file:
// don't allow these settings to be overriden by the user
$rcmail_config['dont_override'] = array('htmleditor'=>false);
but the HTML compose button still shows up. Is there anyway to disable
it?
Thanks
Ala
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, 2008-04-30 at 23:16 +0400, alekciy wrote:
> In php.ini write:
> output_buffering = 4096.
I have no idea of the security implications of setting this, but seeing
as how I'm working on a test box, I don't care (for the moment).
Anyway, I made that change by creating a .htaccess file in the installer
directory and setting the php parameter at run time. After an apache
reload, I'm no longer seeing the session cookies error, but I'm still
getting this:
PHP Warning: session_start(): Cannot send session cache limiter -
headers already sent (output started
at /var/www/roundcube/installer/index.php:8)
in /var/www/roundcube/installer/index.php on line 29, referer:
http://roundcube/installer/welcome.html
Now what?
I'm surprised such a big bug made into the general 0.1.1 release! I'm
assuming not many other people are running this code since I'm not
finding much information about it.
Regards,
Ranbir
--
Kanwar Ranbir Sandhu
Linux 2.6.22.14-72.fc6 i686 GNU/Linux
16:42:54 up 4 days, 10:42, 2 users, load average: 0.68, 0.35, 0.19
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello, I am using the latest revision of roundcube 0.1.1 stable. Lately i
have been noticing a problem in IE7. It does not seem to exist in firefox,
and i can't test for previous IE. I suspect it is a javascript issue,
although no javascript errors are reported: When i load an IMAP folder with
more than a screenfull of items (in this particular case they are all unread
items if that matters), the scroll bar does not appear to go to the rest of
the messages in the given folder. If I click select All, or Unread then it
appears and i can move down but not otherwise. Could this be a bug? Does
anyone else experience this using the latest version?
Thanks,
Patrick
_______________________________________________
List info: http://lists.roundcube.net/users/
I've noticed recently that the Search feature has stopped working. I
reverted back to a recent release and it fixed the problem. I've tried
this on other browsers.
Has anyone else noticed this?
Thanks!
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, 2008-04-30 at 23:16 +0400, alekciy wrote:
> In php.ini write:
> output_buffering = 4096.
My .htaccess wasn't being read because of my virtualhost config in
Apache, but I've fixed that now and the errors are gone - sweet.
Next problem: I see nothing on the installer page except for the
RoundCube header. There is no text, no buttons to click on - nothing in
the body of the page whatsoever.
I'm fairly sure my virtualhost config in apache is okay, but just in
case it isn't, here it is:
<VirtualHost *:80>
ServerName roundcube.internal.local
DocumentRoot "/var/www/roundcube"
<Directory /var/www/roundcube>
AllowOverride Indexes Limit Options
Order deny,allow
Deny from all
Allow from some.random.internal.ip
</Directory>
</VirtualHost>
I'm confused. I've checked permissions and the like, and everything in
the documentroot should be accessible by apache.
Ideas?
Regards,
Ranbir
--
Kanwar Ranbir Sandhu
Linux 2.6.22.14-72.fc6 i686 GNU/Linux
17:03:03 up 4 days, 11:02, 2 users, load average: 0.59, 0.33, 0.28
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi All,
I'm a first time RoundCube user and poster, and I've run into a problem
which I simply can't figure out how to resolve.
I'm installing roundcube v0.1.1 (to evaluate) on a CentOS 4 server
running Apache, PHP 4.3.9, Dovecot, Postfix and MySQL. I've followed
all the pre-req steps, but now when I go to http://roundcube/installer/,
I get these errors:
Warning: session_start(): Cannot send session cookie - headers already
sent by (output started at /var/www/roundcube/installer/index.php:8)
in /var/www/roundcube/installer/index.php on line 29
Warning: session_start(): Cannot send session cache limiter - headers
already sent (output started
at /var/www/roundcube/installer/index.php:8)
in /var/www/roundcube/installer/index.php on line 29
I've done some googling, and all I've been able to determine so far is
that this is a php issue with the index.php page itself. Since I don't
know php, I have no idea where to begin fixing this.
Anyone have any idea what's going on? How can I resolve this to get the
install kicked off?
Regards,
Ranbir
--
Kanwar Ranbir Sandhu
Linux 2.6.22.14-72.fc6 i686 GNU/Linux
14:13:55 up 4 days, 8:13, 2 users, load average: 1.33, 0.57, 0.32
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello:
I don't believe this has been covered from the threads I've seen. If
so, I apoligize for the duplication.
I have roundcube v0.1.1 installed on a dreamhost shared web space. I
do have the option for html composing turned on (Using it now) and it
works quite well.
One problem I have noticed though is that signatures don't populate
emails except in Plain text mode. If I start an email with html turned
off then switch from Plain Text to HTML the signature that was there
stays in tack. Only happens if the email starts off in the html
composer.
I do have the "HTML signature" on. Turning if off doesn't seem to
help.
Any idea how to fix this? Any assistance would be appreciated.
--
Todd Megee
http://rathervague.com/ [1]
Links:
------
[1] http://rathervague.com/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi everyone,
I've searched the forum to find any solid info on performance
statistics, but was unable to find anything I can relate to. I work at a
university with about 30.000 students. Each student has an email
account. We currently use IMP v3 (Horde v2) as a webmail server on a
single server (dual Xeon based on P4, 1 GB memory). This server talks to
a single IMAP server (Cyrus) (dual Xeon based on P4, 4 GB memory). The
performance of this setup is awesome. The mailbox quota is currently set
to 25 MB. We plan to upgrade the students webmail server this summer to
a more redundant setup using Cyrus replication. The mailbox quota will
probably go up to 1 GB. We're also looking at upgrading the webmail
client (IMP) to something new. This might very well be the latest IMP,
but I've stumbled upon Roundcube a few months ago. I tried Roundcube on
my own server at home and I like it. Luckily it became stable a few
weeks ago. Before considering on putting roundcube in any form of
production service, I'd like to know if there are any performance
figures out in the field. Current measurements show us that there are at
least 500/600 active IMAP sessions at the peak moments on a single day.
Will Roundcube perform in an exceptable manner with those numbers, on a
single server (like we currently have)? We realize that with the
increase in quota, the number of mailboxes and it's contents will
increase. Will this affect the performance?
Any input is greatly appreciated.
Thnx.
Dennis
_______________________________________________
List info: http://lists.roundcube.net/users/
I got the messages using another mail client (Thunderbird IMAP). I think
it's permission problem, cause I don't have one Trash folder on
directory structure.
Felipe.
alekciy escreveu:
> On Mon, 07 Apr 2008 09:59:43 -0300, Felipe Neuwald <felipe(a)neuwald.biz>
> wrote:
>
>> Hi,
>>
>> I'm getting the message "$messages['errormoving'] = 'Could not move the
>> message';" when trying to move one message to another folder (Trash). It
>> never happens before, but it's happening now. Maybe permission problem,
>> but I never got these error before.
>>
>>
>
> http://www.roundcube.ru/forum/index.php?showtopic=89
>
> View you mailbox in other mail client. If in mailbox no this messages, it's
> problem with DB. Connect to server with roundcube DB and manual delete
> messages.
>
>
>
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm getting the message "$messages['errormoving'] = 'Could not move the
message';" when trying to move one message to another folder (Trash). It
never happens before, but it's happening now. Maybe permission problem,
but I never got these error before.
Any idea? Thanks, Felipe.
_______________________________________________
List info: http://lists.roundcube.net/users/
I have just been looking at round cube for the first time and am impressed.
However I wonder if it is possible to do the following:
1. Stop users adding identities or restricting them to a (per user) list
that the system admin sets up.
2. I am using Cyrus IMAP and I cannot see other mail boxes I have rights
on, this works in other IMAP clients including webmail ones.
3. Edit and share, set permissions on IMAP (cyrus) folders.
4. Log when users log in and out.
5. Set the default language to en_GB rather than en_US.
Thanks
RB
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Marcus,
Sorry to say I haven't solved it, but it IS working now :D (maybe due
to a newer version of roundcube installed). Probably best to check all
the standard places. Does directory exist, open_basedir restriction,
max upload size, etc.
Kind regards,
Spil.
On 04/03/2008, Marcus Jansson <Marcus_Jansson(a)livewire-connections.com> wrote:
>
>
>
> Hi,
>
> I saw your post on http://www.mail-archive.com about uploading attachments
> not working in roundcube.
>
> Turns out that I have the exact same issue and I was just wondering if you
> ever solved it?
>
>
>
> Best Regards
>
> Marcus Jansson
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear All,
I am using Round Cube v 0.1 (stable release). I would like that all the
folders get refreshed every time the email is checked. This is not
happening on my installation. Now, I'm not sure if this is a problem with
my installation or simply this feature has not been implemented.
For clarification, I am looking for this:
http://www.mozilla.org/support/thunderbird/tips#beh_downloadstartup
Is it implemented? What version?
Thank you so much,
unai
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I'm new to this list and newbie of roundcube.
How do I set all users email address with domain other than my server's
hostname? I noticed all users sent email using roundcube have different
domain name after @ such as user(a)webmail.mydomain.org. My hostname is
webmail.mydomain.org. How do i change this to user(a)mydomain.org. I assumed
it grabs my hostname and use it for users' email addresses.
My server:
Mandriva 2006
dbmail-2.2.5
postfix
thanks in advance.
--
zamri
Linux System Administrator
Kolej ShahPutra Kuantan
Pahang Malaysia
Tel : 609.573.777.7 ext 119
web : http://muhdzamri.blogspot.com
Hello,
I use squirrelmail, I have just installed roundcube, it's works, but in the
table message on squirrelmail empty.
___________________________________________________________________________
Yahoo! Mail rļæ½invente le mail ! Dļæ½couvrez le nouveau Yahoo! Mail et son interface rļæ½volutionnaire.
http://fr.mail.yahoo.com
_______________________________________________
List info: http://lists.roundcube.net/users/
So, I tried to install RC again, this time from the trunk (I also
tried the last official release).
I get it installed, it appears to all be OK, but I just get a blank
screen with no errors at all.
roundcube's log/errors shows:
[28-Mar-2008 09:46:00] PHP Warning: preg_split() [<a
href='function.preg-split'>function.preg-split</a>]: Compilation
failed: lookbehind assertion is not fixed length at offset 7 in /usr/
local/www/data-dist/roundcube/program/lib/DB/common.php on line 751
[28-Mar-2008 09:46:00] PHP Warning: Invalid argument supplied for
foreach() in /usr/local/www/data-dist/roundcube/program/lib/DB/
common.php on line 756
[28-Mar-2008 09:46:00 -0600] DB Error: DB Error: mismatch Query: [DB
Error: mismatch] in /usr/local/www/data-dist/roundcube/program/include/
rcube_db.inc on line 530
[28-Mar-2008 09:46:00] PHP Fatal error: Call to a member function
getMessage() on a non-object in /usr/local/www/data-dist/roundcube/
program/include/rcube_db.inc on line 375
$ php --version
PHP 5.2.3 (cli) (built: Jul 1 2007 12:26:14)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by
Zend Technologies
with Zend Optimizer v3.2.8, Copyright (c) 1998-2007, by Zend
Technologies
I thought RC had move to php5? Is it still requiring a php4 install?
--
Lewis Butler
303.564.2512
_______________________________________________
List info: http://lists.roundcube.net/users/
This is the Content-Type i have for these 2 screenshots:
For the first: Content-Type application/x-javascript; charset=UTF-8
And the second: Content-Type text/html; charset=UTF-8
Do you think there is a problem ?
On Sun, 30 Mar 2008 12:21:14 +0400, alekciy <public-mail(a)alekciy.ru> wrote:
> I think you server return bad Content-Type HTTP header. If you have
FifeFox
> install FireBug plugin and see HTTP header or use shiffer (for example,
> Wireshark).
>
> On Sun, 30 Mar 2008 01:25:59 +0100, Jean-Christian BEDIER
> <jc.bedier(a)gmail.com> wrote:
>> Hello,
>>
>> I have some problem when i try to install RCU, for example when i
> receive
>> a
>> jpeg file my display is like it:
>>
>> http://img156.imageshack.us/img156/1453/displaymailjo8.jpg
>>
>> and when i click on the attachment file i can see this:
>>
>> http://img100.imageshack.us/img100/7072/displaypiciv3.jpg
>>
>> Any idea about my problem? i had the same on a lot of install :/
>>
>> Need help please !!! :)
>>
>> _______________________________________________
>> List info: http://lists.roundcube.net/users/
_______________________________________________
List info: http://lists.roundcube.net/users/
Any RCU dev can help me to solve this? this problem is very strage :/
On Sun, 30 Mar 2008 16:30:57 +0400, alekciy <public-mail(a)alekciy.ru> wrote:
> <3a8e8b6ccb81455f517ecc532c987982(a)mail.vline.ru>
> <ce8109663cfff5977d400eaef82da7d4@localhost>
> Message-ID: <31fd6ae260b9c1ac09b4070084b8711c(a)mail.vline.ru>
> X-Sender: public-mail(a)alekciy.ru
> Received: from 33-47.rev.elss.ru [85.113.33.47] with HTTP/1.1 (POST);
Sun,
> 30
> Mar 2008 16:30:57 +0400
> User-Agent: RoundCube Webmail/0.1
> Content-Type: text/plain; charset="UTF-8"
> Content-Transfer-Encoding: 8bit
>
> On Sun, 30 Mar 2008 11:03:09 +0200, Jean-Christian BEDIER
> <jc.bedier(a)gmail.com> wrote:
>> This is the Content-Type i have for these 2 screenshots:
>>
>> For the first:
>>
>> Content-Type application/x-javascript; charset=UTF-8
>>
>> And the second:
>>
>> Content-Type text/html; charset=UTF-8
>>
>>
>> Do you think there is a problem ?
>
> Yes, you problem in bad HTTP header.
>
> Test in my mailbox. Test mail messenge:
> http://alekciy.ru/temp/Problem_with_image_display_0.png
>
> if I click attachmen I see this page:
> http://alekciy.ru/temp/Problem_with_image_display_1.png
>
> it is page this iframe and you see HTTP header? It's image/jpeg.
>
> Link to image (attribyte scr in <img> tag):
> http://alekciy.ru/temp/Problem_with_image_display_2.png
>
> Your server is badly adjusted.
_______________________________________________
List info: http://lists.roundcube.net/users/
I want work wish imap.mail.ru server. This skript work:
<?php
$mbox = imap_open("{imap.mail.ru:143/novalidate-cert}", "user", "pass",
OP_READONLY);
print_r(imap_errors());
var_dump($mbox);
print_r(imap_list($mbox, "{imap.mail.ru:143/novalidate-cert}", "*"));
imap_close($mbox);
?>
But if I write in config:
$rcmail_config['default_host'] = array(
"imap.mail.ru:143/novalidate-cert" => 'Mail.ru'
);
RC don't work. RC support flags in IMAP?
_______________________________________________
List info: http://lists.roundcube.net/users/
guys,
the host that runs the mailing lists died late last night. ultimately it
was the motherboard, and the vendor has replaced it. as of 5p services
have resumed - we're in a bit of a catch-up mode now.
sorry for any interruption on the list hosting..
-jason
--
Jason Fesler, email/jabber <jfesler(a)gigo.com> resume: http://jfesler.com
"Give a man fire, and he'll be warm for a day;
set a man on fire, and he'll be warm for the rest of his life."
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I install the last release of RCU, and i need change
the option to
complete a login on the login and password form. Have
this option in
RCU? To complete, i see was Right Key or TAB complete,
but i need ENTER
complete.
Thanks,
[ ]'s
Elias Andrade
http://monesa.sf.net
--
"Procure ser um homem de valor,
em vez de procurar ser um homem de sucesso." -A. Einstein
Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento!
http://br.mail.yahoo.com/
_______________________________________________
List info: http://lists.roundcube.net/users/
I have a strange problem and can't find a reason. When in index.php is
used ob_start('ob_gzhandler') I've problem in firefox (Opera works
fine). When I'm clicking on messages list, sometimes (very often)
firefox hangs for a while and then starts downloading some binary file.
When I save such file, it looks almost like normal http response but
have some garbage data at the beginning:
^.^......^^.....^.........HTTP/1.1 200 OK^
Date: Thu, 20 Mar 2008 11:56:51 GMT^
Server: Apache^
X-Powered-By: PHP/5.2.6RC1-pl1-gentoo^
Expires: ^
Cache-Control: max-age=0^
Pragma: ^
Last-Modified: Thu, 20 Mar 2008 11:20:48 GMT^
Etag: "058647647f9d1a70ff82f95eaa7db16a"^
Content-Encoding: gzip^
Vary: Accept-Encoding^
Content-Length: 1813^
Keep-Alive: timeout=15, max=74^
Connection: Keep-Alive^
Content-Type: text/html; charset=UTF-8^
<cut properly gzipped page content>
What could it be? Roundcube in current svn version.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
_______________________________________________
List info: http://lists.roundcube.net/users/
I have downloaded the stable version of roundcube but unable to unzip the
files.
Is there another file available to download?
Thanks
Dave
No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.22.1/1345 - Release Date: 26/03/2008
18:50
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
Can someone help me by pointing me in the correct direction. Is
there a document somewhere on how to add spell check to RoundCube
webmail?
thanks,
Rob
_______________________________________________
List info: http://lists.roundcube.net/users/
I want work with 2 IMAP server: mail.vline.ru and imap.mail.ru . In
main.inc.php i write:
$rcmail_config['default_host'] = array(
'mail.vline.ru' => 'VLine.ru',
'imap.mail.ru' => 'Mail.ru'
);
Then I login (in this page http://roundcube.alekciy.ru ) in
public-mail(a)alekciy.ru mailbox (mail.vline.ru IMAP server) it's all right.
But if I login in alekciy-ru(a)mail.ru mailbox (imap.mail.ru IMAP server,
http://www.mail.ru/pages/help/337.html ) I see blank page. All log file is
empty (system log and ./logs/).
In what there can be a problem?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
Is there a way without creating a identify to have the sender address as
%u@domain ?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
My previous (RC2 I think) what working OK.
I installed 1.0 from scratch (new DB, clean directory) and the installer
says SMTP/IMAP are OK. But when I try to login, I get "bad
user/password".
I can't see anything usefull in logs/.
All I can see is that I get IMAP logs with installer, but not with
normal login.
I've also build a debian virtual machine and installed roundcube.
I'm using the same config file and it works here.
Any idea ?
TIA,
Jo
_______________________________________________
List info: http://lists.roundcube.net/users/
Sorry to all if this has been asked a million times.. I have dug around
google, the RC fourms and the RC WIki with no luck so I was hoping
someone could point me in the right direction here... I am setting up a
free mail service and need a few specific things to make it happen...
1) Footer that is added to all sent emails
2) Ability for users to change their spamassassin sql settings
3) Ability to control number of emails the user can send in a day as
well as the number of address they can have in to, cc, bcc
4) There are a few other plugins I would like such as a calender which I
have seen something about on google... is there any good places to look
for plugins for RC?
Sorry for any repeats ... I am sure you get asked these questions a lot
... I would not mind adding a few $$ to the pot to get these features
created if they have not been or are under development ...
Thanks...
Scott Robertson
_______________________________________________
List info: http://lists.roundcube.net/users/
no i let debconf do it
-----
mattias
mobil 0763396420
www.mjw.se
-----Original Message-----
From: Kenn Murrah [mailto:kennmurrah@gmail.com]
Sent: den 22 mars 2008 02:45
To: mattias
Subject: Re: [RCU] Problem with roundcube
I assumed you edited the config file first to reflect your settings?
On Fri, Mar 21, 2008 at 8:45 PM, mattias <mj(a)mjw.se> wrote:
I installl roundcube in ubuntu with apt-get
I can't login
I enter my mail details but the login page come back...
-----
mattias
mobil 0763396420
www.mjw.se <http://www.mjw.se/>
_______________________________________________
List info: http://lists.roundcube.net/users/
_______________________________________________
List info: http://lists.roundcube.net/users/
I installl roundcube in ubuntu with apt-get
I can't login
I enter my mail details but the login page come back...
-----
mattias
mobil 0763396420
www.mjw.se
_______________________________________________
List info: http://lists.roundcube.net/users/
Someone help me?
I installed RoundCube Stable 0.1 and its dependencies,
but not downloading attachments larger than 500k using
Internet Explorer, just using FireFox.
There is a parameter that I set in RoundCube, or in php.ini
or Apache to correct this problem?
*I use CentOS 5 with the following systems:*
httpd-2.2.3-11.el5_1.centos.3
httpd-devel-2.2.3-11.el5_1.centos.3
httpd-manual-2.2.3-11.el5_1.centos.3
libdbi-dbd-mysql-0.8.1a-1.2.2
mod_auth_mysql-3.0.0-3.1
mysql-5.0.22-2.2.el5_1.1
mysql-connector-odbc-3.51.12-2.2
mysql-devel-5.0.22-2.2.el5_1.1
MySQL-python-1.2.1-1
mysql-server-5.0.22-2.2.el5_1.1
perl-DBD-MySQL-3.0007-1.fc6
php-5.1.6-15.el5
php-cli-5.1.6-15.el5
php-common-5.1.6-15.el5
php-gd-5.1.6-15.el5
php-ldap-5.1.6-15.el5
php-mbstring-5.1.6-15.el5
php-mcrypt-5.1.6-12.el5.centos
php-mysql-5.1.6-15.el5
php-odbc-5.1.6-15.el5
php-pdo-5.1.6-15.el5
php-pear-1.4.9-4
php-pecl-Fileinfo-1.0.4-3.el5.centos
system-config-httpd-1.3.3.1-1.el5
Thanks,
_
°v° *Hugo Leonardo de Freitas*
/(_)\ Red Hat Certified Engineer (RHCE)
^ ^ TerraVista Consultoria Ltda.
www.tvconsultoria.com.br
55 62 3251-2990
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello list,
after updating my roundcube installation from v0.1-rc2 to v0.1-stable,
everything appears to be much slower. Regardless if I log on, check for new
messages, start to compose a new message and wait for the window to open,
change a folder, and so on, each step takes at least twice or three times
as long as before, sometimes even more. The process of saving an unsent
message took only a part of a second before, now, in this very moment, this
message is saved (or not...?) since over a minute. :-(
Does anyone have this problem, too? - The above mentioned saving process
just died with a timeout error... - Or does anyone have an idea, what I
could do?
Of course I already rebooted both, the IMAP server and the webmailer,
including the MySQL-server.
Any help is appreciated!
Thanks a lot,
Petri
PS. I wasn“t able to send this message, - I switched by to 0.1-rc2 and
everything is fine and fast again. :-(
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm trying to figure out how to provide my users with user-specific
special folders (namely: trash, drafts, and sent).
I know that I can set $rcmail_config['trash_mbox'] to anything I like,
but what if joe@mydomain wants his trash in "INBOX.Trash" while
bob@mydomain wants his trash in "INBOX.Deleted Messages" and
fred@mydomain wants HIS trash in "Trash".
I filed a bugreport asking for this feature, and the bug was closed
saying that this was already possible in the config.
Does anyone know how this can be done?
Thanks,
~Kyle
--
This job of playing God is a little too big for me. Nevertheless,
someone has to do it, so I'll try my best to fake it.
-- Larry Wall
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi list,
I already asked before some time, but still couldn't get a solution. In
fact it's hard to read a mailing list through RoundCube. What I (and
probably many others) need is the option to switch to threaded message view
inside a folder of my IMAP account. The normal view is very perfect for all
incoming mail, but for mailing lists I need something like this :
http://typo3.org/fileadmin/dl/newsgroups/thread.gif
Any ideas?
Thanks,
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi! I want to increase interval between page refreshes (imap
connections), so can I do this in "config" way?
$rcmail_config['session_lifetime'] = 10;
$rcmail_config['keep_alive'] = 300; // added by me
$rcmail_config['javascript_config'] = array('read_when_deleted',
'flag_for_deletion', 'keep_alive');
It's good or bad? What about draft_autosave and session_lifetime when
are set to smaller values than keep_alive? Should I worry about that?
Regards
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
Tomorrow i decided install roundcube, and all work fine during
installation with installer.
But i have a problem with attachement:
In fact it's not possible display .jpeg .png etc
Whereas i have install imagick and php5 gd.
Someone can help me?
Thanks for your help !
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, all.
I'm testing Roundcube-0.1 stable, but i'm confused how to configure
courier-authlib-mysql for roundcube.
Can anybody mail me your authmysqlrc file or paste here?
Thanks very much.
----
Best Regards.
Zhang Huangbin 2008.03.06
- OpenBSD 4.2 -release, i386.
- RHEL 5.1 Client
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear subscribers
After more than two years of development we're proud to announce the
first stable version of RoundCube Webmail. It's not as feature rich as
we'd like it to be but the released version is considered to run
stable for a productive environment. Thanks to our users we fixed many
bugs and added some nice new features since the first 0.1-alpha
version was published in 2005. So go ahead and upgrade your
installations now! Download the latest release from
http://roundcube.net/downloads
A more or less complete list of changes is available at
http://trac.roundcube.net/wiki/Changelog
The TinyMCE-based HTML message composition is now included but should
still be considered as experimental. Please also note that this is the
last release that runs on PHP 4. As suggested by the GoPHP5 project
RoundCube will be PHP 5 only in future versions.
If you want to report bugs, please use our tracker but read the
instructions (http://trac.roundcube.net/wiki/Howto_ReportIssues)
first.
Have fun!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello everyone,
today I played around and upgraded to today's svn trunk version of
roundcube. I was really curious since I read that there are only two
tickets left til roundcube will go stable.
Anyway, I was kinda disappointed. I only tested a little but the overall
impression is that it will work worse than what I'm used to with the rc2
version. Especially two things are annoying:
1. The new mark-as flag menu popup does not work. Instead, the "as
read"/"as unread" is displayed all the time, scrambling the message subject
line of the first message in the current folder. Clicking the links doesn't
work either. (I could provide a screenshot for that.)
2. Message marking broken; clicking on single messages doesn't mark the
message visually. Unfortunately I just notice that I didn't test if the
functionality would work.
I didn't open any tickets yet, maybe it is known? Since I don't provide a
patch nor did regression testing by svn version I didn't dare writing to
the dev-list ;) Since all lists are rather low traffic I hope it will reach
you developers anyway.
For now I svn switched back to rc2 but I volunteer to do some testing or
test patches if necessary.
Hope that all helps,
Sebastian
_______________________________________________
List info: http://lists.roundcube.net/users/
http://edinburghnights.co.uk/roundcube/
The error log says..
[Fri Feb 29 10:56:10 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:56:10 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:57 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:54:57 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:56 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:54:56 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:55 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
[Fri Feb 29 10:54:55 2008] [error] [client 87.81.42.122] SoftException in
Application.cpp:239: Directory "/home/edinburg/public_html/roundcube" is
writeable by group
[Fri Feb 29 10:54:54 2008] [error] [client 87.81.42.122] File does not
exist: /home/edinburg/public_html/500.shtml
Any help would be welcome.
R.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there!
I have a problem with mails bigger than 1MG, when i open them all i get is a
blank page.
I thought it was a php problem, but i increased the memory limit to 32mg and
it didn't work..
Any ideas?
Cumps
Armindo
--
--
"The only way of discovering the limits of the possible is to venture a
little way past them into the impossible."
Sir Arthur C. Clarke
_______________________________________________
List info: http://lists.roundcube.net/users/
I have just noticed an odd behavior: If you have an e-mail with an
attachment, a window appears and says : "Loading Data..." until the
attachment is downloaded and then i assume normally it is automatically
downloaded. However, in the case of known filetypes such as PDF where
acrobat will open it in the browser, the pdf appears in the little "Loading
Data" frame which is about 3x2" .. definately not enough to view a pdf file.
Does anyone have any thoughts about this behavior?
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, i'm using roundcubemail-0.1-rc2 (i upgraded from version 0.1-beta).
apparently all works ok except the icons of taskbar. I added two customized
icons (vacation and change-password) but the text of icons not show, i see
only the image.
My configuration for do this:
program/localization/es/labels.inc (i configured roundcube with spanish
language)
[...]
$labels['change_password'] = 'Cambiar password';
$labels['vacation'] = 'Vacation E-mail';
[...]
skins/my-skin/includes/taskbar.html (i also configured
$rcmail_config['skin_path'] = 'skins/my-skin/';)
[...]
<a class="button-change-password" onclick="window.open(this.href); return
false" href="https://my-tool-for-change-password.html"><?php echo
htmlspecialchars(rcube_label("change_password")) ?></a>
<a class="button-vacation" onclick="window.open(this.href); return false"
href="https://my-tool-for-vacation.html"><?php echo
htmlspecialchars(rcube_label("vacation")) ?></a>
[...]
Previus version of roundcube works ok with this configuration
i have been able show the text os icons with the following lines:
<roundcube:button command="change_password" label="change_password"
class="button-change-password" onclick="window.open(this.href); return false"
href="https://my-tool-for-change-password.html"/>
<roundcube:button command="vacation" label="vacation" class="button-vacation"
onclick="window.open(this.href); return false"
href="https://my-tool-for-vacation.html"/></a>
but when doing 'click' to the icons doesn't happen anything
Why with previus versions of roundcube works ok ?
Anyone help me?
thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
till wrote:
> On Feb 6, 2008 9:47 PM, daniel(a)nullroutes.com <daniel(a)nullroutes.com> wrote:
>
>> (...)
>> I don't suppose anyone could help me locate the required section of code
>> so I can edit.
>>
>
> In trunk:
> <http://trac.roundcube.net/browser/trunk/roundcubemail/index.php#L173>
>
> The code has pretty good inline documentation and since we feed
> *everything* through index.php - that's the place to look at. I am not
> sure which version you run, so you may have to "translate" line 173 to
> your's.
>
> Hope that helps!
> Till
>
Hi Till
Thanks so much for your reply .. however could I ask for some further
help please.
Would I change this line (173 on index.php)
else
{
$OUTPUT->show_message($IMAP->error_code == -1 ? 'imaperror' :
'loginfailed', 'warning');
rcmail_kill_session();
}
To
else
{
$OUTPUT->show_message($IMAP->error_code == -1 ? 'imaperror' :
'loginfailed', 'warning');
http://www.myloginpage.com
rcmail_kill_session();
}
I'm not too sure on PHP .. any help would be appreciated!
Thanks
Dan
_______________________________________________
List info: http://lists.roundcube.net/users/
On Wed, 20 Feb 2008 21:40:51 +0000, "Seb Payne" <seb(a)blackandmaple.com>
wrote:
Anyway, we really need a global address book and is there such a
feature in RoundCube and is it LDAP compatible? I've seen various
references to a patch on the forums and mailing list but have had no luck
in finding anything.
from config/main.db.inc:
// in order to enable public ldap search, create a config array
// like the Verisign example below. if you would like to test,
// simply uncomment the Verisign example.
/**
* example config for Verisign directory
*
* $rcmail_config['ldap_public']['Verisign'] = array(
* 'name' => 'Verisign.com',
* 'hosts' => array('directory.verisign.com'),
* 'port' => 389,
* 'base_dn' => '',
* 'bind_dn' => '',
* 'bind_pass' => '',
* 'search_fields' => array('mail', 'cn'), // fields to search in
* 'name_field' => 'cn', // this field represents the contact's name
* 'email_field' => 'mail', // this field represents the contact's
e-mail
* 'scope' => 'sub', // search mode: sub|base|list
* 'filter' => '', // will be &'d with search field ex:
(status=act)
* 'fuzzy_search' => true); // server allows wildcard search
*/
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm the webmaster of Purple Radio, the student radio station at the
University of Durham in the United Kingdom. We are currently using
Bongo (www.bongo-project.org) as our backend but for the moment, are
using RoundCube as our web front end until they finish the work on the
web end or if we move elsewhere.
Anyway, we really need a global address book and is there such a
feature in RoundCube and is it LDAP compatible? I've seen various
references to a patch on the forums and mailing list but have had no
luck in finding anything.
Thanks!
Seb
--
Sebastian Payne
Undergraduate Computer Science, University of Durham
Webmaster, Purple Radio - www.purpleradio.co.uk
Head of Van Mildert JCR Computer Committee
seb(a)sebpayne.com - sebastian.payne(a)durham.ac.uk
www.sebpayne.com - www.dur.ac.uk/sebastian.payne/
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a method for specifying a wordwrap for outgoing Roundcube
emails? When I read emails composed in Roundcube in my Thunderbird
client, they are displayed as one very long line. In the message source,
it looks like the HTML Content-Type attachment lines are encapsulated in
<pre> tags (perhaps from line ~80 in editor.js ?)
I'm using r803 from http://nightly.roundcube.net/trunk/
Thank you,
Michael Blinn
--
CONFIDENTIALITY NOTICE:
This message, and any attachments that may accompany it,
contain information that is intended for the use of the
individual or entity to which it is addressed and may
contain information that is privileged, confidential, or
otherwise exempt from disclosure under applicable law.
If the recipient of this message is not the intended
recipient, any disclosure, copying, or other use of this
communication or any of the information, which it
contains is unauthorized and prohibited. If you have
received this message in error, please notify the
original sender by return mail and delete this message,
along with any attachments, from your computer.
Thank you.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello!
I love so many things about roundcube, if the developpers read this: great
job, such a beautiful piece of software! thanks a lot!
I had a question regarding the default display name at the time of a user's
first identity initialization. It would seem that it simply takes the prefix
of the email address as the display name. I run my web server where
roundcube resides in the same place as my imap server so the users logging
into roundcube do authenticate on the machine itself. How difficult would it
be to pull the user's real name from /etc/passwd and use that as the display
name that gets inserted when a user logs in for the first time?
Thanks for any ideas!
Pat
_______________________________________________
List info: http://lists.roundcube.net/users/
On Mon, 11 Feb 2008 18:59:27 +0800, zamri <myzamri(a)gmail.com> wrote:
>> Yeah, this is an issue. I guess you could write a fairly simple web
>> interface to create/read/edit a procmail script using simple recipes.
>> Putting this into RC seems a little in the wrong place to me, but I can
>> understand the need. But again, I'd probably try and opt for a
> filtering
>> system that would work no matter what client you used. I wonder if
> other
>> webmail packages offer this - I've only used squirrelmail and RC, so I
>> don't have wide experience really.
>
> It can be made to work if u install sieve daemon and RC have the plugin
> (frontend) to configure it.
> I don't know whether RC has this. Plugin concept will be good for RC.
I have no experience of using sieve, but it sounds like a good idea to me!
Alex
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi again
More questions/suggestions:
6. Moveto
When a mail is opened a listbox "move to..." appears above the text
enabling you to move the mail to a folder.
This listbox is absent in the overview. But sometimes i want to
move a message to a folder before reading it.
Is this possible in RC? (some hidden setting?)
7. Filters
Is there a possibility in RC to define Filters which move messages with
a certain header, say, to a particular folder?
Thank you
Jody
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello - Was hoping for a little help please.
I have a homepage and a form which allows a user to enter a
username/password.
I am trying to make this username and password send direct to my
roundcube install. This part works fine.
However when the wrong user/pass are entered roundcube gives the usual
error 'login failed' but returns the user to the roundcube index.php - I
would prefer it to return to user to my login form.
I don't suppose anyone could help me locate the required section of code
so I can edit.
Kind Regards,
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, 7 Feb 2008 08:53:16 +0100, jody <jody(a)ifi.uzh.ch> wrote:
>> Yeah, this is an issue. I guess you could write a fairly simple web
>> interface to create/read/edit a procmail script using simple recipes.
>> Putting this into RC seems a little in the wrong place to me, but I can
>> understand the need. But again, I'd probably try and opt for a
> filtering
>> system that would work no matter what client you used. I wonder if
> other
>> webmail packages offer this - I've only used squirrelmail and RC, so I
>> don't have wide experience really.
>
> In such a case RC would simply offer a tool for editing -
> wouldn't the .procmail be valid if you would use another mail client?
This is true, but typically RC will be able to read/write from a user's
mail directory and not from their home directly.
Procmail reads it configuration typically from a user's home directory
(~/.procmailrc) which RC wouldn't be able to write to, not at the moment
anyway.
Allowing RC to write to a user's home directory opens up some other
potential security issues I'd imagine.
Perhaps there could be an option that you can enable for procmail
integration where you have to set each user's .procmailrc to be writable by
RC or something.
Interesting idea... I'm no expert in PHP, so I don't really know where to
start... perhaps make it a feature suggestion on trac?
Alex
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi guys,
We have a problem, when we try to send an attachment wich is a little
bit to heavy. Roundcube tries to allocate a lot of memory, and the
process crashes beceause memory limit is reached
I've tried to arise memory limit up to 65M, but I think that it should
normaly be not more than 16M (php standard is 8).
I've got the following lines in error log
PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried
to allocate 10598455 bytes) in program/lib/imap.inc on line 1910
[03-Feb-2008 16:22:22] PHP Fatal error: Allowed memory size of 41943040
bytes exhausted (tried to allocate 10599123 bytes) in
program/lib/Mail/mimePart.php on line 226
[03-Feb-2008 17:31:39] PHP Fatal error: Allowed memory size of 68157440
bytes exhausted (tried to allocate 21474171 bytes) in
program/lib/Net/SMTP.php on line 745
Do you have a fix for that very annoying bug ?
We use RC2
Thank you.
--
Wadin Julien
Tel : +32 (0) 475 632 168 ou +33 (0) 9 79 99 21 56
Web : http://blog.julienwadin.be/
_______________________________________________
List info: http://lists.roundcube.net/users/
I believe I have the most recent version of Roundcube installed via
svn on Apache/2.2.8. Roundcube is Revision 971. I'm using Server
version: 5.1.22-rc FreeBSD port: mysql-server-5.1.22
It actually works at the moment, but there's a couple things I can't
figure out.
1) If I edit db.inc.php and set $rcmail_config['db_backend'] =
'mdb2'; - I will get a "FAILED TO CONNECT TO DATABASE" message. I do
have MDB2 installed. If I change mdb2 to db it will work.
2) Whether I have the above line set to db or mdb2 I always get the
same message with check.php....
Check supplied DB settings
DB settings: NOT OK
Why would my DB setting be "NOT OK"? (even when using 'db') and why
can't I use mdb2?
Thanks!
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
I'm new to roundcube (our sysadmin just installed it a few days ago)
and i have a few questions (or suggestions? or bug reports?)
1. I tried to send a mail with a subject line but no body.
RC didn't send the message but neither did it give a warning.
I think it should be possible to send mail without body; or,
if there is a reason why this should be impossible, an adequate
message should be displayed.
(I think this is connected with an issue raised in August 2007:
http://lists.roundcube.net/mail-archive/dev/2007-08/0000017.html
"Javascript Error when send message without body"
The JS Error still occurs!)
2. "Show all"
Sometimes it is advantageous to see all messages in a folder at once
(e.g. to perfome mass deletions: select all and the klick on the delete
icon;
or to quickly scan all messages in a folder)
Is there a way to this in RC? In Squirrelmail you can toggle between
"show all" and "paginate"
3. "Compact" and "Empty"
When i open RC, the "Empty" link is not enabled for any folder,
not even the Trash folder. Is there some setting which can control this?
Or does it have to do with the permissions of folder .Trash on the server?
4. Collapsible folders
I have grouped my folders in a hierarchy, i.e. some folders containing
other folders. Sometimes it would be cool to be able to collapse a
"superfolder" when you're currently not interested in it, and open it
again when you need it. Is this possible in RC?
I tried klicking on a "superfolder" but that didn't work.
5. Delete icon
I think the icon currently used for deletion is a bit misleading because
this symbol (circle with a diagonal bar across it) usually denotes
something
forbidden. I think a simple (red) cross would be clearer.
Thank you in advance for any hints to my questions...
Jody
_______________________________________________
List info: http://lists.roundcube.net/users/
When I get html email from multiply.com, I can see the contents and
images but all the html links within roundcube webmail is not
clickable. They are just underscored.
Is this a bug?
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
I've read somwhere about a feature preview pane. but couldn't get it to
work.
is it included or do I need tu add some kind of patch or something?
_______________________________________________
List info: http://lists.roundcube.net/users/
Charlie Hazlett wrote:
> I do not empty my spam folder daily and in no time at all it can contain
> over 1000 messages......give it a week and there might be over 10,000.
>
> I have been online with the same email addresses for a dozen years and
> the spam tends to build up.
>
>
>
> On 1/24/2008, "bb" <bb(a)0brg.net> wrote:
>
>> chasd wrote:
>>> Playing with RoundCube a bit more, as a work around you could delete
>>> the entire mailbox from the "Folders" area of "Personal Settings" and
>>> then create a new folder of the same name.
>> Or just click the "Select: All" link and then delete 40 messages (or w/e
>> your messages/page limit is) at a time. Sure, it's not perfect, but it
>> works alright if your mailbox isn't tooooo huge (I am assuming you don't
>> want to empty a 10K+ box every day that is not called "Junk" or "Trash" :P).
Hmm, this got me interested; how does roundcube handle huge mailboxes
anyway? So I tried;
$ for ((i=0;i<100000;i++)); do
for> echo "spam $i" | mail -s "spam $i" $USER
for> done
Even though this stopped after the ulimit -u was reached (it sent ~2k
messages in total) it gives a pretty good impression of how roundcube
handles it... not very well.
At first, I set my user preferences to allow message windows with 100K
messages but because of the hard 200 limit in the config, I only saw 200
messages. At least I saw them.. once I also modified that value I saw
nothing anymore. The roundcube error logs gave:
[25-Jan-2008 00:21:34] PHP Fatal error: Allowed memory size of 8388608
bytes exhausted (tried to allocate 2049 bytes) in
/a/boao/www/webmail/roundcubemail-0.1-rc2/program/lib/imap.inc on line 133
The HTTP response body was empty, status 200. Changing back all the
values, deleting all messages with thunderbird (which worked very
smoothly, btw), restarting the webserver; nothing mattered. It kept
saying that in the logs. To eventually get it to work again I had to
empty the trash with thunderbird and "compact" all the folders.
Anyway, not that this is a very likely situation.. It's still quite
interesting to see that once it's too full, it's too full and you're
doomed if you don't have other means to access your INBOX :)
Greetings,
b^4
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello all,
how do I enable the HTML-Composing in the rc2 ?
As far as I understood it the HTML-Composing is included but not
activated by default.
Christian Kütbach
--
UNEM-Produktion
Dipl.-Inf. Christian Kütbach
Tel.:02507-982722
c.kuetbach(a)unem.de
www.unem.de
_______________________________________________
List info: http://lists.roundcube.net/users/
I am still seeking a way to do mass deletions of emails. I know one may
empty the trash folder but there should be an easier and quicker way to
empty other folders as well.......my spam folder, for instance.
This is the ONE thing that keeps me from using RC....until that feature
is included I will stick with Iloha......it does everything I
want.....just not as "pretty".
########
NOTICE: Due to Presidential Executive Orders, the National Security
Agency may have read this email without warning, warrant, or notice.
They may do this without any judicial or legislative oversight. You have
no recourse nor protection save calling for the impeachment of the
current President.
########
Charlie Hazlett
charlie(a)hazlett.net
Columbus, Ohio
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a limit on the number of folders Roundcube can work with? When
I go to the folders list in my primary mail account it sits loading for
a while and then ends up with a blank page. I am assuming I have too
many folders for Roundcube to work with. Either that or the fact that I
have folders within folders is causing problems.
I have 1311 folders at present with the archives that all sit below an
archive folder. All works fine with Thunderbird accessing the folders
via IMAP and Mutt directly on the server. I am using Dovecot for IMAP
access.
--
Paul Tansom | Aptanet Ltd. | http://www.aptanet.com/ | 023 9238 0001
======================================================================
Registered in England | Company No: 4905028 | Registered Office:
Crawford House, Hambledon Road, Denmead, Waterlooville, Hants, PO7 6NU
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Group ,
Clicking on the "+" sign next to an email address to add them as a contact generates the following error in a red bar at the top of the page :
"Could not save the contact address"
It does check to see if it is already an address, because when I try to add an address that is already in my address book it says
"A Contact with this email address already exists"
So I am guessing I might be having a problem writing from this page to the contact tbale...any ideas ?
Thanks,
Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
I just installed roundcube and I am getting the following error after I try
to login. I don't see any errors in the log file.
Any suggestions as to what could be wrong? This is on a windows server.
The page you are looking for cannot be displayed because an invalid method
(HTTP verb) was used to attempt access.
_____
Please try the following:
* Contact the Web site administrator if you believe that this request
should be allowed.
* Make sure that the Web site address displayed in the address bar of
your browser is spelled and formatted correctly.
HTTP Error 405 - The HTTP verb used to access this page is not allowed.
Internet Information Services (IIS)
_______________________________________________
List info: http://lists.roundcube.net/users/
environment:
OpenBSD 4.0/i386, chrooted apache, roundcube 0.1-rc1, dovecot 1.0.2 (yes, i
should probably get this upgraded)
i am providing services to a few dozen users via an https url. after
applying the update to -rc2, i was unable to login via the web interface.
/logs/errors shows:
[26-Dec-2007 14:58:56 +0000] IMAP Error: Invalid password
after looking around at the dovecot logs, and finding nothing, i decided to
crank up the logging (in dovecot and roundcube). still nothing, and after
taking a peek with tcpdump i suspected that the requests weren't even
making it to dovecot.
running `openssl s_client -connect 127.0.0.1:993' confirmed my suspicions
(i think), as it worked just fine:
New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA
Server public key is 1024 bit
[...snip...]
---
* OK Dovecot ready.
A345 login john XXXXXXXXX
A345 OK Logged in.
Z345 logout
* BYE Logging out
Z345 OK Logout completed.
read:errno=0
i believe the relevant parts of main.inc.php are:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'ssl://localhost:993';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 993;
i have tried changing `localhost' to the FQDN of my host (plus other
relevant config changes), and a few other permutations, none of which shed
any light on the scene for me.
anything from playful nudges to get me looking in the right direction to
hitting me right upside the head with a cluestick will be much appreciated.
regards,
--john
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi folks
First of all I want to say, RoundCube is a nice thing!
But I have one problem:
I log into RoundCube with an available account and leave the computer.
The next day, I'm still logged in. So if I log in from a public computer
and forget to log out, my account is predestinated to get compromised.
If I dont clear the browser's cache and history, RoundCube is opened
without a login request. => Logs in with the last logged in account.
I also run Squirrelmail, and there, even if I just reload the URL, I'm
asked for user and pw. I think, this behavior should be also possible
for RoundCube. I have to explicitly log out with the logout button to
get logged out effectively.
Altough it is the task of the user to log out, an automatic log out
functionality wouldn't be bad.
What am I doing wrong? Or don't I have understood everything?
Thanks for help
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there
I can't find a reference to this issue in the mailing list archives.
Does anyone know why for some users the login hangs indefinitely and
the php process starts munching CPU and memory (leak?). Very strange.
My 'username' fields are in this format:
login%domain.com
I seriously doubt that could have anything to do with it, given that
all users' logins are in that format.
Any ideas?
Running v0.1-rc2 under lighttpd 1.4.15 with php 4.4.4 and Dovecot 1.0.7
Thanks
Dale
_______________________________________________
List info: http://lists.roundcube.net/users/
Entry page logins use the format: user/pasword when authenticating
against IMAP. This portion works for my server. However, for some
reason when viewing the folders section under personal settings, RC2
tries to switch to user@host/password which does NOT work on my
server.
Where can I fix this?
Also, RC2 does not display the buttons/search bar properly when using
Firefox version 2.0.0.11. Anyone else have this problem?
Thanks,
Tommy
(BTW, upgrading from beta-1 to rc2 is a complete waste of time. You
might as well just reinstall RC and upgrade only the database part.)
--
Only God knows everything...... and he works for Mossad.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I would like to know if anybody has already configured his RoundCube
webmail with a kerberos authentification.
I'm using a Postfix and Cyrus-imap mail server.
The authentification is done using saslauthd with gssapi mechanism.
My web server is Apache 2
Thanks
_______________________________________________
List info: http://lists.roundcube.net/users/
On 17/12/2007, Eric <cephelo(a)gmail.com> wrote:
> I had a similar issue. It turned out to be a permission issue
Eric, I was just about to post my solution! Yes, you're right. There
were a few messages which I'd moved into various directories which
were not rw by the IMAP user! Solved!
Thanks for responding.
_______________________________________________
List info: http://lists.roundcube.net/users/
Where is the setting to control the 60s refresh? We're using Roundcube
over a high grade SSL connection and 60 seconds is much too frequent,
but I don't see a relevant setting anywhere. I couldn't even locate
the timeout call in the JavaScript, assuming there is one somewhere.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
The read receipt function in RC does not seem to work. I had put in a
query for confirmation in the forum, but nobody could confirm.
Could anybody confirm whether the read receipt is working. If so, RC1 or RC2.
Thanks and regards
kmn
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
It shows a list of identitys when you configure them but when you are
new user/login first time etc and you haven't configured indentity
settings it shows "from" (sender box) as text box. I would wan't that in
this sitsuation when you are new user/login first time etc and you
haven't configured indentity settings yet it could automaticully fill
your login name (if it's a full e-mail address as sender on "from"
(sender box) and it could be printed as text (no text box available)
Or second way could be that when you login first time you would need to
specify indentity settings (without this you can't login or something
like that). This option could be editable in roundcude config that
administrator can choosee does new user need to spesify it's identity.
OS: Windows Vista Ultimate x64
Apache 2.2, PHP 5.2 as module and hMailServer 4.2
By, Mika
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
I just installed roundcube mail client on a server. I can receive / send
mails. The only problem is that I can't send attachments. I can upload
them but when I send the email, the attachments are not sent, and also the
email saved in "Sent" folder does not contains the attached file.
Does anyone have any idea ?
In main.inc.php I have
$rcmail_config['temp_dir'] = 'tmp/';
The tmp folder is writable for apache (777), so ...
When I receive an email with a file attached, I can see the file in the
email but I don't see the file in the tmp folder.
I am not sure which is the problem!
Thank you in advance for any answer!
Gabi
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I spend many hours for trying to make workaround to message writing page
(?_task=mail&_action=compose).
I would want From-line line to bee read-only (no textbox), only the
address that you used to login would be shown. So the only way to
customize this line would be identident settings.
Why i want this to work this way? Because it's easier to user that he
doesn't need to frite he's own e-mail address necesserully again.
By, Mika
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I spend many hours for trying to make workaround to message writing page
(?_task=mail&_action=compose).
I would want From-line line to bee read-only (no textbox), only the
address that you used to login would be shown. So the only way to
customize this line would be identident settings.
Why i want this to work this way? Because it's easier to user that he
doesn't need to frite he's own e-mail address necesserully again.
By, Mika
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi !
A vulnerability was discovered in Roundcube:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455840
It seems that there is no fix yet. Any idea on this topic?
Thanks
--
IT DOES NOT SUCK TO BE YOU
IT DOES NOT SUCK TO BE YOU
IT DOES NOT SUCK TO BE YOU
-+- Bart Simpson on chalkboard in episode AABF13
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi there
Wow, this is a lovely webmail app, thank you! Finally an open source
webmail project which looks great and works well. It was an absolute
breeze to setup :-) I'm eagerly testing it as a possible replacement
for my current webmail system.
I'm serving it via lighttpd (running under FastCGI) and Dovecot IMAP.
I've included some preliminary feedback and suggestions below.
Thanks
Dale
-----
These are features which I feel are missing, even for a basic webmail client:
1. Mark messages as read/unread/urgent
2. Proper redirect support - ie send mail in original form to another.
The following are features I'd like to see added:
1. Login-to-email mapping of user<delimiter>domain.name
All my users login with user%domain.name and many other ISPs
do the same, or use a variation thereof user(a)domain.name, or
user:domain.name.
Perhaps a config option could be added to generate default
identities by splitting the login at a pre-defined delimeter
and concatentating with '@' to create the email address,
and leaving the name part to the user to fill in.
2. 'Junk' and 'Not Junk' actions.
Most sysadmins also employ some form of spam filtering. I use DSPAM
which allows users to train their own filters. The setup I employ
involves minimal admin from my perspective, namely that users mail
spam to spam@myisp,name and false positives to notspam(a)myisp.name.
So, for all folders other than the Junk folder, the action (button)
called 'Junk' would redirect the message to a global spam(a)myisp.net
address and then move it to the Junk folder.
Likewise, when viewing the Junk folder, the action (button) called
'Not Junk' would redirect the message to a global notspam(a)myisp.net
address and then move it to the Inbox folder.
For flexibility in terms of other spam filtering setups, perhaps the
spam and notspam actions could be customised to one of "forward to an
address", or "pipe to another process" which should return something
like a 0 for success, or 1 for failure...
_______________________________________________
List info: http://lists.roundcube.net/users/
With Postgres, has anyone else seen any authentication issues? We had
a table that had picked up a NOT NULL constraint (not in the default
SQL file) and thus new user inserts were failing. The user was
authenticated, though, and granted access to a seemingly random user
record (and contacts, and identities). So a user logged in without a
user record would be able to easily see contacts and confidential
information for other users.
While not a moajor issue since it doesn't seem to happen with the
default SQL file, why is there no sanitation or error handling
revolving any of the authentication queries?
(Roundcube RC2)
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I just installed and configured RoundCube for my company and it works
quite well.
There is a slight problem though : I successfully configured our LDAP
directory in RoundCube, and it works as expected in the "Address book"
component ; but I have no auto-completion in the mail composer, although
there is with the "local" address book (RoundCube searches e-mail
addresses as I type in the "Recipient" field).
Is it something I didn't configure correctly ? Or is it a
yet-to-implement feature ?
Best regards,
--
Raphaƫl HALIMI
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I just downloaded and installed Round cube, but I can not get it to work.
This looks like it may be a good component, if I can get it to work.
I guess my biggest problem is I don't understand the configuration very
well. I know what my smtp server is. Both for outgoing and incoming.
And my servers port is 80 Ya;ll have the default for 25. I have tried
different things and can't get it to work. I don't understand the managing
users either.
What is suppose to go in the "Mail Host" and "Alias" fields ? I need help
in configuring this component please.
--
Thank You,
Wayne & Rosalinda Roberts
Global Sports Association
E-Mail - wayne(a)gsausa.org
GSA Phone - 678-318-3658
Cell Phone - 678-878-7262
_______________________________________________
List info: http://lists.roundcube.net/users/
BashLogic RoundCube wrote:
>
> so is this due to not having the db updated or modified somehow during
> my upgrade process?
> or is this a latelly generated bug?
Well, if the UPGRADING instructions tell you to update your database schema
(and I'm sure they do) you should trust them and do it.
Why do you think it's a bug?
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi everyone,
I'm looking into a successor of our well know Horde/IMP webmail
environment. Upgrading is quite a nightmare for our site, since we
have customized (disabled functionality) in IMP. With every new
release, we need to sit down and discover (again) where the various
bits need to be replaced.
I stumbled upon roundcube. It looks very nice, the UI acts as if it is
a regular MUA on any computer.
I have a question about IMAP subscriptions for shared IMAP folders. We
use Cyrus as an IMAP server. Cyrus offers te ability to share
mailboxes. In IMP I can view the shared mailboxes of others, but in
roundcube, I don't see the other mailboxes at all. I suspect it has
something to do with the root folder of the INBOX of the current user
and the absolute toplevel of what can be displayed in roundcube. I'm
no (php) developer at all. In the user list archive I found one topic
with th e same subject as this message. It's been more than a year
since that message appeared on the users list. Is there any update on
this topic?
Thanks in advance,
Br.
Dennis
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
Are there rewrite rules I can apply to roundcube? Most servers support
this nowadays (at least more deployed web servers support this than mail
servers that support IMAP, in comparison :P) so I thought it would fit
roudncube well, but I could not find any on the web.
Greetings,
bb
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
How can i empty a folder? I have several folders with thousands of messages
(e.g. RSS feeds) and clicking on empty doesn't do anything. It would take
hours to go through and use select all and delete. I'm using the latest
v0.1-rc2.
Cheers,
Matt
_______________________________________________
List info: http://lists.roundcube.net/users/
I thought I had seen this posted before, but I can't find it.
Anyways, after implementing spamassassin via amavisd-new I am now getting
double emails in my inbox. I'm running Postfix with Dovecot. Any ideas on
what the problem is or where to look? Kmail and Thunderbird on the desktop
don't show double emails, only RC. I've attached a picture for clarity.
TIA!
-Chris
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Pv/kuutzgoo/roundcube_dblemail.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 people,
I looked over the roundcube website for ldap address book support but
didn't find anything...
Can roundcube mail search a ldap address book?
Thank you,
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi guys,
I'd like to know wich icon set is using the default skin, because I'd
like to make some improvements to RC, and it would be nice to use icons
from the same set :-)
Thanks
--
Wadin Julien
Tel : +32 (0) 475 632 168
Web : http://blog.julienwadin.be/
Simplifiez vous Postfix : http://postfixwinadmin.jwhosting.eu
_______________________________________________
List info: http://lists.roundcube.net/users/
My Inbox o the address sales(a)theparticularman.com is empty - is there
any way to get it reloaded??
Thanks, Genny
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have two Roundcube installations, both installed through an SVN checkout.
How can I easily track possible DB schema changes since a certain SVN
revision number?
Cheers,
Ringo De Smet
ringo.desmet(a)celaeno.be
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi users,
I've enjoyed using roundcube for over a year now, and it's been a great
tool. If you're like me, with 1000+ contacts, adding contacts manually to an
address book was not something I was up for.
So here's a quick patch I've made, to handle .csv uploads, and adding
contacts to the database
*This patch is based on 0.1rc1 not the newer 0.2 version (released Nov/07).
I cannot guarantee it'll work on the new version.*
The patch creates a new directory csv_upload in the root of the RC
installation - I know this is not common practice, but it makes updating the
rest of the program much easier.
I noticed a recent post on here for uploading .csv files server-side and
doing one-off address book updates, but here's a glorified version, which
will do the following:
- Handles file upload
- Checks columns for correct data
- Adds NEW contacts to the database
- Old (already inserted) contacts are ignored
- Interface is all via one additional link on the 'address book' page
Todo:
- Use RC-approved methods of including files
- Change add-on's folder structure
- Secure the uploading of .csv files. Temp files are currently held
one at a time, at $_server_root/imported.csv
- Link to the uploading interface via one of the buttons, as opposed
to a static link
Download the patch at
http://www.rmacd.com/downloads/howto/rc-csv/roundcube-csv.patch
Download .tar.gz
http://www.rmacd.com/downloads/howto/rc-csv/roundcubemail-0.1-rc1-CSV.tar.gz
Follow the installation info at
http://www.rmacd.com/downloads/howto/add-csv-to-roundcube.php
If anyone would like to contribute to this little add-on, please let me
know.
--
Ronald MacDonald
http://www.rmacd.com/
0777 235 1655
_______________________________________________
List info: http://lists.roundcube.net/users/
I have tried localhost as well as 127.0.0.1 to connect to my Dovecot
server. Nothing is visible in the Dovecot logs to indicate a
connection is being made or attempted.
Squirrelmail works fine. I have read the documentation but see no
reference to what I might try next.
-Bill
NL
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I noticed the following change in the db config file:
-// currentyl suported db_providers: mysql, pgsql, sqlite
+// currently supported db_providers: mysql, sqlite
I'm running roundcube rc2 with postgresql at the moment, and it still seems
to work. Has postgresql support been officially dropped?
Regards,
Geert
_______________________________________________
List info: http://lists.roundcube.net/users/
All other pages load correctly, with the proper skin. The mail page
appears as nearly flat html, without CSS.
The reading pane is not visible.
I've attached a capture.
Thoughts, ideas? I'm running Gentoo, with a manual install.
Thanks,
D-
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/7j/jXvALq3y/screen.PNG
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Thanks for all replies, i will try all those.
***********************************
_______________________________________________
List info: http://lists.roundcube.net/users/
Yes doesn't quite work properly yet but looks good. Be interesting to insert youtube clips into emails :)
> ----- Original Message -----
> From: bb <bb(a)0brg.net>
> To: kmnair <kmnair(a)gmail.com>
> Subject: Re: [RCU] Hi, Roundcube Community
> Date: Tue, 06 Nov 2007 13:46:15 +0100
>
>
> kmnair wrote:
> > On 11/6/07, Lewis Butler <lbutler+roundcube(a)covisp.net> wrote:
> >> On 5-Nov-2007, at 08:51, N.Emrah ALBULAK wrote:
> >>> So than I want to ask something that I think what is the most
> >>> important for a Create a HTML mail message. I didnt see any option
> >>> or setting for set to html that mail body message.
> >
> >
> > This feature is already available in the SVN. I did not check the RC2.
> >
> > kmn
>
> In RC2, have a look at lines 224-225 of /config/main.inc.php.dist:
>
> // enable composing html formatted messages (experimental)
> $rcmail_config['enable_htmleditor'] = FALSE;
>
> I do not know what exactly this does but you could try it out.
>
> bb
> _______________________________________________
> List info: http://lists.roundcube.net/users/
>
www.danda.org.uk
DANDA - Developmental Adult Neuro-Diversity Association
=
Negative Search Hurting Your Business?
Positive reinforcement is a necessary step to remove negative listings
http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=7d5dfacdfea43aa5c079f18ā¦
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Greetings All,
I am new to installing Roundcube webmail and have followed the
instruction closely, but am getting an error that I am not sure how to
fix:
------------------------------------
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator
-----------------------------------
The Error log file:
-----------------------------------
[02-Nov-2007 07:45:40] PHP Warning: include_once(config/main.inc.php)
[<a href='function.include-once'>function.include-once</a>]: failed to
open stream: No such file or directory in
/www/outstep-mail/Webmailers/RoundCube/program/include/main.inc on
line 129
[02-Nov-2007 07:45:40] PHP Warning: include_once() [<a
href='function.include'>function.include</a>]: Failed opening
'config/main.inc.php' for inclusion
(include_path='/www/outstep-mail/Webmailers/RoundCube/:/www/outstep-mail/Webmailers/RoundCube/program:/www/outstep-mail/Webmailers/RoundCube/program/lib:.:/usr/share/pear')
in /www/outstep-mail/Webmailers/RoundCube/program/include/main.inc on
line 129
[02-Nov-2007 07:45:40] PHP Warning: include_once(config/db.inc.php)
[<a href='function.include-once'>function.include-once</a>]: failed to
open stream: No such file or directory in
/www/outstep-mail/Webmailers/RoundCube/program/include/main.inc on
line 138
[02-Nov-2007 07:45:40] PHP Warning: include_once() [<a
href='function.include'>function.include</a>]: Failed opening
'config/db.inc.php' for inclusion
(include_path='/www/outstep-mail/Webmailers/RoundCube/:/www/outstep-mail/Webmailers/RoundCube/program:/www/outstep-mail/Webmailers/RoundCube/program/lib:.:/usr/share/pear')
in /www/outstep-mail/Webmailers/RoundCube/program/include/main.inc on
line 138
[02-Nov-2007 07:45:40] PHP Warning: array_merge() [<a
href='function.array-merge'>function.array-merge</a>]: Argument #2 is
not an array in
/www/outstep-mail/Webmailers/RoundCube/program/include/main.inc on
line 139
-----------------------------------
Any ideas on what I need to do to fix this?
I have set up the database and user roundcubemail and database as well
as giving the proper privileges and password along with configuring
the config files.
Sincerely and have a great day,
Lonnie T. Cumberland
Email: Lonnie(a)outstep.com
Lonnie_Cumberland(a)yahoo.com
Lonnie.Cumberland(a)gmail.com
"Helping to improve our communities, one by one......"
_______________________________________________
List info: http://lists.roundcube.net/users/
First at all This is my first message to community and I want to
thank you roundcube project that is very cute and the best webmail system
that i really loved.
So than I want to ask something that I think what is the most important for
a Create a HTML mail message. I didnt see any option or setting for set to
html that mail body message. And a WYSIWYG editor for basic formatting
message's bodies.
Is it possible to make it, or there is an option for this, or is it comming
newest releases?
Thank you.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Qn/B8xEtM7G/image001.gif
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
What a pointless unwelcoming response. Makes me want to post html messages to the group.
N.Emrah ALBULAK - hi and welcome to the group. I don't think that is an option in rc at the moment but you can add tinymce:
http://tinymce.moxiecode.com/
I haven't done it yet but a friend said you can upload tinymce and just add some script to a page and it will add wysiwyg editor to any editable text box on the page. I might try that and then post to this group :D
> ----- Original Message -----
> From: "Lewis Butler" <lbutler+roundcube(a)covisp.net>
> To: "Roundcube Mail" <users(a)lists.roundcube.net>
> Subject: Re: [RCU] Hi, Roundcube Community
> Date: Mon, 5 Nov 2007 12:52:54 -0700
>
>
> On 5-Nov-2007, at 08:51, N.Emrah ALBULAK wrote:
> > So than I want to ask something that I think what is the most
> > important for a Create a HTML mail message. I didnt see any
> > option or setting for set to html that mail body message.
>
> That's part of the reason I like Roundcube.
>
> Now, please don't send html formatted email to the mailing list.
>
> >
> _______________________________________________
> List info: http://lists.roundcube.net/users/
>
www.danda.org.uk
DANDA - Developmental Adult Neuro-Diversity Association
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
is it possible to Assign the IMAP folders in Rouncube to a
functionality. For Example : Folderxy->Trash, FolderAb->inbox
I use Roundcube with googlemail IMAP and it creates always new
folders. But the real bad thing is, that deleted Messages are not
deleted correctly. They are just archived wenn i delete them. In my
normal Mail Application i can assign the Trash,Spam and Inbox folders
to theyre corresponding folder in gmail. That works perfectly. Is
that possible in Roundcube too ?
Regards,
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
In the past, we were using RC rc1. We upgraded later for a svn version
to have the html editor.
It seems that the spell check is only available in English. In the past,
we had a drop-down list, French was available.
How can we make this working again ?
Thank you
--
Wadin Julien
Tel : +32 (0) 475 632 168
Web : http://blog.julienwadin.be/
Simplifiez vous Postfix : http://postfixwinadmin.jwhosting.eu
_______________________________________________
List info: http://lists.roundcube.net/users/
On Fri, 30 Sep 2005 10:23:45 -0400 Ben Hall wrote:
> Hello,
>
>
> I downloaded and installed RoundCube yesterday. What an excellent webmail program! While I look forward to spell check, the real feature that I'd like to see is the ability to save to draft in the compose window. Is there a way to do this that I'm just missing?
>
> Also, the tar.gz files that I downloaded from the site didn't have the index.php file. I had to grab the CVS version.
>
> Finally, I have very basic instructions that I wrote as I set it up yesterday. I would be happy to post them somewhere if it would help.
>
> Cheers,
>
> Ben
Since there has been no reply to this mail I was wondering what happened
to this feature request... is it never going to be implemented?
_______________________________________________
List info: http://lists.roundcube.net/users/
Quoting c o <co(a)graffiti.net>:
> Hi Earnie,
> MySQL version 5.0.27-standard - how do I optimise it? Cheers.
>
I use phpMyAdmin. It has magic buttons. At the bottom of the list of
tables for the DB select ``Check All'' then in the ``With selected:''
list box choose ``Optimize table''. You can also use SQL ``OPTIMIZE
TABLE <table_name>'' replacing <table_name> with the table to optimize.
Earnie -- http://for-my-kids.com/
-- http://give-me-an-offer.com/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
everythime i sent mail with attachments, it does not sent when it is bigger
as 3 MB. However when i attach a lot of small files it is no problem. When
i attach one file with about 5 MB, and try to send it, the progress monitor
is flashing and tells me mail is sending. But Nothing more happens. I am
thrown back to the mail form, but the mail is not sent. The Upload is
working great, and it has no problems with the upload limit of the php.ini,
because other php upload scripts on my webspace can take about 20 MBs.
Does anyone have an idea what could be the problem ?
Regards,
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Some of my users brought this to my attention.
Certain messages do not wrap text. When these messages come into RC (0.1 rc1).
Is this a known problem, or has anyone else seen it? It's with
plaintext e-mails only.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all, I have been useing RC1 ok until today when I was writing an email and a message popped up saying "cannot connect to IMAP server" and I was logged out :S
I hadn't changed any files etc but now I can't log int - with any of the accounts :(
Please advise.
Cheers all :)
=
Elite Crete Systems - Concrete Repair
Elite Crete Systems manufacturers of specialty concrete repair and resurfacing systems. Visit us online.
http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=47d64584d0e3c8bc0bfefc2ā¦
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
This week end we changed to winter time.
Is that possible, via a sql statement, to change this setting for all
our users ?
I don't want to have 100 peoples sending me an email to say "Oups,
emails are not displayed at the right time" :-)
Thanks
--
Wadin Julien
Tel : +32 (0) 475 632 168
Web : http://blog.julienwadin.be/
Simplifiez vous Postfix : http://postfixwinadmin.jwhosting.eu
_______________________________________________
List info: http://lists.roundcube.net/users/
I've had my server updated from your rc1 version to rc2, but now,
while I see the contents of my Inbox when opening the application, the
contents of my other email folders no longer displays. Instead, I see
nothing.
This works normally in SquirrelMail and in my desktop email clients.
Ides?
Peace,
Gene Steinberg
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello:
I just upgraded to rc2 as per the instructions. I had the preview pane
enabled before.
The preview pane was present after the upgrade, but as soon as I changed
something in my settings and saved it, the preview pane disappeared.
There is also no option to re-able it. Was this setting removed?
Thanks
Ala
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi folks,
i've just want to try refresh RoundCube, test it other vhost gave me
always "invalid password"
try this vhost withe elder ver. and perfectly works
conffiles attached .... a very simple test configuration ... tried to
erease cookies, i read it some posts before ...
any help welcome ;-)
--
Ćdv: P@siC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/MU/xXKsQsas/rcconfs.tar.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Is there a way to select all contacts? And put people in groups?
Cheers
=
Valenti International Matchmaker
Valenti provides matchmaking services for upscale professionals with a desire for a committed relationship. Quality singles of all ages residing in North America as well as internationally.
http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=f0a37bc7f2ea6887fa44877ā¦
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I install roundcubemail-trunk-r860-20071008.tgz and i cant "copy" a part of
message with Internet Explorer. With Mozilla Firefox yes.
Thanks.
Regards
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all is there a wysiwyg or rich text editor?
cheers
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I have a trouble with the headers when I try to reply (or read) a
message. I have the e-mail server on a different machine that roundcube.
Consequently, I mark this option true:
> $rcmail_config['enable_caching'] = TRUE;
Imagine that I have my cache clean in the database. When I reply (or
read) the first messages that I have, there is no problem with the
headers in the reply screen. But, when I trash the messages and I have
new mail in the roundcube the headers are corrects in the main screen,
but when I reply (or read) this new messages all the headers in the
reply (or read) screen are the headers of the firsts messages.
Initially I have the option that I mention before false:
> $rcmail_config['enable_caching'] = FALSE;
But this causes the caducity of the user's session and don't permit
later login the user again until the user delete the cookies on his
navigator.
Does someone any idea to solve this problem?
Thank's in advance.
--
......................................................................
__
/ / Roger Castells
C E / S / C A TĆØcnic en microinformĆ tica
/_/ Centre de Supercomputació de Catalunya
Gran Capità , 2-4 (Edifici Nexus) ⢠08034 Barcelona
T. 93 205 6464 ⢠F. 93 205 6979 ⢠rcastells(a)cesca.es
......................................................................
_______________________________________________
List info: http://lists.roundcube.net/users/
i tried to answer someone the other day about something they posted to the
list, and my reply bounce due to a local sendmail configuration error. i
have fixed that error and am just testing, since this list is the only
manifestation i stumbled upon. sorry for the OT post. my reply is not
relevant any longer, thus this test.
_______________________________________________
List info: http://lists.roundcube.net/users/
It seems yesterday's code workaround didn't work with the older messages for
some reason, albeit it did work with all of my attempts. So I discarded it and
I had to come out with another try. And here it is.
This seems to do the trick right now (program/steps/mail/compose.inc):
$MESSAGE['headers'] = &$IMAP->get_headers( $msg_uid );
$MESSAGE['structure'] = &$IMAP->get_structure($msg_uid);
if ( empty ($MESSAGE['headers']) || $MESSAGE['headers']->from == '' ) {
while ( list ( $key , $val ) = each ($MESSAGE['structure']->headers ) ) {
$MESSAGE['headers']->${key} = $val;
}
}
It's getting rather frustrating.
I'll let you know in case I can ever manage to trace this back to the
primitive functions.
CordialitĆ / Best regards / Gxis la
------------------------------------------------------------------------
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 504 11 72
------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all, what do I need to do so that a user only has to put their username in to the login box and not the full email. user(a)thesite.com and password cut down to user and password.
Cheers :)
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
I've done a little poking around can't find an solution to my problem. I
was hoping someone on the list might be able to help.
I've just done the upgrade from beta2 to rc1. But when I attempt to
access the RC site I get this error in my RC log:
PHP Fatal error: Call to undefined function: strip_quotes() in
/var/www/htdocs/roundcube/index.php on line 93
Does anyone have any suggestions for me?
Thanks in advance.
--
Jason Murray
IMBA Durham Region Rep - www.imba.org/canada
DMBA President - www.durhammountainbiking.ca
TORBG Executive - www.torbg.org
_______________________________________________
List info: http://lists.roundcube.net/users/
Following up in my list of misadventures with a Domino IMAP server (for the
record, "* OK Domino IMAP4 Server Release 6.5.5FP3"), I noticed that when
preparing for a reply, RC wouldn't auto-fill the To and Subject fields from
the original message. Also the header line looked something like:
On , wrote:
It's not the first time that I had to tweak RC to make it drive around what I
can only conclude to be weirdness in the Domino server, mostly effecting the
IMAP function get_headers(). In this particular case I managed to make
everything appear again by changing the following line in
program/steps/mail/compose.inc, from
$MESSAGE['headers'] = &$IMAP->get_headers($msg_uid);
to
$MESSAGE['headers'] = &$IMAP->get_headers($msg_uid , $_GET['_mbox'] , false );
I am using 0.1-rc1 at this point. To be very honest I am afraid to upgrade it
because I'd have to scout around and re-introduce my changes. I'd rather wait
for the owners of the Domino server to announce an upgrade on their part...
CordialitĆ / Best regards / Gxis la
------------------------------------------------------------------------
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 504 11 72
------------------------------------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've just tried to install the RC1 of roundcube. But I've encountered
some strange Problems:
Steps to reproduce:
-I try to login.
-I take teh correct logininformations
-Login
-> get back to login-Screen, ith blank fields
There is no warning in the log-directory. (It is writeable and i know it
works.)
I get a new row in the session-table (mysql)
I get a user in the users-table
I found a some topics with this Problem in the Forum, but I didn't find
any solve.
Any Ideas?
Regards,
Christian
--
UNEM-Produktion
Dipl.-Inf. Christian Kütbach
Tel.:02507-982722
c.kuetbach(a)unem.de
www.unem.de
_______________________________________________
List info: http://lists.roundcube.net/users/
I have a problem in Roundcube where some messages don't have dates at
all. That field just shows up blank.
I realized that all of the emails doing this were coming from
livejournal.com, so I compared the dates between one that does display:
Date: Sun, 07 Oct 2007 00:07:27 -0700
and one that doesn't display:
Date: Sat, 6 Oct 2007 21:34:24 UT
So my guess is that the UT is throwing things off. Any suggestions on a
fix?
--
Todd Megee
http://rathervague.com/
Even the clearest and most perfect circumstantial evidence is likely to be at
fault, after all, and therefore ought to be received with great caution. Take
the case of any pencil, sharpened by any woman; if you have witnesses, you will
find she did it with a knife; but if you take simply the aspect of the pencil,
you will say that she did it with her teeth.
-- Mark Twain, "Pudd'nhead Wilson's Calendar"
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi! I'm setting up a mailserver with postfix + dovecot following this HOW-TO
(http://workaround.org/articles/ispmail-etch/) and I would like to use
RoundCube (0.1 rc1) for it. I'm using virtual domains. The problem is that I
can't get RoundCube working: every time I try to login i get "Login failed".
I have this in my main.inc.php:
$rcmail_config['virtuser_query'] = "SELECT email FROM
mailserver.view_usersWHERE email = '%u'";
RoundCube mysql user has reading access to the mailserver DB, and I have
successfully tested this query on the DB.
I think the problem is that my imap server is using TLS. Is that "diagnosis"
correct? How can I fix it?
Thanks in advance,
Daniele
--
Daniele Salatti
http://www.salatti.net
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
strange thing!! I uploaded some days again my version of roundcube, and everything was working, I could connect to any IMAP server. But since today my login fail but without an error (mit log status is 4, so errors should be displayed), if I log in with a wrong password there will be an error displayed.
Check this out: http://jangloeckner.virtual.vps-host.net/roundcube/
Exactly the same roundcube configuration runs on an other server, there everything is working fine (check it out: http://www.dddesign.ch/roundcube/ )
Any ideas?
jan
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
_______________________________________________
List info: http://lists.roundcube.net/users/
I'm using r803 from 2007-09-20.
When composing in HTML mode, the first click of 'Save Draft' works as it
should. Subsequent clicks of 'Save Draft' do nothing.
In Plain text mode the 'Save Draft' button works perfectly.
-Michael
--
CONFIDENTIALITY NOTICE:
This message, and any attachments that may accompany it, contain information that is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential, or otherwise exempt from disclosure under applicable law. If the recipient of this message is not the intended recipient, any disclosure, copying, or other use of this communication or any of the information, which it contains is unauthorized and prohibited. If you have received this message in error, please notify the original sender by return mail and delete this message, along with any attachments, from your computer. Thank you.
_______________________________________________
List info: http://lists.roundcube.net/users/
New to the list. I am trying to upgrade from from Version 0.1-beta2 to Version 0.1-rc1
and am receiving the following error when running the mysql.update.sql script. Can someone please tell
me how to fix this. thanks!
SQL query:
ALTER TABLE `messages` DROP `body` ,
DROP INDEX `cache_key` ,
ADD `structure` TEXT,
ADD UNIQUE `uniqueness` ( `user_id` , `cache_key` , `uid` ) ;
MySQL said: <http://dev.mysql.com/doc/mysql/en/error-messages-server.html>
#1062 - Duplicate entry '4-INBOX.msg-390' for key 2
and here is the script that was supplied to upgrade:
-- RoundCube Webmail update script for MySQL databases
-- Updates from version 0.1-beta and 0.1-beta2
ALTER TABLE `messages`
DROP `body`,
DROP INDEX `cache_key`,
ADD `structure` TEXT,
ADD UNIQUE `uniqueness` (`user_id`, `cache_key`, `uid`);
ALTER TABLE `identities`
ADD `html_signature` tinyint(1) default 0 NOT NULL;
-- Uncomment these lines if you're using MySQL 4.1 or higher
ALTER TABLE `users`
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci,
CHANGE `username` `username` VARCHAR( 128 ) CHARACTER SET utf8 COLLATE utf8_
general_ci NOT NULL,
CHANGE `alias` `alias` VARCHAR( 128 ) CHARACTER SET utf8 COLLATE utf8_genera
l_ci NOT NULL;
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have installed rc the latest from the website. I just get a blank
page. My error log says:
[02-Oct-2007 12:07:27] PHP Fatal error: Call to a member function
on a non-object in
/home/brentadv/public_html/rc/program/include/rcube_db.inc on line
366
[02-Oct-2007 12:35:45] PHP Fatal error: Call to a member function
on a non-object in
/home/brentadv/public_html/rc/program/include/rcube_db.inc on line
366
[02-Oct-2007 12:36:45] PHP Fatal error: Call to a member function
on a non-object in
/home/brentadv/public_html/rc/program/include/rcube_db.inc on line
366
Line 366 says:
return "now()";
:s but I don't think it's that.
Also I couldn't work out how to do this in cpanel. I have already
set up my database with correct username and pass.
Database Setup
While we're uploading (or after we're done) we have one final step
to do before we can start using Roundcube. We need to set up our
database. Open your website control panel. You first need to create
a database and user with the information we decided earlier. Then
add that user to the database. Next we execute the SQL file found
in the "/SQL/" directory in Roundcube that is named:
"*.initial.sql" where * is your database backend type (mySQL,
PostgreSQL, SQLite).
For example with mysql enter the following code on the command line:
mysql --user=(your_db_user_name) -p (your_db_name) < mysql.initial.sql
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/dev/www.danda.org.uk
DANDA - Developmental Adult Neuro-Diversity Association
=
--
Powered By Outblaze
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Folks,
I disabled persistent db-connections and IMAP cache, as you can see:
db.inc.php:
// use persistent db-connections
$rcmail_config['db_persistent'] = FALSE;
main.inc.php:
// 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'] = FALSE;
Again, my server performance hangs with a lot of httpd process, but now
after something about 15 hours of working. Any idea of how can I solve this?
PS: I'll install apache-top to understand better what's happening.
Thanks,
Felipe Neuwald.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi Folks,
I'm running roundcube-0.1.20070902 on a FreeBSD 6.2-STABLE system. This
is an email system with something about 3k users, and I was using
squirrelmail as my webmail system. Yesterday, I migrated my webmail
system to roundcube, but, when I have something about 1 hour of user,
the system hangs with a lot of httpd processes. I had to back my webmail
system to squirrelmail to get my system working again.
Does anybody knows why this is happening?
Here is my confs:
db.inc.php:
<?php
/*
+-----------------------------------------------------------------------+
| Configuration file for database access |
| |
| This file is part of the RoundCube Webmail client |
| Copyright (C) 2005, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
*/
$rcmail_config = array();
// PEAR database DSN for read/write operations
// format is db_provider://user:password@host/databse
// currentyl suported db_providers: mysql, sqlite
$rcmail_config['db_dsnw'] = 'mysql://roundcube:xxx@localhost/roundcube';
// postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail';
// sqlite example: 'sqlite://./sqlite.db?mode=0646';
// PEAR database DSN for read only operations (if empty write database
will be used)
// useful for database replication
$rcmail_config['db_dsnr'] = '';
// database backend to use (only db or mdb2 are supported)
$rcmail_config['db_backend'] = 'db';
// maximum length of a query in bytes
$rcmail_config['db_max_length'] = 512000; // 500K
// use persistent db-connections
$rcmail_config['db_persistent'] = TRUE;
// you can define specific table names used to store webmail data
$rcmail_config['db_table_users'] = 'users';
$rcmail_config['db_table_identities'] = 'identities';
$rcmail_config['db_table_contacts'] = 'contacts';
$rcmail_config['db_table_session'] = 'session';
$rcmail_config['db_table_cache'] = 'cache';
$rcmail_config['db_table_messages'] = 'messages';
// you can define specific sequence names used in PostgreSQL
$rcmail_config['db_sequence_users'] = 'user_ids';
$rcmail_config['db_sequence_identities'] = 'identity_ids';
$rcmail_config['db_sequence_contacts'] = 'contact_ids';
$rcmail_config['db_sequence_cache'] = 'cache_ids';
$rcmail_config['db_sequence_messages'] = 'message_ids';
// end db config file
?>
main.inc.php:
<?php
/*
+-----------------------------------------------------------------------+
| Main configuration file |
| |
| This file is part of the RoundCube Webmail client |
| Copyright (C) 2005, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
*/
$rcmail_config = array();
// system error reporting: 1 = log; 2 = report (not implemented yet), 4
= show, 8 = trace
$rcmail_config['debug_level'] = 1;
// 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;
// lifetime of message cache
// possible units: s, m, h, d, w
$rcmail_config['message_cache_lifetime'] = '10d';
// 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;
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'localhost';
// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;
// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = 'cepatec.org.br';
// 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'] = '';
// Path to a virtuser table file to resolve user names and e-mail addresses
$rcmail_config['virtuser_file'] = '';
// Query to resolve user names and e-mail addresses from the database
// %u will be replaced with the current username for login.
// The query should select the user's e-mail address as first col
$rcmail_config['virtuser_query'] = '';
// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
$rcmail_config['smtp_server'] = 'localhost';
// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 25;
// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = '';
// SMTP password (if required) if you use %p as the password RoundCube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '';
// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';
// Log sent messages
$rcmail_config['smtp_log'] = TRUE;
// these cols are shown in the message list
// available cols are: subject, from, to, cc, replyto, date, size, encoding
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
// relative path to the skin folder
$rcmail_config['skin_path'] = 'skins/default/';
// use this folder to store temp files (must be writebale for apache user)
$rcmail_config['temp_dir'] = 'temp/';
// use this folder to store log files (must be writebale for apache user)
$rcmail_config['log_dir'] = 'logs/';
// session lifetime in minutes
$rcmail_config['session_lifetime'] = 10;
// check client IP in session athorization
$rcmail_config['ip_check'] = false;
// Use an additional frequently changing cookie to athenticate user
sessions.
// There have been problems reported with this feature.
$rcmail_config['double_auth'] = false;
// this key is used to encrypt the users imap password which is stored
// in the session record (and the client cookie if remember password is
enabled).
// please provide a string of exactly 24 chars.
$rcmail_config['des_key'] = 'rcmail-!24ByteDESkey*Str';
// the default locale setting
$rcmail_config['locale_string'] = 'pt_BR';
// use this format for short date display
$rcmail_config['date_short'] = 'D H:i';
// use this format for detailed date/time formatting
$rcmail_config['date_long'] = 'd.m.Y H:i';
// use this format for today's date display
$rcmail_config['date_today'] = 'H:i';
// add this user-agent to message headers when sending
$rcmail_config['useragent'] = 'RoundCube Webmail/0.1b';
// use this name to compose page titles
$rcmail_config['product_name'] = 'RoundCube Webmail';
// only list folders within this path
$rcmail_config['imap_root'] = '';
// 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 automatically be created if they do not exist
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts',
'Sent', 'Junk', 'Trash');
// protect the default folders from renames, deletes, and subscription
changes
$rcmail_config['protect_default_folders'] = TRUE;
// Set TRUE if deleted messages should not be displayed
// This will make the application run slower
$rcmail_config['skip_deleted'] = FALSE;
// Set true to Mark deleted messages as read as well as deleted
// False means that a message's read status is not affected by marking
it as deleted
$rcmail_config['read_when_deleted'] = TRUE;
// When a Trash folder is not present and a message is deleted, flag
// the message for deletion rather than deleting it immediately.
Setting this to
// false causes deleted messages to be permanantly removed if there is
no Trash folder
$rcmail_config['flag_for_deletion'] = TRUE;
// Make use of the built-in spell checker. It is based on GoogieSpell.
$rcmail_config['enable_spellcheck'] = TRUE;
// For a locally installed spellcheker, specify the URI to call it, for
example:
// 'http://' . $_SERVER['HTTP_HOST'] . '/spellchecker.php?lang='
// Leave empty to use the Google spell checking service, what means
// that the message content will be sent to Google in order to check
spelling
$rcmail_config['spellcheck_uri'] = '';
// These languages can be selected for spell checking.
// Configure as a PHP style hash array: array('en'=>'English',
'de'=>'Deutsch');
// Leave empty for default set of Google spell check languages
$rcmail_config['spellcheck_languages'] = NULL;
// path to a text file which will be added to each sent message
// paths are relative to the RoundCube root folder
$rcmail_config['generic_message_footer'] = '';
// this string is used as a delimiter for message headers when sending
// leave empty for auto-detection
$rcmail_config['mail_header_delimiter'] = NULL;
// in order to enable public ldap search, create a config array
// like the Verisign example below. if you would like to test,
// simply uncomment the Verisign example.
/**
* example config for Verisign directory
*
* $rcmail_config['ldap_public']['Verisign'] = array(
* 'name' => 'Verisign.com',
* 'hosts' => array('directory.verisign.com'),
* 'port' => 389,
* 'base_dn' => '',
* 'bind_dn' => '',
* 'bind_pass' => '',
* 'search_fields' => array('mail', 'cn'), // fields to search in
* 'name_field' => 'cn', // this field represents the contact's name
* 'email_field' => 'mail', // this field represents the contact's
e-mail
* 'surname_field' => 'sn', // this field represents the contact's
last name
* 'firstname_field' => 'gn', // this field represents the contact's
first name
* 'scope' => 'sub', // search mode: sub|base|list
* 'filter' => '', // used for basic listing (if not empty)
and will be &'d with search queries. ex: (status=act)
* 'fuzzy_search' => true); // server allows wildcard search
*/
// don't allow these settings to be overriden by the user
$rcmail_config['dont_override'] = array();
// list of configuration option names that need to be available in
Javascript.
$rcmail_config['javascript_config'] = array('read_when_deleted',
'flag_for_deletion');
// try to load host-specific configuration
$rcmail_config['include_host_config'] = FALSE;
/***** these settings can be overwritten by user's preferences *****/
// show up to X items in list view
$rcmail_config['pagesize'] = 40;
// use this timezone to display date/time
$rcmail_config['timezone'] = -3;
// daylight savings are On
$rcmail_config['dst_active'] = TRUE;
// prefer displaying HTML messages
$rcmail_config['prefer_html'] = TRUE;
// compose html formatted messages by default
$rcmail_config['htmleditor'] = TRUE;
// show pretty dates as standard
$rcmail_config['prettydate'] = TRUE;
// default sort col
$rcmail_config['message_sort_col'] = 'date';
// default sort order
$rcmail_config['message_sort_order'] = 'DESC';
// save compose message every 300 seconds (5min)
$rcmail_config['draft_autosave'] = 300;
// default setting if preview pane is enabled
$rcmail_config['preview_pane'] = FALSE;
// don't let users set pagesize to more than this value if set
$rcmail_config['max_pagesize'] = 200;
// end of config file
?>
Thanks,
Felipe Neuwald.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I'm new in Roundcube. I Download and install roundcubemail-0.1-rc1.1.
I have some questions.
1. In Internet Explorer, the screen i see bad. Not in Mozilla Firefox.
2. In some html mails, i cant see the images.
3. When i want see an .jpg attach, it open a window with caracters and not
the picture.
4. How download an atach?
5. In compose Windows, i cant compose in HTML, only text plain.
Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/
Dears
Does anyone of you tried to use roundcubemail with dbmail 2.5,
apache 2.2.4. php 5.2.3 ? on FreeBSD 6.2 AMD64?
I did try with I386 and works perfectly but in 64Bits I doesn't work :(
this are the logs
console
[24-Sep-2007 21:57:23 -0400]: * CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN
ACL NAMESPACE CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT
cp01 OK CAPABILITY completed
Tried PLAIN: Resource id #31
[24-Sep-2007 22:01:38 -0400]: * CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN
ACL NAMESPACE CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT
cp01 OK CAPABILITY completed
Tried PLAIN: Resource id #31
[24-Sep-2007 22:02:14 -0400]: * CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN
ACL NAMESPACE CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT
cp01 OK CAPABILITY completed
Tried PLAIN: Resource id #31
[24-Sep-2007 22:04:53 -0400]: * CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN
ACL NAMESPACE CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT
cp01 OK CAPABILITY completed
Tried PLAIN: Resource id #31
[24-Sep-2007 22:07:18 -0400]: * CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN
ACL NAMESPACE CHILDREN SORT QUOTA THREAD=ORDEREDSUBJECT UNSELECT
cp01 OK CAPABILITY completed
Tried PLAIN: Resource id #31
If any one of you knows how to make it work I will appreciated it..!!
Thanks and regards
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I just installed v0.1-rc1 on Solaris 10 and after falling into a few of
the common pitfalls (all solved by searching the archives) I've hit a
brick wall.
Initially I setup roundcube on a non-secure http port and had everything
working perfectly. I then moved it to https and although I can login,
see my email messages and read them I can't do much else as all the
buttons above the message list are grayed out and inactive. Any ideas?
There is a certificate error with my https site which I'm still trying
to track down, could that be related? Seems unlikely as I would have
thought that it would have blocked all access if it was a serious problem.
I get the same result with both Firefox 2.0.0.7 and IE7.
Peter
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've just installed Roundcube after recommendation from my local LUG and
have, so far, been very impressed. I'm sending this email for a few
reasons:
1. So I can get an email with the headers and configure my procmail
setup for the list :)
2. To say well done, keep it up, and 'hi'
3. To mention an odd bug, or possibly a bug, that I found on install
The problem I have with it is that I'm not at all sure whether I can
repeat it, but I have had the same thing on two installs so far.
The install went fine, as per the instructions on the site and all
worked fine. On the first install I then amended the install to allow
logging into two different servers (with nice text, not the server name
in the drop down), but for the second this wasn't done. I've only done
the bare minimum in the way of changes from the default config files,
and haven't explored any settings not necessary to configure to get it
working - database details, mail servers, etc.
After my first couple of logins to test the system out I started getting
a login failed error, and I could not get rid of this by changing the
login account, password or server - it failed in every case. Since it
was late I left things until the following day, but when I tried logging
in again it went without a hitch, and has done for all subsequent
logins.
That was the first install, the second one went pretty much the same
(bar not adding in a second server to log into). I left the server and
kept trying to login again on and off over the period of about and hour
give or take, and got an error every time (after the initial successful
logins). Again I had to leave the server for a few hours, and when I
returned all was fine, and has been since.
I'm not really expecting a fix for this, since I seem to be unable to
repeat it (although it may happen again on another new install), but
thought it worth noting.
My setup on both was Debian stable patched up to date, using Exim4 for
the MTA, Dovecot for the IMAP access, Apache2 for the web server and
mySQL for the backend database - oh, and PHP5.
Anyway, my next piece of work is to look into adjusting the page title
and adding to the Roundcube logo on the web pages - not to remove
reference to Roundcube, but to make it clear that it is my webmail
system. I'll dig through the docs and code and ask any questions if I
get stuck :)
--
Paul Tansom | Aptanet Ltd. | http://www.aptanet.com/ | 023 9238 0001
======================================================================
Registered in England | Company No: 4905028 | Registered Office:
Crawford House, Hambledon Road, Denmead, Waterlooville, Hants, PO7 6NU
_______________________________________________
List info: http://lists.roundcube.net/users/
Dear all,
The new release of RC fixed some important errors but I find one
new. That is I have set up that the default message fromat is HTML.
When I want to switch to txt (as now) I cannot do it. RC displays an
error message, the conversion is never completed and I have to close
the browser as no button then works. Operating System : FreeBSD,
Server : Apache/1.3.39 (Unix) PHP/5.2.4 , MYSQL Version : 5.0.45, PHP
Safe Mode : Off
Anyone else also experiencing this or is it only me?
Thanks!
Zbigniew Szalbot
_______________________________________________
List info: http://lists.roundcube.net/users/
If I send an email to an account, it appears Round Cube doesn't update
it's message cache. Even if I log out and back in again, the message
never appears in the Inbox. Further more, if I drag a message into
another folder, the message count increases (visually), but I don't see
the message appear in the folder. Seems like the two are related.
Best,
Erik
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello
Is it possible to archive all one's old emails, both in and out.? With AOL,
there is a Personal Filing Cabinet which stores emails over several years.
I'd like to do the same with Round Cube Webmail.
Frank
_______________________________________________
List info: http://lists.roundcube.net/users/
I install roundcube on my fedora server
With yum install roundcube
Tu i don't find the sql-file
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I am using roundcube-0.1-20070902 and when ever I create an email and want
to send it (especially html one), it always warns me that I want to send an
empty email (without any body), which is not true as I have just finished
typing a message. Not sure if it is only me?
Thank you.
Zbigniew Szalbot
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I have Roundcube Version 0.1-rc1, with a junk mail folder. How do I filter
junk mail (to deliver junk mail to the junk mail folder instead of my
inbox)? My junk mail is usually marked Spam by MailScanner, and there are
other criteria I could apply to filter other messages if I knew what to
configure.
I've used procmail in the past to make sure junk mail was delivered to a
mail folder other than my inbox, but only with POP3 clients.
Recommendations?
Thanks in advance
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
_______________________________________________
List info: http://lists.roundcube.net/users/