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 all,
opening an email with roundcube it contains such a japanese chars:
ਾ䴼呅⁁潣瑮湥㵴䴢䡓䵔⁌⸶〰㘮〰⸱㠱㘰∳渠浡㵥䕇䕎䅒佔㹒⼼䕈䑁ਾ䈼䑏⁙整瑸⌽〰〰〰戠䍧汯牯⌽晦晦晦ਾ䐼噉椠㵤摩坏剁灥祬敔瑸㈹㐴‷楤㵲瑬㹲㰊䥄⁖楤
㵲瑬㹲䘼乏⁔慦散䄽楲污挠汯牯⌽〰〰〰猠穩㵥㸲潉栠慦瑴湵朠物楳畳潰瑲污档畳潤畣敭瑮污ꣃ猠浥牢畴瑴䭏⸮㰮䘯乏㹔⼼䥄㹖㰊䥄⁖楤㵲
瑬㹲䘼乏⁔慦散
etc. etc.
but whatchig the same mail with Outlook it is show correctly.
also the source of the mail contains right text.
Somebody can tell me something about this?
thanks
_______________________________________________
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 everybody,
After refactoring some backend code we finally put a working copy of
RoundCube Webmail together again. This preview release of version 0.2
comes up with an all-new HTML sanitization function (written by
Frédéric Motte) which removes malicious JavaScript code from HTML
messages and fixes all known XSS vulnerabilities. Beside that we also
fixed more than 100 bugs and improved both speed and stability.
Special thanks go to Alec, who spent many hours with fixing bugs and
improving features.
With this release RoundCube finally drops support for PHP4 so update
your PHP to 5.2 or greater before installing the new version.
The new version can be downloaded from our website:
http://roundcube.net/downloads or from
http://sf.net/projects/roundcubemail/
Have fun!
~Thomas
_______________________________________________
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/
Salut,
J'ai un soucis avec une install toute fraiche de roundcube.
Je n'ai pas le répertoire corbeille et donc la suppression des messages
ne fonctionne pas ( logique ).
Il suffirait de créer un répertoire trash en imap pour que cela fonctionne ?
_______________________________________________
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,
i am using the 0.1.1-Version and i have a problem with attachments.
in php.ini there a 10Mb File upload allowed.
If i upload a 2mb file i can see it as attachment in the webfrontend, so
far so good.
But if i click on send the nothing happens. The animation that the email
will be sent runs endless.
In the mail.log i can see:
connect from localhost[127.0.0.1]
lost connection after RCPT from localhost[127.0.0.1]
So the email will not realy be sent.
I only can stop this with reload in the browser.
Any ideas ?
Regards André
_______________________________________________
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/
how can i change de default language?? I want to
change it to Spanish because my web site is in
spanish.
thanks
____________________________________________________________________________________
Yahoo! Deportes Beta
¡No te pierdas lo último sobre el torneo clausura 2008! Entérate aquí http://deportes.yahoo.com
_______________________________________________
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/
Hi with firefox2, i have a view problem.
the mark options will be shown all the time.
and they are lying over the first email.
has anyone else this problem.
i found out, a click over the mask button,
and the option are gone.
regards André
_______________________________________________
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/
Bonjour,
je suis nouveau sur cette liste,
voilà j'essaye désespérement d'installé roundcube mais je tombe sur cette
erreur
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
je suis debian etch et j'utilise postgressql
En mode console via la commande \c -utilisteur j'arrive à me
connecter et sur l'interface pgphpadmin aussi.
merci pour votre aide
_______________________________________________
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/