I have set my timezone to +8.00 Singapore. But when i forward email
that have been sent, it randomly display +7.00 sometime +8.00 in the
message details. Can i set it to show +8.00 instead of +7.00?
Thanks,
iSoft
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube lovers
The just released update fixes some bugs discovered with the 0.5
stable version and also improves security by preventing some possible
CSRF attacks. This includes an optional referer check which is yet
disabled by default. If you trust HTTP Referer headers you can enable
it in config with $rcmail_config['referer_check'] = true;
Furthermore IDNA support has now been improved and some visual
glitches in IE and Safari have been resolved. Thanks again to all
reporters and pathc contributors!
We recommend to update all existing Roundcube installation with this
release. It can be downloaded from http://roundcube.net/download
and a complete list of changes is available here:
http://trac.roundcube.net/wiki/Changelog
Best wishes,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
I am using roundcube 0.5 with dovecot 2.0 as imap server. I can
sort messages by thread in the "list view", but is not the default view.
How can I make "threads" the default view?
Regards
Javier
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
In the previous version it worked fine, but after upgrading to version 0.5:
When any user selects Folder Actions and then Manage Folders from the popup
menu, the following error appears:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [501]
Any ideas anyone? This is becoming a major issue as the users are getting
restless!
Artie
Artie Ball
Network Manager
The John Wallis Academy (Maths and Technology Specialist College)
<http://www.thejohnwallisacademy.org/> http://www.thejohnwallisacademy.org
There are 10 kinds of people in the world, those who understand binary and
those who don't.
P Please consider the environment before printing this e-mail
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
We're using roundcube as a method of access to a read-only
email-archive. What would be the best/easiest way of disabling
outgoing mail functionality? (such that the user is aware).
For the moment, I've set up SMTP to always be rejected, but I'd like to
do this in a nicer way.
/Per Jessen, Zürich
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
Using version 0.5:
When any user selects Folder Actions and then Manage Folders from the popup
menu, the following error appears:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [501]
Any ideas anyone?
Artie
Artie Ball
Network Manager
The John Wallis Academy (Maths and Technology Specialist College)
<http://www.thejohnwallisacademy.org/> http://www.thejohnwallisacademy.org
There are 10 kinds of people in the world, those who understand binary and
those who don't.
P Please consider the environment before printing this e-mail
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hello
we plan to migrate our mailhub , the actual one runs roundcube 0.3
and the new on will run 0.5 version.
I would like to import mysql data from the old one to the new one.
what would be the best way to do so ?
Thanks a lot.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
we have just put into production the latest version of Roundcube (v0.5)
as our university's webmail service (for around 30,000 users available
at http://webmail.ntua.gr/) and we are very satisfied with it.
Currently, we have a small problem that is like the one described in
ticket #1486712 (http://trac.roundcube.net/ticket/1486712). Our mail
servers are using Cyrus (v2.3.16) and this is how we get the "could not
save message in Sent" error:
1. A message is forwarded as attachment by Thunderbird. It can be as
simple as a "hello world" message.
2. The message is accepted by cyrus and stored into the user's mailbox.
3. When trying to forward that message from within roundcube, cyrus
reports "NO Message contains bare newlines" and roundcude reports "could
not save message in Sent".
We tried changing the mail_header_delimiter option but I don't thing it
makes any difference.
As a way to get around the bug we are using the attached dirty patch.
Regards,
Panagiotis
--
Panagiotis J. Christias Network Management Center
p.christias(a)noc.ntua.gr National Technical Univ. of Athens, GREECE
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/uR/bPeSwal1/func.inc.patch.txt
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I installed roundcube 0.5 stable through Hostmonster
SimpleScript. I access
through self hosted RC, i can't seems to access
my Inbox/Folder. But the
others folder under Sent/Draft all can
access.
If i access through hostmonster roundcube /webmail . All the
folder is ok.
Attached are the IMAP log.
And also the timezone display
on my email forwarding does not show +8.00, it
randomly show -7.00
sometime show my timezone +8.00 .
My setting for timezone are set to
+8.00 Singapore.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pE/8ahQECq6/imap
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
I had the spam update settings correctly set and it did work.
Nothing changed. However, today users can no longer update the spam settigs:
The error is:
Jan 28 17:23:45 srv1 roundcube: DB Error: MDB2 Error: insufficient
permissions Query: _doQuery: [Error message: Could not execute
statement] [Last executed query: UPDATE userpref SET value = '6'
WHERE username = 'babuser(a)klunky.co.uk' AND preference =
'required_score';] [Native code: 1142] [Native message: UPDATE command
denied to user 'spam'@'localhost' for table 'userpref'] in
/www/roundcube/program/include/rcube_mdb2.php on line 646 (POST
/?_task=settings&_action=plugin.sauserprefs.save)
The sauserprefgs config file states this, and I can login as the user:
$rcmail_config['sauserprefs_db_dsnw'] =
'mysql://spam:xxxxxxxxxxxxxxxxxx-1@localhost/spamassassin';
The grants are these ( a flush priv has been run).
mysql> show grants for 'spam'@'localhost';
+--------------------------------------------------------------------------------------------------------------------+
| Grants for
spam@localhost
|
+--------------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'spam'@'localhost' IDENTIFIED BY PASSWORD
'*xxxxxxxxxxxxxxxxxx' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_expire` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`userpref` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_global_vars` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_token` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_seen` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, DELETE ON `spamassassin`.`bayes_vars` TO
'spam'@'localhost' |
| GRANT SELECT, INSERT, UPDATE, DELETE ON `spamassassin`.`awl` TO
'spam'@'localhost' |
+--------------------------------------------------------------------------------------------------------------------+
Here is the specific sql :
mysql> UPDATE userpref SET value = '6' WHERE username =
'baduser(a)klunky.co.uk' AND preference = 'required_score';
ERROR 1142 (42000): UPDATE command denied to user 'spam'@'localhost' for
table 'userpref'
I tried the same update as the admin user, and it worked.
Has anyone seen this afore, or know what could have changed for this to
suddenly stop working?
* Another weird oddity is that all mail is shown in Roundcube, yet some
is missed from Thunderbird. Very strange.
Best regards, S.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
I'm searching for the Button to activate 'Threaded Message Listing'
(TML)!
I'm using the Dec-2010-Xmas-Version with an gmx.net-mail-account.
Does TML depend on gmx or on my roundcube-config?
Best regards from Germany
Ulli Heist
--
http://heist.hobby-site.org/witze
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
Small question. I would like to have a link on the login page of
Roundcube to another site. (Posfixadmin in this case). It can be located
anywhere on the page. Where could I add this into the Roundcube config?
Best wishes, s.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Settings/folders no longer shows the total # of messages for
each folder in this screen.
Is this expected? I sure miss the tot-count!
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All!
A have upgraded to version 0.5 stable at last weekend, but I have a
strange error.
The deafult language is hungarian, but the user can select language via
lang_sel plugin at login.
With default lang the login is successful, but if I change the lang and
try to login, I get back to the login screen without any error.
In IMAP log a see a successful login and logout.
After that unsuccessful login, if I change the lang, than I get
immediately logged in (without username and pass), with the first
selected lang.
Thanks for any help.
Attila Gyurman
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi, all.
I achieved mailbox sharing with Dovecot & Roundcube webmail in iRedMail[1]
today, just want to share you my experience, hope it helps. Although it's for
iRedMail, but it doesn't depend on it.
http://www.iredmail.org/wiki/index.php?title=IRedMail/FAQ/Share.IMAP.Folder
It describes:
- How to enable mailbox sharing in Dovecot
- How to enable mailbox sharing in Roundcube webmail.
- How to test mailbox sharing with telnet
Requirements:
- Dovecot >= 1.2
- Roundcube webmail >= 0.5 -stable release
[1] iRedMail - Free, Open Source Email Server Solution: http://www.iredmail.org/
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
I have a roundcube email account and am trying to setup to access it from
Outlook 2000. Need incoming and outgoing server names.
Can anybody help????
TIA
John
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube users and lovers
The next major release has now reached stable state and is available for
download. The important new features since 0.4 are: full support for shared
folders and namespaces, Internationalized Domain Names (IDNA) as well as
SMTP Delivery Status Notifications. The user interface for managing IMAP
folders has changed a bit and provides new space for further extensions and
plugins. This was already part of the release candidate published some
weeks ago and the new stable version fixed the last few bugs, namely some
issues with namespaces.
We recommend to update all existing Roundcube installations with this
release. Get it now from http://roundcube.net/download and have a lot of fun!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I've got two servers on my network:
- mail.iamghost.org [192.168.0.200 / 24]
- www.iamghost.org [192.168.0.201 / 24]
Now my Postfix server lets me send mail via SMTP just fine from
Thunderbird on any machine that is in 'mynetworks' file:
Code:
[root@mail ~]# cat /etc/postfix/mynetworks
127.0.0.0/8
192.168.0.0/24
The problem I'm having is that I've installed RoundCube on my web
server listed above and I'm able to login and read all my messages
perfectly via IMAP4. The problem is when I compose a new message and
try to send via SMTP from webmail only. When I try and send, I get a
SMTP error: SMTP Error (250) Authentication Failure. I can't
understand what's causing this. When I 'tail' my Postfix log file, I
don't see anything but an incoming connection and then an immediate
disconnect. No details show why this is occurring. I then ran Postfix
in debug mode to get more info and here's what I show:
Code:
Jan 11 13:29:32 mail dovecot: imap-login: Login: user=<carlos>,
method=PLAIN, rip=192.168.0.201, lip=192.168.0.200, mpid=2190, TLS
Jan 11 13:29:32 mail postfix/smtpd[2191]: connect from
www.iamghost.org[192.168.0.201]
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 220 mail.iamghost.org ESMTP Postfix
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: EHLO www.iamghost.org
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-mail.iamghost.org
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-PIPELINING
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-SIZE 20480000
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-VRFY
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_list_match:
www.iamghost.org: no match
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_list_match:
192.168.0.201: no match
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-ETRN
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-ENHANCEDSTATUSCODES
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250-8BITMIME
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250 DSN
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: RSET
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 250 2.0.0 Ok
Jan 11 13:29:32 mail postfix/smtpd[2191]: watchdog_pat: 0x1530c60
Jan 11 13:29:32 mail postfix/smtpd[2191]: <
www.iamghost.org[192.168.0.201]: QUIT
Jan 11 13:29:32 mail postfix/smtpd[2191]: >
www.iamghost.org[192.168.0.201]: 221 2.0.0 Bye
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 127.0.0.0/8
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostname:
www.iamghost.org ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: match_hostaddr:
192.168.0.201 ~? 192.168.0.0/24
Jan 11 13:29:32 mail postfix/smtpd[2191]: disconnect from
www.iamghost.org[192.168.0.201]
Jan 11 13:29:32 mail dovecot: imap(carlos): Disconnected: Logged out
bytes=12/341
Anyone know what is causing this error? I've completely disable (I
think) TLS configuration from Postfix (not Dovecot) to verify what the
issue maybe. Still get the same error with TLS disable. I can telnet
into the server from any PC and send mail via Telnet:
[cmennens@tuna ~]$ telnet mail.iamghost.org 25
Trying 192.168.0.200...
Connected to mail.iamghost.org.
Escape character is '^]'.
220 mail.iamghost.org ESMTP Postfix
EHLO tuna.ideorlando.org250-mail.iamghost.org
250-PIPELINING
250-SIZE 20480000
250-VRFY
250-ETRN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
mail from:carlos@iamghost.org
250 2.1.0 Ok
rcpt to:carlos.mennens@gmail.com
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
Subject:Test Email Message
This is a test
.
250 2.0.0 Ok: queued as 4E7E7140522
quit
221 2.0.0 Bye
Connection closed by foreign host.
Any ideas on what this could be? It's driving me crazy and I'm
exhausted myself trying to resolve this issue.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi All,
Running version 0.4 Stable.
When a users clicks on an UNREAD message, the loading message appears, the
message becomes un-highlighted and then it throws up the "Could not load
message from server", nothing appears in the reading pane.
Can anyone shed any light on this please??
TIA
Artie
Artie Ball
Network Manager
The John Wallis Academy (Maths and Technology Specialist College)
<http://www.thejohnwallisacademy.org/> http://www.thejohnwallisacademy.org
There are 10 kinds of people in the world, those who understand binary and
those who don't.
P Please consider the environment before printing this e-mail
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everyone,
I am using Roundcube 0.5-beta with an Apache 2.2.14-5, GNUTLS 2.10.4 and
mod_gnutls in version 0.5.9. The used Linux distribution is Ubuntu 10.10.
When I am logged into the webinterface, I see many messages like these
in the Apache error log:
[Tue Jan 11 10:08:22 2011] [error] [client 88.198.50.166] GnuTLS:
Handshake Failed (-9) 'A TLS packet with unexpected length was received.'
First I thought it is a problem with Roundcube itself, but after I tried
several GNUTLS, mod_gnutls versions and the Squirrelmail webinterface --
and the error messages still occured -- I assume that there is a problem
with the underlying GNUTLS itself.
I also found a bug in the Ubuntu Launchpad Bugtracker, which implies
that this is a problem with GNUTLS:
https://bugs.launchpad.net/ubuntu/+source/gnutls26/+bug/105736
* Has anyone experienced this problem before?
* Anyone a hint how to solve it?
* There seems to be no problem with the connection, Firefox and Chrome
tell me the session is encrypted.
Best Regards,
-Jason
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm hosting a web site ( http://test-ipv6.com ) that *may* get a fair bit of
attention this week. It will be part of a press release involving several
major web sites. It will also be on the web site of a prominent
organization coordinating the press release.
The server *may* have a sudden increase in business, depending on the level
of attention the press release (and media interviews related to it) gets.
What does this mean for you?
- Mailing lists I host (woodworkers, roundcube, corvette resto, etc) will
possibly run a bit slower on getting mail delivered.
- Web sites I host may be less snappy. Possibly, downright slow.
- Shell access, for those of you who have it, may appear lagged.
- If you aren't sure why you're getting this mail at all, it means
that you have an email address that is routed through my server.
Ping me directly if you're not sure why.
I'm looking into ways to help spread the load to other servers, but I'm
gated on both time and money, as well as IPv6 availability on any resources
that might be contributed. As such, the next handful of days *may* be
bumpy. I want to appologize in advance for that.
I have had the suggestion from one of the web sites on the press release to
look at Google App Engine. I will do that, but I am constrained on when I
can do that. I can't mix my employer's time or resources, with working
on test-ipv6.com. The soonest I can do any significant change will be
Friday.
Additionally, the organization putting out the press release, is working on
setting up a mirror of my site; once complete, they will hopefully take
some of the traffic themselves.
If you have an urgent issue, call 1-877-4FESLER, extension 22. If I can't
asnwer the phone, leave a message (I may be in a meeting). But do leave the
message, and I will get it.
Jason Fesler
Some of the email/Web sites affected (the main ones, at least):
alexmeyer.combsdnet.orgcorvette-resto.com
deepfried.us
egbtnetwork.comframekillertobacco.comgardencity1988.comgetprideconcrete.comgigo.comgoldenrivers.orghcri.comlists.gigo.comlists.roundcube.net
mkurl.us
sawdusters.orgstarrynyte.comsuchter.comtest-ipv6.comwecarecancerpeernavigators.orgyersinia.com
For a complete list, see http://stats.gigo.com/ .
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hallo all and a happy new year
Did you know CrossPoint (XP)? An old german DOS-Mailprogramm!
This old program has a function which I'm missing for several years:
I try to explain:
Some of my contacts are writing private e-mails to me from their
work-mail-address.
If I do not watch the reply will go to work, but it has to go to the
private mail-address.
In CrossPoint there was the possibility to set an manuell
Reply-To-Adress which overides all Header-Reply-Settings (if exist) by
sending a Reply.
This manuell Reply-To-Adress have to set manuelly in the adressbook, by
choosing an other existing mail-adress as Reply-To.
Do you understand, what I try to explain?
Best Regards from Germany
Ulli Heist
--
http://heist.hobby-site.org/witze
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
I downloaded this version of ROundcube and followed the install guide.
I noticed that the directory has a few executable shell scripts:
# cd /xxx/roundcube/bin
# ls -l
total 32
-rwxr-xr-x 1 root root 2688 Sep 25 15:03 cleandb.sh
-rwxr-xr-x 1 root root 2782 Sep 25 15:03 decrypt.sh
-rwxr-xr-x 1 root root 1334 Mar 5 2010 jsshrink.sh
-rwxr-xr-x 1 root root 547 Mar 5 2010 jsunshrink.sh
-rwxr-xr-x 1 root root 3238 Sep 29 10:30 msgexport.sh
-rwxr-xr-x 1 root root 2474 Sep 29 10:30 msgimport.sh
-rwxr-xr-x 1 root root 4862 Sep 25 15:03 update.sh
All static content (and roundcube included) is on a mount point that has
noexec,nosuid which means that it cannot be executed.
I have copied the scripts into /usr/local/bin, where these can be
excueted from, but would like to know what I have to change in the
Roundcube configuration to ensure that Roundcube still finds these.
Does anyone know?
Best regards, J.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi chaps and chapettes,
I have just set-up my first RC system: (relevent versions notes at
end of this Email)
RC
Apache
mysql
postfix
dovecot
spamassassin
php
The Roundcube is a little slow with one test user and no load. I would
like to know what I have to tweak for this to run a little faster. I
presume that it is one or some of these programmes that ought to be
tuned: apache mysql or roundcube. Does some one have some ideas or
some links to some docs about this?
By the way: its not hardware related: The load is always at a pleasent 0
0 0 and the system has an 8 core Xeon on it, so its a nice beast: :
Intel(R) Xeon(R) CPU E5420 @ 2.50GHz
Many thanks for any ideas.
Best regards, J.
----------------------------------------------------------------------------------------------------------------------------
Appendix:
Version specifc notes: (sans dovecot,postfix,spamd because these should
be irrelevant to RC performance)
* roundcube 0.4.2
* Apache version 2.2.16-4
* mysql Ver 14.14 Distrib 5.1.49, for debian-linux-gnu (x86_64) using
readline 6.1
* PHP 5.3.3-6 with Suhosin-Patch (cli) (built: Dec 7 2010 12:47:03)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I've just upgraded from 0.4.2 to 0.5-RC.
I would like to report a considerable slowing down of the imap
connection (dovecot 2.0.7) in case 'imap_auth_type' is not specifically
defined (CRAM-MD5 in my case), while the default null value was working
fine with the 0.4.2 version.
Regards
Roberto Puzzanghera
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello all,
I'm running Roundcube 0.5 RC on our server and I think there is a bug,
somehow related to this closed bug:
http://trac.roundcube.net/ticket/1486532
When replying to a mail a single space character is inserted before every
line written. The original message appears below the answer which is set
this way in the settings of Roundcube.
Can somebody confirm?
Regards,
Martin
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Is there a routine available which would be able to remove a stale user
from the MySQL database along with any other table entries related to
them such as contacts etc etc?
I have dozens of long gone users, and I would like to clean up the DB.
Yes, they aren't hurting anything by being there, but they aren't helping
anything either.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I have a message that won't display correctly in roundcube. In
internet explorer 8, when the message is selected, it starts to open
it, says loading at the top of the screen, but never loads it. It
will load in chrome and firefox, but it only loads halfway. This
message displays correctly in our live webmail which is tupimail as
well as in windows live mail. Any ideas what might be happening here
or where I might look to find out?
Thanks,
James
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I installed today's 0.5-rc release for testing, and already have a
question. One of the new features in the Changelog is "Add 'loading'
message on message move/copy/delete/mark actions"
Well, I've already got three complaints on this from my testing team.
While
it's OK for most users, I have users who delete multiple consecutive
messages by highlighting the first one, and then clicking "Delete"
multiple
times until the batch is gone. (They have "After message delete/move
display the next message" as True.) While this method works fine in
0.4.2,
the "Loading..." dialogs start to stack up quickly in 0.5-rc and after
two
or three clicks they cover the Delete button and the user has to wait
for
the dialogs to clear before proceeding.
So I'm wondering if any thought has been given to making these new
dialogs
a preference that could be enabled/disabled? While making it a per-user
setting would be ideal, I could live with just having the ability to
turn
it off globally in the main.config.php if that would be easier.
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
541.461.8343
____________
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi list,
I'm testing a shared mailbox with roundcube and, so far, didn't manage
to make it work.
I have cyrus-imap and a shared mailbox named "testshared" in
/var/spool/cyrus/mail/t/shared/testshared
I can subscribe and browse this mailbox from thunderbird with userA.
But with the same userA, when I try to access it from roundcube, I get
the error "Server Error: STATUS: Mailbox does not exist".
I tried to change my default settings in main.inc.php as follow:
---
$rcmail_config['imap_ns_personal'] = "INBOX.";
$rcmail_config['imap_ns_other'] = null;
$rcmail_config['imap_ns_shared'] = "shared.";
---
But that doesn't work either.
What is the correct configuration to access a shared mailbox from
roundcube ?
Thanks,
Julien
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
Is there any way to change the sender identity based on the email
service domain?
Here is my scenario: horde provides the webmail service for two domains:
.student.domain.com
.profs.domain.com
The email addresses are created in the following way:
username(a)student.domain.com (for the first)
username(a)domain.com (for the second)
However, with this configuration:
$rcmail_config['default_host'] = array(
‘profs.domain.com => ' domain.com ',
'student.domain.com' => 'student.domain.com',
);
The roundcubemail creates the sender identity for the second domain like
this: username(a)profs.domain.com , which is not valid to send emails.
Is there any way to set up roundcube the way I need? Thank you
--
Ricardo Ruivo
System Administrator
SIC - Serviço de Informática e Comunicações
Department of Informatics Engineering
Faculty of Science and Technology
University of Coimbra | Portugal
My PGP Public Key is available at:
http://pgp.dei.uc.pt:11371/pks/lookup?op=get&search=0x7D4F6A4C
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/sQ/WaKlzKYG/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hohoho folks,
Our Christmas gift for 2010 is now available for download. We just
published the release candidate package for the upcoming version 0.5
of Roundcube webmail. It's now feature-complete with a reworked user
interface for the IMAP folder management and improved handling for
mailing list headers. Details are listed in the changelog as usual:
http://trac.roundcube.net/wiki/Changelog
Please download this latest release from http://roundcube.net/download
and let us know about things that need improvement. The final version
will be ready soon and we're already making big plans for 2011.
Enjoy the upcoming days and have a great party for new year!
Cheers,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hello roundcube network.
I just noticed a problem on the last trunk.
you can not select the new files to add in the INBOX because the window
is full and there is no scroll bar to scroll to the bottom of the list
any return are welcome , thanks
- --
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7
gpg --keyserver pgp.mit.edu --recv-key 092164A7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iD8DBQFNCrAVtXI/OwkhZKcRAnONAKCFfLic6G7vTniLrZ1MyNvDp/mbiwCdGDgw
T+HNxE+ZeE9sEzEbsBMAvpQ=
=l9Wh
-----END PGP SIGNATURE-----
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello there,
I've got a problem with the pf_password plugin to change the users password
in the postfixadmin mysql database.
This mysql code works properly: ['password_query'] = 'UPDATE mailbox SET
password=%c WHERE username=%u';
But how is the syntax to make use of the
modified,pass_modified,last_password and second_password fields?
The default querysyntax doesn't work for me: ['password_query'] = "UPDATE
`mailbox` SET `password` = %n , modified=now() , pass_modified=now()
,`last_password` = %y, `second_last_password` = %z WHERE `username` = %u
LIMIT 1";
Also 'password'=%c haven't worked.
Thanks,
Tobias
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Tm/xsSaRHks/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
How do I remove Settings -> Preference and Identities tab?
Best Regards,
Dagia,
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
Is there a way to not save the attachements of sent mail? Horde IMP has
that option when you compose a message.
Regards,
Filipe
--
Filipe André Romualdo de Carvalho
Unidade de Administração de Sistemas (UAS)
Centro de Informática Prof. Correia de Araújo (CICA)
Faculdade de Engenharia da Universidade do Porto (FEUP)
Tlf: (+351) 22 508 15 06 - SIP/VoIP: filipec(a)fe.up.pt / Ext: 3092
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm not a plugin developer, but I'm using the vacation plugin, and it
is giving me this error:
Vacation plugin:
/var/www/html/roundcubemail-0.4-beta/plugins/vacation/extra/squirrelmail_vacation_proxy
is not configured for user "".
Check config.mk in plugins/vacation/extra/vacation_binary.
Please read the INSTALL instructions!
The module is unmaintained as far as I can tell, so I was wondering if
there was a list of changes to the API from release to release. I
didn't see one in trac...
It looks to me like the variable with the username string has changed.
(I'm guessing it was `rcmail::get_instance()->user` before).
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Does anyone have any input on this? If I can't get the SQL upgrade
lines working, is there at least some way to export/import data to a
newer version of the database?
I'm really stuck in a bind here. Thanks!
- John
On 12/8/10 9:10 AM, John May wrote:
> I'm trying to upgrade our 0.3.1 installation to 0.4.2.
>
> When I execute the following SQL upgrade lines, I get the errors that
> follow them:
>
> mysql> ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts`
> FOREIGN KEY (`user_id`)
> -> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
> ERROR 1452 (23000): Cannot add or update a child row: a foreign key
> constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
> `user_id_fk_contacts` FOREIGN KEY (`user_id`) REFERENCES `users`
> (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
>
> mysql> ALTER TABLE `identities` ADD CONSTRAINT `user_id_fk_identities`
> FOREIGN KEY (`user_id`)
> -> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
> ERROR 1452 (23000): Cannot add or update a child row: a foreign key
> constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
> `user_id_fk_identities` FOREIGN KEY (`user_id`) REFERENCES `users`
> (`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
>
>
> The first 2 ALTER TABLE commands work OK, and I've verified all tables
> have been changed to InnoDB. Any ideas on how to get this to work?
>
> Alternately, is there a good way to import data from an existing older
> roundcube MySQL database into a fresh, up-to-date one?
>
> Thanks!
>
> - John
>
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
If you have installed qmail, please advise me?
I just have installed qmail for freebsd. I also new virtual domain test.com on my qmail. But, When I send one mail from dagia(a)test.mn to dagmid_d(a)yahoo.com, the following log created in /var/log/qmail/qmail-send/current.
I have not sent mail to log(a)test.mn which is not created. But my sent mail is duplicate send to nothing mail address which log(a)test.mn. How will I stop duplicate mail to log(a)test.mn?
@400000004d03517f0a23ae24 info msg 7489803: bytes 6904 from <dagia(a)test.mn> qp 97153 uid 1003
@400000004d03517f0a245a04 starting delivery 60: msg 7489803 to local test.mn-log(a)test.mn
@400000004d03517f0a2490b4 status: local 1/10 remote 0/255
@400000004d03517f0a254c34 starting delivery 61: msg 7489803 to remote dagmid_d(a)yahoo.com
@400000004d03517f0a257344 status: local 1/10 remote 1/255
@400000004d03517f0bb37db4 delivery 60: success: did_0+0+1/
@400000004d03517f0bb473cc status: local 0/10 remote 1/255
@400000004d035184176576bc delivery 61: success: 74.6.140.64_accepted_message./Remote_host_said:_250_ok_dirdel/
@400000004d035184176674a4 status: local 0/10 remote 0/255
@400000004d03518417676abc end msg 7489803
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Unfortunately, I'm still on 0.4-beta, so keep that in mind.
When a new message is created, it focuses on the editing field with
HTML composing is enabled, but it works fine for plain text. I assume
there is a setting for TinyMCE somewhere to change this. Is there a
configuration for tinyMCE with this option, or is there a better way
to change this?
--
Thanks,
Brad Landis
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
On Thu, 9 Dec 2010 17:00:16 -0600, Bradlee Landis
<bradleelandis(a)gmail.com> wrote:
> On Thu, Dec 9, 2010 at 4:56 PM, Kaz Kylheku <kaz(a)kylheku.com> wrote:
>>
>> I'm on 0.4 and don't see this. When creating a new e-mail in HTML mode,
>> the focus is on the Recipient input box where it should be. The tab
>> order is Sender -> Recipient -> Subject -> Body -> Send now -> Cancel.
>
> Maybe I should upgrade. I was needing the vacation plugin to work, and
> it broke when 0.4 final came out.
>
>> Could this be some browser difference? I'm mostly using Firefox 3.6.x.
>> What do you have over there?
>
> I'm using Chrome.
I tried with Chrome 8.0.552.215 on WinXP. The focus goes
to the Recipient when I compose a new e-mail in either HTML
or Plain mode. I also tried whether enabling or disabling
the addition of the signature makes any difference
(it doesn't).
If I start a message in plain text, with the focus on the Recipient
input box, and then use the list box in the bottom right corner
to change to HTML mode, then after the editor mutates itself
to HTML, the focus ends up in the editor. That's the closest
I've come to getting that behavior.
--
Tankan: Memorize Japanese Kanji: http://kylheku.com/tankan
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
Do you know if there's a way to have RC remember your username/password and bypass the login screen, even if you closed the session by closing the browser or whatever; until you choose to signoff? Sort of the way Gmail does it or other sites.
I use RC as my primary email client and, while I have my U/P remembered by the browser, I would still prefer it that when I open the browser my email loads up automatically. Of course, this would be a user setting, either with a checkbox on the login screen or through settings.
Is there a plugin for this?
Thanks!
// Andrés
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I'm trying to upgrade our 0.3.1 installation to 0.4.2.
When I execute the following SQL upgrade lines, I get the errors that
follow them:
mysql> ALTER TABLE `contacts` ADD CONSTRAINT `user_id_fk_contacts`
FOREIGN KEY (`user_id`)
-> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
ERROR 1452 (23000): Cannot add or update a child row: a foreign key
constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
`user_id_fk_contacts` FOREIGN KEY (`user_id`) REFERENCES `users`
(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
mysql> ALTER TABLE `identities` ADD CONSTRAINT `user_id_fk_identities`
FOREIGN KEY (`user_id`)
-> REFERENCES `users`(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE;
ERROR 1452 (23000): Cannot add or update a child row: a foreign key
constraint fails (`pis_roundcube/#sql-36e8_638`, CONSTRAINT
`user_id_fk_identities` FOREIGN KEY (`user_id`) REFERENCES `users`
(`user_id`) ON DELETE CASCADE ON UPDATE CASCADE)
The first 2 ALTER TABLE commands work OK, and I've verified all tables
have been changed to InnoDB. Any ideas on how to get this to work?
Alternately, is there a good way to import data from an existing older
roundcube MySQL database into a fresh, up-to-date one?
Thanks!
- John
--
-------------------------------------------------------------------
John May : President http://www.pointinspace.com/
Point In Space Internet Solutions jmay(a)pointinspace.com
Twitter: http://twitter.com/pointinspace/
Facebook: http://www.facebook.com/PointInSpace/
Professional FileMaker Pro, MySQL, PHP & Lasso Hosting
on shared, virtual and hardware dedicated servers
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
My RC use PLAIN mechanism for IMAP athentication. And it use default
(non-SSL) IMAP port 143.
While log in, I captured the information by WireShark then I could see the
usename and password, warped in a HTTP POST.
If I change to use SSL with IMAP,
$rcmail_config['default_host'] = 'ssl://mail.mysite.com';
$rcmail_config['default_port'] = 993;
I still can capture my Username/ Password. So I think the SSL authentication
is just from RC to IMAP server. Not from my PC to RC server.
I know if I'm using HTTPS, the information send from my PC to HTTP server
will be encrypted.
Is there anyway to encrypt the login session from my PC to the RC server,
except using HTTPS? I mean the encryption supported inside RC login page.
Many thanks/ Minh.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi friends,
i need to insert an message before the user text on e-mail, this insert must
have webmail user full name, server date and hour and my companhy logo, i
really dunno how to do this, can someone help me?
thanks a lot
Harlei
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I just installed version 0.5 beta and when i want to add new
folder for subscription RC respons with an error.
Unfortunately the
folder is not Subscribed
Thenks
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
--
Scott Berry
MCP and A Plus Certified
Hello there,
My name is Scott Berry and I am totally blind. I am setting up Round
Cube the latest stable version. When I go in to my roundcube installer
it tells me that date.timezone is not set. Here is the steps I took
to set it:
1. I opened php.ini.
2. I found the date.timezone = directive and added America/Chicago.
so my directive looks like this:
date.timezone = America/Chicago
Is this good enough or am I missing something? Thanks for all the help.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
it's not posible for me to save the following e-mail-adress in the
adressbook and it's not posible to send a mail to this address:
Schmidt-K.(a)gmx.de
O.K. I'm honest - I've changed to letters (for this mailing). ;-)
Best regards from germany
Ulli Heist
P.S.: Is a working bookmark-tool available?
--
http://heist.hobby-site.org/witze
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube users
We're happy to announce that a new major release of Roundcube is now
available for testing. As usual it contains many bugfixes (thanks to
all the reporters and contributers) and brings more stability and
speedup as well as some new features such as Internationalized Domain
Name (IDNA) support, support for shared/global IMAP folders and
support for SMTP Delivery Status Notifications. Plus some minor
changes to the message list UI and many improvements under the hood.
Download the 0.5-beta release now from http://roundcube.net/download
and test it in your local environments. Any bug reports and
suggestions for improvements are welcome.
Along with the new features again new texts are waiting to be
translated. All non-english natives are kindly requested to help us
translate Roundcube. Go to http://translator.roundcube.net, select
your language and fill in the missing labels and messages. Completed
files can be posted to our dev mailing list.
As you can see on the translator page, there are several translations
with less than 50% completeness status. We'll have to remove them from
future releases if they're not kept up-to-date.
Thanks for using Roundcube and for contributing to this great project!
Best regards,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I would like to ask if there is any way to set auto logout after some time
of user inactivity?
I've tried to set *keep_alive to greater value than session_timeout, but
this doesn't work.
Many thanks in advance
Regards,
Radovan
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I am a subscriber of Roundcube webmail. I have recently configured roundcube with vpopmail on qmail. Unfortunately, I am facing one problem which the roundcube's password plugin. How will I configure roundcube's password plugin with vpopmail?
Below is my problem's detailed info :
1. I have configured vpopmail with mysql on qmail.
2. I have activated vpopmail's password plugin
But,
When I create new domain on vpopmail, that domain name creates following format on mysql. Example : test.com = test_com
I have configured the password plugin by below query.
UPDATE %d SET pw_passwd=%c, pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1';
above %d is domain part of user. E.g test.com, but my created table name is=
test_com
How can I fix this problem pls????
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
I'm using Postfix + Dovecot + Mysql + RoundCube webmail. The password saved
in Mysql database is *MD5-CRYPT*.
In Dovecot configuration, I set the authentication mechanisms:
*auth default {
mechanisms = plain login digest-md5 cram-md5
}*
In Round Cube main.inc.php, I set:
*$rcmail_config['imap_auth_type'] = "auth";
//CRAM-MD5*
But I cannot login. If I change the *imap_auth_type* to *Plain*, I can login
smoothly.
Cound you please help me how to enable authentication login for Round Cube?
BRs/Minh.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
I want write plugin which generate file with rules for maildrop in mail
account dir. I have one question that roundcube can create files over imap?
Thanks
--
Dariusz Raczkowski
www.atrium-pc.pl
ul. Głogowska 181
61-121 Poznań
gg: 11995886
tel/phone: +48 61 662 12 21
tel kom./cellphone: +48 664 167 788
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I try to write in English.
A normal Reply-Mail starts with 'Re: ' in the subject.
But there are some german Mail-Reader which are using other tag's like:
RE:
Betreff:
AW:
WG:
Antwort:
If I'm writing an reply the new subject looks like
'Re: WG: Antwort: Test'
I think that looks unprofessional!
A better style is:
'Re: Test'
For this I did a code-change in program/steps/mail/compose.php
starting at line 905
<snip>
else if ($compose_mode == RCUBE_COMPOSE_REPLY)
{
$MESSAGE->subject = ltrim($MESSAGE->subject, "RE:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "Betreff:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "Re:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "AW:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "WG:");
$MESSAGE->subject = ltrim($MESSAGE->subject, "Antwort:");
if (preg_match('/^re:/i', $MESSAGE->subject))
</snip>
But sometimes are too many characters deleted - I don't know why!
Best regards from Germany, palatinate
Ulli
--
http://heist.hobby-site.org
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All,
This is my first post to this list and i am very happy
with Roundcube .. I am having a problem while setting up markasjunk2
plugin which is using sa_blacklist Driver. I am also using sauserprefs
plugin which is working perfectly and all my setting being stored in
mysql database. Can any one help me here is the error while clicking
on spam button in webmail :-
Server Error! Service Currently Not available
Logs shows :-
[09-Nov-2010 17:48:06 +0530]: DB Error: _doQuery: [Error message:
Could not execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_63b151dc0daee21713d7035ee522a47b0ac33e46b FROM
'SELECT idx, headers, structure FROM messages WHERE user_id=? AND
cache_key=? AND uid=?']
[Native code: 1146]
[Native message: Table 'spamassassin_db.messages' doesn't exist]
in /var/www/webmail/program/include/rcube_mdb2.php on line 264 (POST
/webmail/?_task=mail&_action=plugin.markasjunk2.junk?_task=&_action=)
[09-Nov-2010 17:48:06] MDB2 Error: no such table (-18): _doQuery:
[Error message: Could not execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_74fe23ef195e80e644264d2fe2bc403c233a11967 FROM
'UPDATE cache SET created=now(), data=? WHERE user_id=? AND
cache_key=?']
[Native code: 1146]
[Native message: Table 'spamassassin_db.cache' doesn't exist]
[09-Nov-2010 17:48:06 +0530]: DB Error: _doQuery: [Error message:
Could not execute statement]
[Last executed query: PREPARE
mdb2_statement_mysql_74fe23ef195e80e644264d2fe2bc403c233a11967 FROM
'UPDATE cache SET created=now(), data=? WHERE user_id=? AND
cache_key=?']
[Native code: 1146]
[Native message: Table 'spamassassin_db.cache' doesn't exist]
in /var/www/webmail/program/include/rcube_mdb2.php on line 264 (POST
/webmail/?_task=mail&_action=plugin.markasjunk2.junk?_task=&_action=)
Here is the config.inc.php contents:-
$rcmail_config['markasjunk2_learning_driver'] = 'sa_blacklist';
$rcmail_config['markasjunk2_read_spam'] = true;
$rcmail_config['markasjunk2_unread_ham'] = false;
$rcmail_config['markasjunk2_detach_ham'] = true;
$rcmail_config['markasjunk2_spam_flag'] = 'null';
$rcmail_config['markasjunk2_ham_flag'] = null;
$rcmail_config['markasjunk2_debug'] = false;
$rcmail_config['markasjunk2_mb_toolbar'] = true;
$rcmail_config['markasjunk2_sauserprefs_config'] =
'../sauserprefs/config.inc.php';
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
When I change my signatures, I see this message:
SERVICE CURRENTLY NOT AVAILABLE!
Error No. [500]
.. and these in the /log/errors:
[08-nov-2010 12:00:51] MDB2 Error: no such field (-19): _doQuery: [Error
message: Could not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3e570cbcd539b2ecaf618b413b1f11d47b5941a49 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list']
[2010-Nov-08 12:00:51 +0100]: DB Error: _doQuery: [Error message: Could
not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3e570cbcd539b2ecaf618b413b1f11d47b5941a49 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list'] in
/var/www/roundcube/program/include/rcube_mdb2.php on line 272 (POST
/roundcube/?_task=settings&_action=save-identity)
I am using updated version of RC:
0.3.1 -> 0.4
How can I make these columns for users?
Best Regards,
Gabor
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
PHP Warning: date() [<a href='function.date'>function.date</a>]: It is not safe to
rely on the system's timezone settings. You are *required* to use the date.timezone
setting or the date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely misspelled the timezone
identifier. We selected 'America/Los_Angeles' for 'PDT/-7.0/DST' instead in
/usr/local/www/roundcube/program/include/main.inc on line 1029
my roundcube errors log is FULL (27G !) of these messages.
I am not sure where to find the "date.timezone" this message refers to.
Nor do I understand the "date_default_timezone_set()" function.
Inside the file main.inc.php, I tried to set
"$rcmail_config['timezone'] = '(GMT -8:00) Pacific Time (US/Canada)';
but the errors log keeps filling up.
So I have adjusted the above to:
"$rcmail_config['timezone'] = 'America/Los_Angeles';
as it suggests, but the errors log KEEPS filling with the exact same message.
Advice gratefully appreciated.
Jim
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
The Inbox and all other folders show with various list columns pre-selected.
Including, specifically the "Sender".
The Sent folder has "Recipient".
Both of the above make total sense.
However, I had a client slide their Sent folder aside because it was VERY
full, and they created a new one.
All of a sudden the old Sent folder is treated as another incoming folder
where the "sender" is visible in the columns. Of course, it is the same
sender for each of their messages, and they really want the Recipient to
show.
I see no way to change a folder so that Sender/Recipient can be swapped.
Is there?
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everyone
Roundcube 0.4.2 does not display correctly some headers
of the email, this graphic example it's from a blackberry read
notification message. This ocurrs to me as well with users writing mail
from squirrel
Any ideas?
--
-------------------------
RICARDO
ARDILA VETROVEC
_Gerente de Redes_
_CeTIC_
UNIMET
--> Desde prueba
frontend para cervantes
-------------------------
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8d/HBmbfT+h/error.JPG
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello everyone, excuse my english, is not so good
This is my
problem
/var/mail/user1
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I have done the upgrade to version 0.4.2 on an existing 0.3.1 installation.
It seems I fixed most of the issues on this Centos 5 server by
installing a lot of php-pear packages.
But I thought I had this covered with the proper package but it seems
email handling still fails with the following error in the log:
roundcube: PHP Fatal error: Call to undefined method
Mail_mime::getHTMLBody() in
/var/www/html/roundcubemail/program/steps/mail/sendmail.inc on line 109
I'm currently using centos 5 on the server with all the normal upgraes
and use PHP from the Utterramblings repository.
I must be missing something obviously but I just fail to see what this
time. So I open to suggestions.
php-pear.noarch
1:1.9.1-1.jason.1
installed
php-pear-Auth-SASL.noarch
1.0.2-4.el5.centos
installed
php-pear-Date.noarch
1.4.7-2.el5.centos
installed
php-pear-File.noarch
1.2.2-1.el5.centos
installed
php-pear-HTTP-Request.noarch
1.4.2-1.el5.centos
installed
php-pear-MDB2.noarch
2.4.1-2.el5.centos
installed
php-pear-MDB2-Driver-mysql.noarch
1.4.1-3.el5.centos
installed
php-pear-Mail.noarch
1.1.14-1.el5.centos
installed
php-pear-Mail-Mime.noarch
1.4.0-1.el5.centos
installed
php-pear-Net-SMTP.noarch
1.2.10-1.el5.centos
installed
--
hvdkooij(a)vanderkooij.org http://hugo.vanderkooij.org/
PGP/GPG? Use: http://hugo.vanderkooij.org/0x58F19981.asc
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi everyone!!!!
I'm testing roundcube to change squirrel at
university on caracas
venezuela, so far excelent!!!
With a user has
no mail or a folder has no mail roundcube return SERVER
ERROR (OK!)
My system dovecot 1.2...
with one mail roundcube display it....
can
you help me?????
thanks a lot
pd. support it's excelent, i'm very
grateful with you for that!
Excuse my english :( spanish
native!!!!
--
-------------------------
RICARDO ARDILA
VETROVEC
_Gerente de Redes_
_CeTIC_
UNIMET
--> Desde prueba frontend
para cervantes
-------------------------
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
Does anyone have plugin to generate file mailfilter which is use by
courier-maildrop?
I want filter mails by subject or sender.
If this plugin not exist does anyone known how setup courier-maildrop
to using mysql?
Thanks
--
Dariusz Raczkowski
www.atrium-pc.pl
ul. Głogowska 181
61-121 Poznań
gg: 11995886
tel/phone: +48 61 662 12 21
tel kom./cellphone: +48 664 167 788
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Please help me install and configuration Calendar for Roundcube. I
was trying to make me but failed. Please only for me how it as
configuration substitution for any run it be. Thanks!
BRs/ HoanNT.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I only see this in large imap folders (i.e. the linux kernel ML).
I open the folder and everything seems fine.
I browse some more, mark a message as spam and somehow the "Loading" message
appears and never dissapears.
It didn't happen previously with the same actions.
Thanks!
--
Arthur Titeica
PharmEc Software Constanta
Mobil: +40 729 290 969
Tel: +40 241 616 747
Fax: +40 341 815 963
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear All,
I have just started roundcubemail on CentOS 5.5 with all the
prerequisites of RoundCube Mail.
I have configured password change plug-in to work with poppassd.
Now after correct configuration, when I try to change the password, it
changes the password but gives me an error message "Could not save new
password"
Please help.
--
*Er. Hiren V. Majithiya*
Engineer (System Administration),
Information System Department,
M/s GNFC Ltd.
*Ph:* 02642-662914
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please don't print this e-mail unless you really need to. Save a tree if possible.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
##########################################################################
# Legal Disclaimer : mail.gnfc.in #
# ------------------------------------ #
# This message may contain confidential and/or privileged information. #
# If you are not the addressee or authorized to receive this for the #
# addressee, you must not use, copy, disclose or take any action based #
# on this message or any information herein. If you have received this #
# message in error, please advise the sender immediately by reply e-mail #
# and delete this message. #
# #
# Thank you for your cooperation #
##########################################################################
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
When there are multiple recipients in an email and trying to reply to it
(either with 'reply' or with 'reply all') I get a blank page and an error in
logs:
PHP Fatal error: Cannot access private property rcube_template::$app in
/var/www/rcube/program/steps/mail/compose.inc on line 916
--
Arthur Titeica
PharmEc Software Constanta
Mobil: 0729 290 969
Tel: 0241 616 747
Fax: 0341 815 963
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/QJ/PwW5kU4K/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi list,
First of all let me thank roundcube developers for their huge work.
Now, I'm facing an issue: my session table is too big, and crashes
a lot.
Is there any plugin, or any solution working, to put session in files
(or other solution is welcome) for instance ?
Thanks a lot for advices,
Pierre
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello folks
This update release fixes the most important bugs of the 0.4 stable release
such as the disappearing upload box or buggy SQL scripts. Further more
support for format=flowed has been improved and some language files have
been completed.
When talking about languages, there are still plenty of our localizations
which are not 100% complete, some of them are even less than 60%. Please
visit http://translator.roundcube.net and send us your updated localization
files.
We recommend to update all existing Roundcube installations with this
release. For a complete list of changes see
http://trac.roundcube.net/wiki/Changelog. Download it from here:
http://roundcube.net/download
We kindly request all packagers to update their distributions with this new
version. As usual, a pure GPL version is available at the downloads page
mentioned above.
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello again.
As you might have heard, also the developers of Roundcube are just human
beings and thus not always creating perfect and 100% bug free work. The
last 0.4.1 release fixed many bugs but also introduced a quite annoying new
one. That's why the next release follows just one week later. It fixes a
few important bugs, especially the "Server Error" message when
expanding/collapsing folders and it also updates some previously incomplete
localization files.
Please replace your 0.4.1 or even 0.4 installations with this new version.
It can be downloaded from http://roundcube.net/download. We also provide a
patch for those who have local modifications and don't want to replace all
the files again. See https://sourceforge.net/projects/roundcubemail/files/
Thanks for using Roundcube webmail!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
When I have the message list displayed and press the preview checkmark,
a red error message is displayed saying "server error (not found)". The
same happens when I have a message displayed in the preview window and
uncheck the preview checkmark. The version is roundcubemail 4.0.1.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I run roundcubemail quite some time on my server with Dovecot 1.2.11
IMAP on the same server and had no problems. Since the upgrade to 4.0
(4.0.1 did not make a difference) the reaction times are awful slow,
about 5 seconds to display the message list or to open the editor.
Installing imapproxy did not help either, and was not installed with 0.3
stable. I like the new features, but if this not a bug or
misconfiguration, I will revert to 0.3. What can I do to isolate the
reason?
Eggert
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
Just upgraded from 0.4 to 0.4.1, the roundcubde log is showing
these errors:
[04-Oct-2010 15:48:08 -0400]: PHP Error: Deprecated hook
name. save_preferences -> preferences_save in
/var/www/roundcubemail/program/include/rcube_plugin_api.php on line 200
(GET
/?_task=mail&_remote=1&_action=list&_mbox=INBOX&_refresh=1&_=1286221691811&_unlock=1)
[04-Oct-2010 15:49:05 -0400]: PHP Error: Deprecated hook name.
user_preferences -> preferences_list in
/var/www/roundcubemail/program/include/rcube_plugin_api.php on line 200
(POST /?_task=mail&_action=autocomplete?_task=&_action=)
Everything in
the interface seems to work fine, except that when I click to expand a
folder - I receive a "Server Error! (Not Found)" message at the top of
the browser even though the folder expands and displays as it should.
Is this indicative of a deprecated plugin? or a known issue?
Thanks
Daniel
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi!
No configuration changes...
I am sending a picture withe one example of a duplicated row as an attachment.
I am restoring the original database and going back to 0.3.1 because users did not give a break during weekend.
See u later.
>>Did you change something else like the hostname? I experienced a similar >>problem before when I swapped between using 'localhost' and using >>'127.0.0.1' as the hostname.
>>It might help if you can post two full rows from the database showing one of the duplicate users.
>>Cheers,
>>Mark
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/89/6NKBT2xW/double.jpg
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Just as a complement, it seems that duplication continues happening as users log on after update. I took a little look and saw that new entries was adder to users just 10 minutes ago, all the usernames already exist at the database with lower ids.
It seems that monday i will have a lot of users trying to kill me... lol
see u later.
----------------
>> You mean 0.3.1 to 0.4.1?
Yes.
>> >> Are your users logging in with full email address?
No, users only need their login without the @domain
>> >> Does the duplicated usernames differ with letter case?
No, the only difference i noticed was the language, in some cases it was pt_BR at one ocurrence and pt_br on another.
>> >> Is your IMAP server case sensitive on login?
Yes it is.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
>>You mean 0.3.1 to 0.4.1?
Yes.
>> Are your users logging in with full email address?
No, users only need their login without the @domain
>> Does the duplicated usernames differ with letter case?
No, the only difference i noticed was the language, in some cases it was pt_BR at one ocurrence and pt_br on another.
>> Is your IMAP server case sensitive on login?
Yes it is.
Thanks!
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Good day,
Two days ago i have upgraded roundcube 1.3.1 to 1.4.1 version following the instructions at "UPGRADING" guide.
After that, some random users are complaining about losing information such as contacts and signatures.
Taking a look at the database (at "users" table), i noticed that this users now have a duplicate entry (with two IDs) and all information at tables like identities and contacts are pointing to the older user_id.
I would like to know if this behavior was seen by any other person. I was also thinking if the deletion of the new user entry could solve the problem in this cases.
Thanks in advance.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
PLAIN is the default. It is ALWAYS available, even if you have other
methods in place. Therefore, your system now just drops down to PLAIN
before trying anything else ! Therefore, you will see a speed increase
as the system just logs in , rather than trying anything else first.
Of course, if the other AUTH methods you advertise work, then they
should be similar in speed.
What generally happens is that the server will advertise an AUTH
method
that it doesn't support. Then you see speed loss due to try and catch
handshaking while the client drops down each time to a lower level of
authentication. This can kill sessions. So its try, stop and wait, try
something else, stop and wait, try stop and wait, oh that one works !!
On Thu, 30 Sep 2010 21:43:52 +0700, <hoannt(a)mail.ciid.cz.cc> wrote:
> Hi Stan,
>
> Last time, I let those configuration as default:
>
> $rcmail_config['imap_auth_type'] = null;
> $rcmail_config['imap_root'] = null;
> $rcmail_config['imap_delimiter'] = null;
>
> Now, my one is:
>
> $rcmail_config['imap_auth_type'] = "plain";
> $rcmail_config['imap_root'] = null;
> $rcmail_config['imap_delimiter'] = "."; //a dot for delimiter
>
> 1. $rcmail_config['imap_auth_type'] = "plain";
> Actually, in MYSQL database, the Password is MD5-CRYPT. I just checked
> it again, the password was store like
> "$1$51dd62a1$RxZRpwoZ/q5EuEH/3epFp". But I don't know why I setup the
> PLAIN and it's still working. This is my experience when I configure
> for
> ManageSieve Plugin (of RoundCube). I also set Plain for ManageSieve and
> it works.
>
> 2. $rcmail_config['imap_root'] = ""; //blank
> I store all mails in the directory of each user, so this parameter is
> blank.
>
> 3. $rcmail_config['imap_delimiter'] = ".";
> I'm using Dovecot and the Default folder Delimiter is a dot "."
>
> In my opinion, the first one, "imap_auth_type", is the most important
> parameter to speed up when you are login, and when you're click on other
> folders in the interface. I changed it once and the effect was very
> good. It was true in my case.
> For the second and the third, I see no effect but I still want to
> change it.
>
> BRs/ Hoan.
>
>
>
>
> _______________________________________________
> List info: http://lists.roundcube.net/users/
> BT/0fe063a5
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Supporter,
I migrated my Email server from
SquirrelMail to RoundCube.
From the last (with SquirrelMail)
the Email Server worked fine.
Now, my RoundCube interface
works fine also, except, the loading speed of Web page quite slow. It
slows down speed of all components like Login Page, Mailing Page, Compose
Page, Settings Page...
Could you please let me know what is
the Recommendation Hardware to using Round Cube (Chip, RAM, Bus speed,
HardDisk...). This might be my old Server with weak processing capability,
and I plan to upgrade it.
May thanks in advance for you
support.
BRs/ HoanNT.
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I upgraded mysql from 5.0 to 5.1 and now the "password" plug-in
refuses to save. The log follows. RC version is 0.4, and mysql was
updated successfully when I switched from 0.4-beta.
I don't undestand why the error messages suggests me to run
"mysql_upgrade" when this is a script to migrate from one version of RC
to another.
DB Error: MDB2 Error: unknown error Query: _doQuery: [Error message:
Could not execute statement]
[Last executed query: SELECT update_passwd('*****', 'xxx(a)xxx.xx')]
[Native code: 1558] [Native message: Column count of mysql.proc is
wrong. Expected 20, found 16.
Created with MySQL 50067, now running 50151. Please use mysql_upgrade
to fix this error.]
in /path/to/roundcubemail-0.4/program/include/rcube_mdb2.php on line
644
(POST /?_task=settings&_action=plugin.password-save?_task=&_action=)
Thanks for any help
Roberto
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I've installed roundcubemail (v0.4) for the first time and after
resolving a few initial issues I was able to log in and view my email
(using myself as a test).
The problem comes when I try to move a message to the trash, I get an
error stating "could not move the message". When I sent a test message
to myself, it delivered ok, but I also got an quick error and nothing
shows up in the sent folder.
I've dug around in the wiki and searched the email list archives and
haven't be able to find this topic covered.
So, other than my inbox (in /var/spool/mail), where are the "folders"
that roundcubemail uses in the filesystem and what ownership and
permissions should they have?
background:
centos 5.5
postfix for smtp
dovecot for imap/pop
Today is the first time I've configured the imap server, but dovecot is
pretty easy to work with... and I've had the pop server working for over
6 years now.
--
Steve Lindemann, MSIS __
Network Administrator //\\ ASCII Ribbon Campaign
Marmot Library Network \\// against HTML/RTF email,
+1.970.242.3331 x116 //\\ vCards & M$ attachments
http://www.marmot.org
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
I'm running a RoundCube installation on a FreeBSD server here, and
it's fed by a *remote IMAP server. As recommended in the settings, I
set
$rcmail_config['enable_caching'] = true;
but despite this, accessing the mails is *dead slow. It takes at least
5 seconds to access any given folder, and this doesn't seem to change
after the folder has been accessed once (and hence cached?). This
makes using RoundCube quite inconvenient.
I'm quite oblivious as to what could cause such a slow performance,
but I'm willing to test and try.
Hints, anyone?
Cheers,
Nico
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
How configure roundcube to display names from GECOS field into
the From: field ?
Actually we use LDAP backend and the name displayed is the *login*
( uid ) of the sender , I would like to display real names extract from
the GECOS field ( givenName LDAP attr )
thanks a lot
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
We've recently migrated our webmail service to RoundCube, but we've been
having some problems with Internet Explorer.
Internet Explorer tries to download the attachment but we get the error
showed in this picture:
http://feupload.fe.up.pt/get/cIICVrzuu0VmuKI
In all the other browsers we have no problem.
Has anyone encountered this problem?
Regards,
Filipe
--
Filipe André Romualdo de Carvalho
Unidade de Administração de Sistemas (UAS)
Centro de Informática Prof. Correia de Araújo (CICA)
Faculdade de Engenharia da Universidade do Porto (FEUP)
Tlf: (+351) 22 508 15 06 - SIP/VoIP: filipec(a)fe.up.pt / Ext: 3092
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello, Everybody!
I updated my Roundcube to the latest stable version, than I tried change
my signature.
I see this message:
"SERVICE CURRENTLY NOT AVAILABLE!
Error No. [500]"
error log:
[08-szept-2010 13:59:46] MDB2 Error: no such field (-19): _doQuery: [Error
message: Could not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3618113ed6cf01626cf4293df93d144dca8686918 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list']
[2010-Sep-08 13:59:46 +0200]: DB Error: _doQuery: [Error message: Could
not execute statement][Last executed query: PREPARE
mdb2_statement_mysql_3618113ed6cf01626cf4293df93d144dca8686918 FROM
'UPDATE
identitiesn SET changed=now(), `name`=?,`email`=?, `organization`=?,
`reply-to`=?, `bcc`=?, `standard`=?, `signature`=?, `html_signature`=?n
WHERE identity_id=?n AND user_id=?n AND del1'][Native code: 1054][Native
message: Unknown column 'changed' in 'field list'] in
/var/www/roundcube/program/include/rcube_mdb2.php on line 272 (POST
/roundcube/?_task=settings&_action=save-identity)
I think it's a database problem.
Can I make the new columns of RC database automatically (by an update
script)?
Best Regards,
Gabor Bernics
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I try to write in English.
Since a few days I'm using CubeMail.
In Germany many Users uses an AW: instead of Re: in the subject of an
Reply-Mail.
Answering an Reply-Mail (starting with AW:) results in Re: AW: ..
That doesn't look good.
For this case I've added an line in the
program/steps/mail/compose.inc
starting at line 893:
// create a reply-subject
else if ($compose_mode == RCUBE_COMPOSE_REPLY)
{
// NEW begin
if (preg_match('/^aw:/i', $MESSAGE->subject))
{$MESSAGE->subject[0] = 'R'; $MESSAGE->subject[1] = 'e';} // AW: = Re:
// NEW end
if (preg_match('/^re:/i', $MESSAGE->subject))
$subject = $MESSAGE->subject;
else
$subject = 'Re: '.$MESSAGE->subject;
}
---cut---
Please add this function to future versions.
Best regards from Germany
Ulli (Heist)
--
http://heist.hobby-site.org/
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
New European Portuguese (pt_PT) translation for Managesieve plugin.
Hope that has everything correct.
Regards,
DC
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/HN/jgtehmxx/pt_PT.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I would like to know if it is possible to strip the '@domain.tld' part
from a certain group of users?
What I would like to achieve is that one group of users can login with
just username (with the aid of username_domain) AND that another group
(the system users) must use the local domain but that has to be stripped
otherwise pam auth will fail!
When I force the 'priviledged users to use their domain all is nice and
dandy ofcause. Then systemusers just give their username.
Any smart ideas?
TIA
Egbert Jan
_______________________________________________
List info: http://lists.roundcube.net/users/
BT/9b404e9e
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