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