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/