Hi. Bumbing this, hoping that somebody has an idea what the root cause
could be and how it could be fixed... Thanks.
-------- Original Message --------
Subject: [RCU] 0.7.1 - inbox greyed out
Date: 2012-01-13 14:37
To: <users(a)lists.roundcube.net>
Hi - since I migrated from rcm 0.5 to 0.6, my inbox is greyed out. I
cannot click on the inbox anymore in the folders list, but have to use
the e-mail button in the top menu bar. Any idea what may have triggered
this behavior?
I just upgraded further to 0.7.1 (all via the installto.sh script), but
the issue persists.
Thanks for any help you can provide,
Chris
--
List info: http://lists.roundcube.net/users/
BT/0794d264
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Our team is considering building a cloud drive service for our ISP
customers, possibly using webdav as a backend, as a plugin for Roundcube.
I was wondering if there has been any development done in this regard that
we could start on, or whether or not this has been discussed in the past?
Thanks in advance.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Does anyone have any sense of when 0.7.2 will be released? I see on the
Trac pages that the 5 listed bugs are all Closed, and have been for a
while? I'd rather not upgrade to 0.7.1 if 0.7.2 is just around the
corner.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
____________
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi All,
I apologize if this is an inappropriate place to post such things but I recall seeing messages as recently as last month from people having difficulties using Alex Li's rc-cas-plugin (http://code.google.com/p/rc-cas-plugin/) so I thought this may be of interest to them.
I have created a fork of his plugin that works with stock Roundcube 0.6 and greater. It can be found here:
https://github.com/dfwarden/Roundcube-CAS-Authn
Most of the relevant info is in the README and the default config file.
We have been using this plugin since the beginning of 2012 on our production Roundcube cluster without a problem. (8 RHEL 6.2, RC 0.7 hosts behind LVS load balancer)
Hope this helps,
David Warden
SUNY Geneseo
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi There,
I have roundcube 0.3.1 and daovecot 1.2.15 from the debian squeeze
repo installed. I am trying to send email via MSP (port 587).
here are the pertinent config lines:
$rcmail_config['smtp_server'] = 'tls://localhost';
$rcmail_config['smtp_port'] = 587;
$rcmail_config['smtp_user'] = '%u(a)dmtserv.com';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = 'CRAM-MD5';
and this is what I get when I tried to send email:
(I just cut and pasted relevant lines)
220 smmtp2.dmtserv.com ESMTP Sendmail 8.14.3/8.14.3/Debian-9.4; Thu, 19
Jan 2012 18:31:08 -0500; (No UCE/UBE) logging access from:
localhost(OK)-localhost [127.0.0.1]
\026\003\001
500 5.5.1 Command unrecognized: "\026\003\001"
500 5.5.1 Command unrecognized: ""
421 4.4.1 smmtp2.dmtserv.com Lost input channel from localhost [127.0.0.1]
localhost [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during
connection to MSP-v4
I know my MSP port is Working. I setup my thunderbird client like:
Port: 587
Connection Security: STARTTLS
Authentication: Encrypted password
User Name: robertof(a)dmtserv.com
And I can send via port 587 (did a tcpdump on port 587 and saw
my email transaction going)
If I set the roundcube config like so:
$rcmail_config['smtp_server'] = 'localhost';
$rcmail_config['smtp_port'] = 587;
$rcmail_config['smtp_user'] = '%u(a)dmtserv.com';
$rcmail_config['smtp_pass'] = '%p';
$rcmail_config['smtp_auth_type'] = 'CRAM-MD5';
It works but it sends it via port 25 using CRAM-MD5 as auth.
Thank you for your time,
--
Roberto Fulgado
DM&T Service Ltd.
Tel: (905)731-0142 ext. 64
Email: robertof(a)dmtserv.com
---------------------------------------------------------------------------------
No act of kindness, no matter how small, is ever wasted.
-- Aesop
--
Message clean
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
I've tried to update our Roundcube installation (currently r5634) to
the latest version r5772, but installto.sh quits with following message:
"Installation at target location is up-to-date!"
How do I have to upgrade from one trunk release to another ?
Thank you for your kind help.
best regards
Andreas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Techies,
I have a Roundcube version 0.7.1 setup with cyrus-imapd-2.3.7 as mailbox
server. When a message is forwarded as an attachment it fails to save
message in
Sent or Draft folder. I have enabled cyrus' IMAP protocol debugging where
I get error after APPEND command that "NO Message contains bare newlines".
I have tested it setting all the combinations of '\r' and '\n'
for $rcmail_config['mail_header_delimiter'], but no luck.
I saw a number of posts explaining the same problem and providing various
patches but they all are for
older versions of RC.
So it would be great, if some developers look into it.
Thanks.
--
Regards,
Sachin Divekar
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Greetings,
Is it possible to dynamically assign the value of skin_logo in roundcube
through a plugin? i cant find a hook that seems to do manage to correctly
set and display the resulting parameter by the time the first page loads
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
Is it possible to set Round Cube to delete messages older than some
time automatically?
Thanks,
Vedran
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I attempted to set this by changing
// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 587;
// SMTP username (if required) if you use %u as the username Roundcube
// will use the current username for login
$rcmail_config['smtp_user'] = '%u';
// 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'] = '%p';
but I got 250 errors in roundcube (and nothing but a connect followed by
a quick disconnect in the MTA log)... so I'm guessing it doesn't? That
or I missed something...
--
Best regards,
Charles
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e