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/