Still beating my head against the wall on getting virtuser_file to
work. I have checked out a new SVN copy (currently 3785), built a brand
new database, and the only plugin enabled is virtuser_file. No luck. I
have the plugin set to pull from a local file on the same server as RC
is running. Any help would be greatly appreciated.
--
Arne
Berglund
System Administrator, Internet Services
Lane Education Service
District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
Error: tinyMCE is not defined
Source File: /roundcubemail-0.4-beta/program/js/editor.js?s=1270216758
Line: 20
/*
+-----------------------------------------------------------------------
+
| RoundCube editor js library
|
|
|
| This file is part of the RoundCube web development suite
|
| Copyright (C) 2006, RoundCube Dev, - Switzerland
|
| Licensed under the GNU GPL
|
|
|
+-----------------------------------------------------------------------
+
| Author: Eric Stadtherr <estadtherr(a)gmail.com>
|
+-----------------------------------------------------------------------
+
$Id: editor.js 000 2006-05-18 19:12:28Z roundcube $
*/
// Initialize HTML editor
function rcmail_editor_init(skin_path, editor_lang, spellcheck, mode)
{
if (mode == 'identity')
tinyMCE.init({
Confidentiality Statement & Notice: This email is covered by the
Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and
intended only for the use of the individual or entity to whom it is
addressed. Any review, retransmission, dissemination to unauthorized
persons or other use of the original message and any attachments is
strictly prohibited. If you received this electronic transmission in error,
please reply to the above-referenced sender about the error and
permanently delete this message. Thank you for your cooperation.
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've upgraded from 0.4beta to SVN (branches/release-0.4-beta) to see if
my problems with creating redirect rules were solved.
The managesieve plugin refuses to load, probably needs updating.
Disabling rcube_parse_host makes it load, i guess this was broken by
roundcube changes.
--- managesieve/managesieve.php (revision 3785)
+++ managesieve/managesieve.php (working copy)
@@ -62,7 +62,7 @@
require_once($this->home . '/lib/Net/Sieve.php');
require_once($this->home . '/lib/rcube_sieve.php');
- $host =
rcube_parse_host($this->rc->config->get('managesieve_host',
'localhost'));
+ $host =
$this->rc->config->get('managesieve_host', 'localhost');
$port = $this->rc->config->get('managesieve_port', 2000);
// try to connect to managesieve server and to fetch the script
I guess this needs to be fixed properly, I removed it for testing
purposes.
Once loaded, I can create filter sets, and delete rules but not redirect
rules. When creating one I specify the folder in which to redirect the
message and click save, the rule creation page is redisplayed with the
folder selection dropdown replaced by a free text input box with a
yellow background.
No errors in logs/error, logs/sieve tells:
[26-Jun-2010 01:30:28 +0200]: S: "IMPLEMENTATION" "Dovecot"
[26-Jun-2010 01:30:28 +0200]: S: "SIEVE" ""
[26-Jun-2010 01:30:28 +0200]: S: "SASL" "PLAIN"
[26-Jun-2010 01:30:28 +0200]: S: "STARTTLS"
[26-Jun-2010 01:30:28 +0200]: S: "VERSION" "1.0"
[26-Jun-2010 01:30:28 +0200]: S: OK "Dovecot ready."
[26-Jun-2010 01:30:28 +0200]: C: CAPABILITY
[26-Jun-2010 01:30:28 +0200]: S: "IMPLEMENTATION" "Dovecot"
[26-Jun-2010 01:30:28 +0200]: S: "SIEVE" ""
[26-Jun-2010 01:30:28 +0200]: S: "SASL" "PLAIN"
[26-Jun-2010 01:30:28 +0200]: S: "STARTTLS"
[26-Jun-2010 01:30:28 +0200]: S: "VERSION" "1.0"
[26-Jun-2010 01:30:28 +0200]: S: OK "Capability completed."
[26-Jun-2010 01:30:28 +0200]: C: AUTHENTICATE "PLAIN" "[SNIPPED]"
[26-Jun-2010 01:30:28 +0200]: S: OK "Logged in."
[26-Jun-2010 01:30:28 +0200]: C: LISTSCRIPTS
[26-Jun-2010 01:30:28 +0200]: S: ".dovecot.sieve" ACTIVE
[26-Jun-2010 01:30:28 +0200]: S: OK "Listscripts completed."
[26-Jun-2010 01:30:28 +0200]: C: GETSCRIPT ".dovecot.sieve"
[26-Jun-2010 01:30:28 +0200]: S: {586}
[26-Jun-2010 01:30:28 +0200]: S: # Sieve Filter
[SNIPPED]
[26-Jun-2010 01:30:28 +0200]: S: OK "Getscript completed."
[26-Jun-2010 01:30:28 +0200]: C: LOGOUT
[26-Jun-2010 01:30:28 +0200]: S: OK "Logout completed."
Seems OK to me, and also the new rule creation is not even attempted, so
I guess the issues are not in the rc/dovecot managesieve dialogue.
Any ideas? Should this be reported to someone else since it seems a
problem with the managesieve plugin?
thanks
Luca
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I know there was another discussion regarding this last week.
But, it seems to have gone dormant.
I'm having an issue uploading
files over, seems to be around 11 megs, over that and the attachment
never seems to appear in the attachment list. It finishes uploading, and
I can see a file of that size appear in /tmp. However, then the icon in
attachment list just spins and Roundcube never progresses past that
point.
I'm using Roundcube svn 3765 with postfix and dovecot. I have
everything (postfix, php, .htaccess) set to allow attachments up to
35MB. When using a desktop mail client I can send attachments of that
size without a problem. The problem seems to only exist in Roundcube.
Is this a known issue? I didn't see anything in the Bugtracker.
Thanks
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi –
I’m trying to support a small local branch of the Humane Society with their webmail issues. They have a ongoing issue where their ID and password simply stop working (“Login Failed”), preventing them from accessing their mail. I have checked the obvious “is it plugged in?” issues like using the numeric keypad with numlock off, proper case sensitivity, etc., and can’t solve this. Can anyone offer any suggestions on how to fix this?
Thanks!
Jackie
_______________________________________________
List info: http://lists.roundcube.net/users/
Sorry if this is a known bug - I tried to search the bug trakker, but it reports
an internal error.
I have just upgraded from roundcube-0.3.1 to 0.4-beta. I'm now seeing a problem
sending messages with attachments. On send, there is an error popup that
disappears too quickly to read it. The message does not get saved into the sent
items folder. In the logs, I get:
[24-Jun-2010 09:44:40 +0100]: IMAP Error: Could not save message in Sent
in /srv/www/htdocs/webmail/program/steps/mail/sendmail.inc on line 620
(POST /webmail/?_task=mail&_action=send).
Any suggestions would be appreciated
Many thanks
Stuart
--
---------------------------------------
Stuart Bailey BSc (hons) CEng CITP MBCS
LinuSoft (Managing Director)
Linux Specialist & Software Developer
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Phone: (0845) 658 3563
Direct: +44 (0) 1953 878162
Fax: +44 (0) 1603 858583
~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.linusoft.co.ukhttp://www.bluetoothadvertising.org.uk
----------------------------------------
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
No malware was found: NETGEAR ProSecure Web/Email Security Threat Management Appliance has scanned this mail and its attachment(s).
_______________________________________________
List info: http://lists.roundcube.net/users/
How can I change 'attachement name' parameter from 'RFC2231 Integral (Thunderbird)' to 'RFC2047 Integral (other)' for all users. What file contain the configurations wich are not present at the preference collum at the user table? Thanks!
Atenciosamente,
Rafael Guedes de Souza
Analista de Suporte
ipTrust Tecnologia Ltda - Florianópolis/SC
Fone DDR +55 48 3031 3492
Fone Cel. +55 48 8811 7281
Fone Com. +55 48 3333 1551
VMware Technical Sales Professional
IronPort Systems Partner
Riverbed Tecnhology Partner
VMware Enterprise Partner
Eset Nod32 Partner
EMC² Partner
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I've recently migrated to svn-trunk and since then I find that the initial
loading of messages is very slow. With an inbox with ~2200 messages it takes
more than 30 sec to load. After that, switching pages is relatively fair (~5
sec), but only if I happen to switch during keepalive.
It seems that it fetches all the headers instead of only the first 40 (as
suggested by pagesize).
I'm on Courier-IMAP with an empty message_sort_col. I do not have caching
enabled, are there any known problems remaining with it?
Any suggestions?
Kristof
_______________________________________________
List info: http://lists.roundcube.net/users/
It seems I'm having a problem with uploads, but it may be a known bug.
Looks like anything larger than 1M-2M does not ever upload, it just
runs and runs, but this looks to be fixed in the Beta, right?
Is 0.4-beta good enough for production environments?
Can I use all plugins with 0.4-beta that are in 0.3.1?
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
On Mon, Jun 21, 2010 at 4:36 PM, matsen <matsen(a)theteal.de> wrote:
> Afaik this is not fixed in 0.4 beta.
> I am using 0.4 beta and "Maximum allowed file size is 2.0 MB" is shown
> when I upload a file.
You change this by modifying .htaccess in the roundcube folder, but
even though I changed it, it will try to send, but never actually
sends anything. It's not a matter of what it says, but what actually
happens, which is a bug.
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/