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/