Hello,
With the latest svn version I can't send messages - nothing happens
when I click the 'Send' button.
I see the following in Opera's JS console (maybe it helps):
JavaScript -
https://xxxx.psw.ro/?_task=mail&_id=8232749224c7ba450a39d6&_action=compose
Uncaught exception: TypeError: Cannot convert
'ed.plugins.spellchecker' to object
Error thrown at line 2850, column 6 in <anonymous function:
stop_spellchecking>():
if (ed.plugins.spellchecker.active)
called from line 2799, column 4 in <anonymous function:
check_compose_input>():
this.stop_spellchecking();
called from line 850, column 8 in <anonymous function:
command>(command, props, obj):
if (!this.check_compose_input())
called from line 1, column 0 in <anonymous function>(event):
return rcmail.command('send','',this)
I managed to solve it by commenting 2 lines in program/js/app.js
2848 var ed;
2849 if (window.tinyMCE && (ed =
tinyMCE.get(this.env.composebody))) {
2850 // if (ed.plugins.spellchecker.active)
2851 // ed.execCommand('mceSpellCheck');
2852 }
Any thoughts about it?
Thanks!
--
Arthur Titeica
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hello all
hello roundcube network
hello A.L.E.C and others developer
the managesieve plugin does not work anymore since the switch to
dovecot 2.0.0
the sieve language work into roundcube
must write the rules by hand
many return are welcome
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm having a problem in that emails from eBay are showing the logo on
top, but no body. I pulled up the print page, and viewed the source,
and it seemed to be stripping off the main content. Is this a known
issue? It would be nice if the user could have the option to "View As
Text".
I did find this message on the mailing list, but it's from 2006:
http://www.mail-archive.com/dev@lists.roundcube.net/msg01069.html
I'm still using 0.4-beta, unfortunately, because rcube-vacation does
not format it's page correctly.
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
my rc installation provide service for some domains, so users must login
with full email address instead username, to prevent errors I simply
changed in labels.inc this line:
$labels['username'] = 'E-mail';
I do not want edit create a skin for each domain... exists a better way
to get the same result? RC can provide something in config?
TIA
Alessandro
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello, list,
I tried to make the SASL SMTP authentication in roundcube works. I am
using mysql to handle virtual user/domain.
So at first I set in the main.inc.php as following:
/// 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';/
Then the SASL failed. maillog shows:
Aug 23 13:32:25 gamma postfix/smtpd[3884]: warning:
gamma.foo.com[127.0.0.1]: SASL LOGIN authentication failed:
authentication failure
I went to check mysql query log and found that %u only pass the user
portion to the query
After googling aroune I changed this line to:
/$rcmail_config['smtp_user'] = '%u@%d';/
Now it seems works. mail log shows:
/Aug 23 13:29:59 gamma postfix/smtpd[3838]: BB2B82D70088:
client=gamma.foo.com[127.0.0.1], sasl_method=LOGIN,
sasl_username=someuser@foo.com@%d/
And this time mysql got correct query in the WHERE clause.
But why is there always a %d at the end in the maillog? Should I use
other instead '%u@%d'?
Please help. Thanks.
--
Jian Gao
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
HI...
I need to know where RC store users preferences...
I installed RC on other server, but when my users make logged on, they
can't see theirs signatures...
How can I deal this???
Thanks
Gilberto Nunes
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All,
i am new to roundcube and use it for a couple of friends i host for. so far, i like it a lot. However, i do have a problem: i have several contact groups with 30-300 addresses. roundcube shows 40 adresses in the standard view and says correctly "1-40 of 300". When i click the forward button next to this, however, i jump into the complete addressbook instead of advancing to the next page of group addresses. As a result, i can only see (and manipulate) the first 40 addresses.
Is this a bug? If so, is there a ticket and/or a way around it?
roundcubemail 0.4 running on debian lenny LAMP, tested w/ Chrome and Firefox on Mac.
TIA
Matthias
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
pysieved set up in /etc/inetd.conf setup
----------------------------------------
sieve stream tcp nowait root /usr/bin/python python
/var/lib/pysieved/pysieved.py --inetd --config /etc/pysieved.ini
/etc/pysieved.ini setup
------------------------
I use system accounts for mail access, so PAM authentication is
selected, and of course Exim storage model:
[main]
# Authentication back-end to use
auth = pam
# User DB back-end to use
userdb = passwd
# Storage back-end to use
storage = Exim
# Bind to what address? (Ignored with --stdin)
#bindaddr = 127.0.0.1
# Listen on what port? (Ignored with --stdin)
port = 2000
[... et cetera, stock template contents!]
Exim configuration, (shown as a patch)
--------------------------------------
The first diff hunk is against the "userforward:" router
section. I cloned the address_file transport and named the copy
address_file_forward, for forwarding only, so that we
are not changing the configuration of all routers that
use address_file!
I then changed this cloned transport to do maildir delivery.
It handles the INBOX. prefix that RoundCube's plugin
puts on the folders. E.g. if your rule says to
file into folder Foo, then the Sieve script actually
has fileinto "INBOX.Foo". The exim configuration
will translate this to /<yourhome>/Maildir/.Foo:
webserver:/etc/exim4# quilt diff
Index: exim4/exim4.conf.template
===================================================================
--- exim4.orig/exim4.conf.template 2010-08-18 11:52:21.000000000
-0700
+++ exim4/exim4.conf.template 2010-08-18 12:33:37.000000000 -0700
@@ -1241,7 +1241,7 @@
allow_filter
forbid_smtp_code = true
directory_transport = address_directory
- file_transport = address_file
+ file_transport = address_file_forward
pipe_transport = address_pipe
reply_transport = address_reply
skip_syntax_errors
@@ -1431,6 +1431,24 @@
envelope_to_add
return_path_add
+address_file_forward:
+ debug_print = "T: address_file_forward for $local_part@$domain"
+ driver = appendfile
+ delivery_date_add
+ envelope_to_add
+ return_path_add
+
+ maildir_format
+
+ directory = ${if eq{$address_file}{inbox} \
+ {$home/Maildir} \
+ {${if eq{${substr_0_1:$address_file}}{/} \
+ {$address_file} \
+ {${if match {$address_file}{^INBOX\.} \
+ {${sg {$address_file} \
+
{^(INBOX\.)(.*)\$}{$home/Maildir/.\$2}}} \
+ {$home/Maildir/$address_file}}}}}}
+
#####################################################
### end transport/30_exim4-config_address_file
#####################################################
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear,
I'd like to remove the Calendar function from RC completely. It seems that this setting is not in main.inc.php. How should I proceed?
Much Thanks!
Charles
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hello A.L.E.C
and others developers
the plugin password is not fully functional whit pam
there is a bug in the documentation page pam
http://pecl.php.net/bugs/bug.php?id=16995
but is for other platform ( gentoo ) not CentOS ( my platform )
But I think the procedure correctly realize
i add in my php.ini
pam.servicename = "php"
cp /etc/pam.d/login /etc/pam.d/php
service httpd restart
This is the right procedure I think
but when I try to change password, change is denied
may be /etc/pam.d/php is not apache not readable
my permissions of /etc/pam.d/php is
# ls -al /etc/pam.d/php
-rw-r--r-- 1 root root 643 ao� 19 04:28 /etc/pam.d/php
I listen to all proposals to help
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello list,
This weekend I looked the first time into the password plugin - very great
plugin! Makes Roundcube even better as it already is, congratulations to all
the contributors!
If someone's interested in using Roundcube to be able to change email
account's passwords managed by Confixx, here's a small how to:
1) Grant SQL permissions for Roundcube DB-user:
- SELECT in database confixx, table pop3, coloumns account and longpw
- UPDATE in database confixx, table pop3, coloumn longpw
- UPDATE in database confixx, table allgemein, coloumn newpwd
2) Activate the password plugin in Roundcube main.inc.php:
$rcmail_config['plugins'] = array('password');
3) Copy plugins/password/config.inc.php.dist to
plugins/password/config.inc.php
Change/Verify that driver is set to sql: $rcmail_config['password_driver'] =
'sql';
Use the following SQL query as password_query:
$rcmail_config['password_query'] = 'UPDATE confixx.pop3, confixx.allgemein
SET confixx.pop3.longpw=%c, confixx.allgemein.newpwd=2 WHERE (account=%u)';
A more documented howto with explanations can be found here:
http://www.claudiokuenzler.com/ithowtos/roundcube_change_password_confixx.p…
Tested it with Roundcube 0.4-stable resp. SVN version r3897 and works fine.
cheers,
ck
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there! how can I set as default email's body with Verdana 12, I saw it is
possible at signature but not at email body's
--
Saludos!!
Luciano Andino
GNU/Linux user #185103
Santa Fe - Argentina
-----------------------------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I just installed RoundCube 0.4 on my mail server(centos5, Postfix,
Courier, MySQL) and it look great. Then I installed the Vacation Plugin
V.1.9.9. Now when I click Setting I got:
CONFIGURATION ERROR
Vacation plugin: Driver virtual does not allow transport to be empty.
Please edit config.ini
Please read the INSTALL instructions!
------------------------------
Here is the config.ini:
[root@mail vacation]# cat config.ini
[default]
driver = "virtual"
subject = "Default subject"
body = "default.txt"
[mail.mydomain.com]
dsn = "mysql://roundcube:password@localhost"
transport = "mail.mydomain.com"
dbase = "mail"
always_keep_copy = true
select_query = "SELECT destination FROM %m.virtual_aliases WHERE
source='%e' AND destination='%g'"
delete_query = "DELETE FROM %m.virtual_aliases WHERE domain_id=%i AND
source='%e'"
insert_query = "INSERT INTO %m.virtual_aliases
(domain_id,source,destination) VALUES (%i,'%e','%g')"
domain_lookup_query = "SELECT id FROM postfix.virtual_domains WHERE
name='%d'"
createvacationconf = true
always_keep_message = true
disable_forward = False
----------------------------------
When I configure the plugin, I got really confused on the transport
setting in config.ini. Please help me to make it works.
My mail server use Postfix with MySQL handle virtual user/domain. Some
related settings:
[root@mail vacation]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
mydestination = mail.mydomain.com, localhost, localhost.localdomain
myhostname = mail.mydomain.com
mynetworks = 127.0.0.0/8
newaliases_path = /usr/bin/newaliases.postfix
proxy_read_maps = $local_recipient_maps $mydestination
$virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps
$virtual_mailbox_domains $relay_recipient_maps $relay_domains
$canonical_maps $sender_canonical_maps $recipient_canonical_maps
$relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
unknown_local_recipient_reject_code = 550
virtual_alias_domains =
virtual_alias_maps =
proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf,
mysql:/etc/postfix/mysql-virtual_email2email.cf,mysql:/etc/postfix/mysql-virtual_aliases.cf
virtual_create_maildirsize = yes
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/vmail
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
-----------------------------------------------
Thanks for help.
--
Jian Gao
IT Administrator
SJ Geophysics Ltd. <http://www.sjgeophysics.com>
jian.gao(a)sjgeophysics.com <mailto:jian.gao@sjgeophysics.com>
Tel: (604)582-1100
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Roundcube users
After the big new features in 0.4-beta this final release now completes the
unfinished work and fixes bugs related to the new threaded message listing
and address groups features. We also cleaned up the user interface and
tried to make all UI elements more consistent.
With this release the skins have been excluded from the GPL license terms
(see README file). This allows you to choose whatever license you want for
your custom skins and even opens the door for creating commercial skins.
We recommend to update all existing Roundcube installations with this
release. Get it from http://roundcube.net/download, a complete list of
changes can be found here: http://trac.roundcube.net/wiki/Changelog
Have fun,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, 12 Aug 2010 13:26:40 +0200, Pawel Warowny <sysadmin(a)master.pl>
wrote:
> Dnia Wed, 11 Aug 2010 15:17:00 -0400
> Daniel Caleb <nix(a)tek12.com> napisał(a):
>
> Hi
>
>> Recently upgraded from SVN to 0.4 stable - and now the button to
>> attach files is grayed out. I updated the plugins as well, with
>> trunk_r-3878.
>
> If you created custom skin, try first to replace it with the default
> skin from 0.4.
Thanks for the quick reply... That was indeed the issue. Although I
hadn't made any real changes aside from colors and a few icons. The
default skin was left in place, and I assigned a specific folder on a
per domain basis for user logins. But, none the less, switching to the
default skin seemed to solve the problem. Thanks for the suggestion.
It's always the most obvious answers that are the hardest.
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Recently upgraded from SVN to 0.4 stable - and now the button to
attach files is grayed out. I updated the plugins as well, with
trunk_r-3878.
Tried to isolate a plug conflict by removing all
plugins, except for filesystem_attachments - but that didn't seem to
help any.
Any ideas what might be causing this, and where to look for
clues?
thanks
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
AOL users:
If you continue to mark this list as "spam", you risk having this list
blocked for *all* AOL users. Additionally, you'll risk having all other
lists I host, blocked, towards all AOL users. Your marking the mail as
spam causes damage to others.
As such, this is your warning: As I detect you marking the mail as spam,
you will be unsubscribed from the list, without notice.
- jason, wearing the hat of
postmaster(a)lists.roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
please ignore. updating the footer for the list in order to better handle
spam complaints.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
a big thanks to developers for roundcube.
I subscribed to announce@ mailing list, but recent release do not sent
there,
like users@ and dev@ ML...
best regards
Alessandro
_______________________________________________
List info: http://lists.roundcube.net/users/
hello all
hello the developer ( A.L.E.C and others )
the new release is well done ... very fine
but it is very slow
thanks for advice
thank
_______________________________________________
List info: http://lists.roundcube.net/users/
Greetings, all.
I actually don't think this is strictly a Roundcube issue, but I'm
hoping someone may be able to shed some light on it.
I have two identical SVN r3788 instances, one will display messages
with embedded HTML (no separate HTML attachment), but the other will
not. In the one that fails, the source shows all images, P tags, Table
tags, etc. are loaded, but no message text.
The only differences between these two instances are the servers
running them. The one that works is a Fedora Core 10 virtual machine,
Apache with PHP 5.2.9. The one that fails is RHEL5-5 running PHP
5.2.13. The php.ini are essentially identical, and all of the same PHP
modules appear to be installed on both systems.
Any ideas? Since the RHEL box is our production server, I would prefer
to get that instance working properly.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
All,
I have a completely functioning roundcube install that I would like to move from
a local database to one on another host. What changes would I need to make for a
SSL connection to the mysql database on the other host.
My understanding is that: "mysql://user:pass@hostname/databasename" will pass
credentials in the clear
Thanks!
Nathan
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
I run a rundcube webmail system,and don't konw how to add "fileinfo"
optional,can you help me
Bye the way,i run a debian and php5 version is 5.2.6 and have download
the Fileinfo-1.0.4.tgz,but i don't know how to make && make install it.
--leon
_______________________________________________
List info: http://lists.roundcube.net/users/
On Thu, 05 Aug 2010 08:39:58 +0200, haralder <haralder(a)gmail.com> wrote:
> Did you install the JQuery UI plugin? I had the same problem on the
first
> install and that was the reason.
>
> http://underwa.ter.net/roundcube-plugins/
>
> regards,
> Harald
>
>>>
>>> Thank you for the hint. Thats it, i forgot that plugin :).
>>> Now it works
>>>
>>> Thank you
> On Thu, 05 Aug 2010 07:46:23 +0200, Thomas Schober
> <thomas.schober(a)gmail.com> wrote:
>> Hi,
>>
>> i successfuly installed the calendar plugin into roundcube beta 0.4.
But
>> it is not possible to edit the calendar, its just for viewing. It works
> to
>> inlcude feeds from google calendar, but also only read only. Is it
> possible
>> to insert appointments into this calendar ? Did anyone get this to work
> ?
>>
>> Best Regards
>> Tom
>> _______________________________________________
>> List info: http://lists.roundcube.net/users/
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi,
i successfuly installed the calendar plugin into roundcube beta 0.4. But
it is not possible to edit the calendar, its just for viewing. It works to
inlcude feeds from google calendar, but also only read only. Is it possible
to insert appointments into this calendar ? Did anyone get this to work ?
Best Regards
Tom
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'v just had to transfer number of contacts from Thunderbird into
Roundcube (ebox-platform 1.4 default, 3.1?). To do that I had to install
MoreFunctionsForAddressBook add-on for exporting vCard.
Sadly, not all addresses where imported, because Thunderbird collects
(and add-on exports) addresses from received emails, witch has empty
Full Name by default, witch is then skipped by vCard importing code.
So in order to import them I wrote a small patch (see attachment) witch
uses (preferred) e-mail address if no FN is defined.
Looking differently, maybe it's add-on problem that he exports
non-standard vCards? Either way, may the developers judge this! :)
Thanks,
Vincas.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ZU/KtJofb3R/rcube_vcard.php.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
I've been using 0.4 beta, because attaching a file is buggy in 0.3.1
(large files silently fail to attach). But there are still a few
issues in 0.4-beta as well. My main question is why does roundcube not
release more beta's as more issues are fixed. 0.4-beta was released in
April, so it has almost been 4 months. And the fact that it's not
called "beta1" suggests that there will be only one beta release,
correct?
One thing that I see is that the virtuser_file plugin is either not
well enough documented, or it's not working correctly. I have
hardcoded the virtuser_file variable because when I added the config
option to the global config option, it did not get it correctly. I
really don't think that plugin variables should be stored in the main
config anyways.
I love roundcube, and I understand that beta software really isn't for
live environments, but I would think that there would be at least 2 or
3 beta's for something as important as mail software. That is just my
suggestion though.
I'd be even happier to see a stable 0.4 released. Thanks for all of your work.
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
On Mon, 2 Aug 2010 17:33:09 +0200, Cor Bosman <cor(a)xs4all.nl> wrote:
> We have about 50,000 users depending on it right now, and im running
> SVN-3838 or something. The SVN versions are generally better than
> 0.4-beta. But you have to be willing to be on top of things. I check
> the tracker almost every day to see if any serious issues were
> addressed, or more importantly, patches were reversed.
>
> Cor
>
Agreed. My ~2000 users are on r3788. I decided to hold it there until
the Safari/Windows attachment bug was fixed. (That happened over the
weekend.) I do not update my "production" server until I have
identified
a stable Trunk release, and even then only after testing.
I would recommend that if you decide to go this route, install
Subversion to checkout and manage your Trunk version rather than
manually downloading a nightly build. Using Subversion you can easily
backout a bad update.
- Arne
==================================
I want to add a comment to this. I have no real concerns about using a
trunk version in production - with two requirements.
One is that I be deliberate and careful in testing and choosing a
stable release, and that once a stable version has been identified and
placed into production, don't keep upgrading as the trunk changes. Wait
for a compelling reason to change.
The other is that I probably would NOT use a trunk early in the
development cycle. Doing so now as we approach the stable release isn't
too bad, but early on it would be harder to find a version to sit on.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi, using roundcube 0.4beta I see very slow performance when double
clicking on an email before it finally displays the email (45 secs) -
this is in a large inbox of some 33,000 messages (with threading enabled).
The inbox itself displays quickly (1-2 secs), emails displayed in the
preview window display instantly, it's simply double clicking an email
to open it which is extremely slow (regardless of whether the preview
window is displayed).
The issue appears to be threading related - if I disable threading on
the inbox then there is no delay on double clicking, only if I ask for
the inbox to be threaded is there a delay opening an email
This seems to be confirmed by the log files from the mail server
(Dovecot) which shows the imap requests on opening the message as follows:
cp01 CAPABILITY
sel1 SELECT "INBOX"
FH12 UID FETCH 52231 (UID RFC822.SIZE FLAGS INTERNALDATE BODYSTRUCTURE
BODY.PEEK[HEADER.FIELDS (DATE FROM TO SUBJECT REPLY-TO IN-REPLY-TO CC
BCC CONTENT-TRANSFER-ENCODING CONTENT-TYPE MESSAGE-ID REFERE
NCES DISPOSITION-NOTIFICATION-TO X-PRIORITY X-DRAFT-INFO)])
thrd1 THREAD REFS US-ASCII ALL
s SORT (ARRIVAL) US-ASCII ALL
fuid FETCH 33027 (UID)
fuid FETCH 32991 (UID)
fuid FETCH 33006 (UID)
fuid FETCH 6738 (UID)
lsb LSUB "" "*"
ftch0 UID FETCH 52231 (BODY.PEEK[1])
I LOGOUT
And in particular the corresponding "thrd1" response is a huge list of
all the threads in the inbox. Top shows that there is a ton of load due
to the php task. However, although I haven't yet looked at the code, I
really don't see why we need a list of all the message threads when
opening just an individual message?
Does anyone have a suggestion as to a possible fix?
Thanks
Ed W
_______________________________________________
List info: http://lists.roundcube.net/users/
The installation docs say to install Roundcube in the doc root directory. But of which user? Do I create separate user? Is this a server-wide solution or just for an individual user?
Bob
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi all,
I have issues with moving messages to IMAP folders. Message listing and
viewing in folders works just nice.
If I drag and drop a message from message list to a folder in the tree
view I get an error message saying moving the message is impossible.
The logs/errors file does not log anything. The request POST is:
_mbox=INBOX&_target_mbox=somefolder.subfolder&_from=&_uid=8659&_remote=1
and the response is
{"action":"moveto","unlock":false,"exec":"this.list_mailbox();\nthis.display_message(\"Impossibile
spostare il messaggio\",\"error\");\n"}
thanks
Luca
_______________________________________________
List info: http://lists.roundcube.net/users/
Well, I've royally messed up in that all of the users in our system
are now identified by username@localhost, instead of using the domain.
I enabled the virtuser_file plugin in 0.4-beta, and after working
around a few errors, it now identifies the new users correctly. How do
I tell roundcube to refill the identities table of all of the users
that currently have an account?
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
Hallo!
Ich teste gerade roundcube und finde es toll! Da es direkt auf unserem
rootserver läuft, ist im Login-screen die Angabe des Servernamens irritierend.
Lässt sich da nicht dauerhaft "localhost" eintragen und die Zeile "Servername"
ausblenden? Wo kann ich das einstellen?
Grüße
Andreas
_______________________________________________
List info: http://lists.roundcube.net/users/
Hi
How can I change Settings globally? I want to put "Attachment names" to "Full RFC 2047 (other)" for all users.. 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 Sales Professional
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/
Hello,
I installed password plugin (which allows user to change his/her password)
from SVN. And I realized that there is no Turkish translation available. I
am sending Turkish translated file, can you please add it?
(plugins/password/localization/tr_TR.inc)
Thanks,
--
H.Gökhan SARI
hsa2(a)difuzyon.net
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Gl/Wyrb3oSx/tr_TR.inc.tar.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
Hello,
I'm using virtual folder with dovecot, and roundcube as my
webmail.
When I delete normal folders on my IMAP server, they disappear
on roundcube, but when I delete virtual folders, I can't see them anymore
in the "Preferences/Folder" tab, but they still appear in the main view,
and there's apparently no way to get rid of them.
Any tips on the matter?
Thanks
--
François-Xavier Payet
fx.payet(a)tfdn.org
_______________________________________________
List info: http://lists.roundcube.net/users/
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/
Hello,
We have Roundcube 0.3.1. installed and working on a Linux server. We
have noticed that if we reply to a message and then start typing, the
typed text appears at the end of the message body, not at the beginning.
Is there a configuration item we can use to change this, or will an
upgrade to 0.4 beta change this behaviour?
Many thanks,
Soph
--
Soph Cargill-Blogg
Systems Administrator
Extension: 236
Phone: 01692 403461
Mobile: 07889 216767
#####################################################################################
Attention:
This e-mail is privileged and confidential. The information contained in this message
and or attachments is intended only for the person or entity to which it is addressed
and may contain confidential and/or privileged material. If you are not the intended
recipient please delete the message and notify the sender.
Scanned by MailMarshal - Marshal8e6's comprehensive email content security solution.
#####################################################################################
_______________________________________________
List info: http://lists.roundcube.net/users/
Hey all,
I have four different RC installs with different plugin
configs that I am using for testing. Today I updated two of them to
3757. Neither instance from that point on would send messages. Trying to
send results in a hang and spinning progress wheel. Downgrading back to
r3752 restored them both to being able send. Anyone else see this?
--
Arne Berglund
System Administrator, Internet Services
Lane Education
Service District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
Would you say that it is safer or as safe as Yahoo, Google or ISP e-mail adresses? What happens if someone opens a message containing a virus or a Trojan, is there any risk to webmail or only the user's computer? Just wondering, thank you so much for your help!
_______________________________________________
List info: http://lists.roundcube.net/users/