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/