Hello everyone,
I would like to install the vacation plugin on Roundcube 0.5.1, and use
the ftp driver.
The "vacation"-Tab shows up in the settings-section, but when I click on
it, I get the following error:
CONFIGURATION ERROR
Vacation plugin: s cannot be opened
Please read the INSTALL instructions!
In the logs I see something like:
PHP Error: Vacation plugin: s cannot be opened in
/srv/www/htdocs/roundcubemail/plugins/vacation/lib/vacationdriver.class.php
on line 0 (GET /roundcubemail/?_task=settings&_action=plugin.vacation)
Can anyone tell me what's up, and how I can bring the vacation module up
and running?
Thanks for help.
PS: I'm on a suse 11.3 // php5 // apache2 // mysql // postfix // dovecot
--
Andre Tann
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all -
Running 0.5.1 (upgraded from 0.4.1). Stupidly, I also upgraded MySQL, PHP and Dovecot before I tested if 0.4.1 still worked. Now when I login I get the UI but then consistently get "Server Error! (OK)". The IMAP log looks OK. Here's the Dovecot log - I'm thinking it's OK..
Code:
2011-03-11 16:28:19 auth(default): Info: master out: USER 295 xxx system_groups_user=xxx uid=xxx gid=xxx home=/home/xxx
2011-03-11 16:28:19 imap-login: Info: Login: user=<xxx>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS
2011-03-11 16:28:19 IMAP(xxx): Info: Effective uid=xxx, gid=xxx, home=/home/xxx
2011-03-11 16:28:19 IMAP(xxx): Info: cydir: mailbox location not given
2011-03-11 16:28:19 IMAP(xxx): Info: cydir: Couldn't create mail storage : Root mail directory not given
2011-03-11 16:28:19 IMAP(xxx): Info: dbox: mailbox location not given
2011-03-11 16:28:19 IMAP(xxx): Info: dbox: Couldn't create mail storage : Root mail directory not given
2011-03-11 16:28:19 IMAP(xxx): Info: maildir: access(/home/xxx/Maildir, rwx): failed: No such file or directory
2011-03-11 16:28:19 IMAP(xxx): Info: maildir: couldn't find root dir
2011-03-11 16:28:19 IMAP(xxx): Info: maildir: Couldn't create mail storage : Root mail directory not given
2011-03-11 16:28:19 IMAP(xxx): Info: mbox: root exists (/home/xxx/mail)
2011-03-11 16:28:19 IMAP(xxx): Info: mbox: INBOX exists (/var/mail/xxx)
2011-03-11 16:28:19 IMAP(xxx): Info: fs: root=/home/xxx/mail, index=, control=, inbox=/var/mail/xxx
2011-03-11 16:28:19 IMAP(xxx): Info: Disconnected: Logged out bytes=93/808
2011-03-11 16:28:19 auth(default): Info: new auth connection: pid=26712
Clicking on Settings, Address Book, etc. all give me the right info so it looks like the MySQL connection is fine. I can send messages fine. But - every time I click on a mailbox I get the server error message.
How do I troubleshoot this?
There is nothing placed in the errors file. I've verified the "errors" file is working by logging in as a non-existent user. A message is written into the errors file stating that the login failed - so logging works to the errors file. However, there are no messages with regards to the Server Error! (OK) message.
PHP version is PHP 5.3.3-1ubuntu9.3 with Suhosin-Patch (cli) (built: Jan 12 2011 16:08:14). Apache version is Apache/2.2.16 (Ubuntu). There are no errors in the Apache logs nor in the php logs. Basically, there are no logs pointing to where this error is coming from which is why I figured this community might be able to help. I'm at wit's end! I appreciate your responses.
Thanks!
Chris
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi!
In my case it seems that searching for contacts in address book is only
looking at the sql field 'words'.
I didn't look at the code I only did experiments.
However the 'words' field is by default empty as this is an upgrade
from 0.3.x to latest svn.
Any thoughts?
--
Arthur Titeica
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello All,
I am using roundcube with archive plugin, All my users
have folder named Archive and i want to map my IMAP folder archive in
default. How to achieve the same so that i can get archive option in
main page of webmail.
Thanks
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi List:
My name is Javier and I am from Argentina.
I have Rouncube as Webmail.
The problem I have is that the /logs/sendmail file didn´t work.
In the config file of Rouncube, I have $rcmail_config['debug_level'] set to
1 and $rcmail_config['log_driver'] set to file,
the $rcmail_config['log_dir'] is pointing to 'logs/'; and permissions of the
sendmail file are: -rw-rw-r-- 1 www-data www-data for apache2 Web server.
Could someone please help me to find how can I make this log file start
register logs?
Thank you very much for your attention.
With best regards,
Xavi
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi, in IE6、7、8 chinese version roundcube can't open pdf as
attachment, it says loading data... and doesn't open the file in the
frame. firefox works ok!
( that can prompt me to save attached file in
IE6.0 englisth version,but still says loading data.. in the frame. )
if filename in Chinese (maybe is not English is same) the above is
occurred,in englisth filename , it's ok and prompt me to download or
save the pdf file.
RCU0.5.1
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
i have a problem with the managesieve plugin. When I add a filter to a
filter set and then select action as setflag, sddflag, removeflag, can I
save this filter. This filter set works fine with dovecot. But I can't
add another filter.
In roundcube shows up „Unable to save filter. Server error occured“.
The logs contain „[07-Mar-2011 13:10:06] test.roundcube: line 1: error:
require command: unknown Sieve capability 'imapflags'. test.roundcube:
line 5: error: unknown command 'removeflag' (only reported once at first
occurence). test.roundcube: error: validation failed. (3): „
test.roundcube:
require ["imap4flags"];
# rule:[TEST]
if header :contains "Subject" "TEST"
{
setflag "\\Seen";
stop;
}
I am using roundcube r4591 and as IMAP server Dovecot 1.2.16.
Is this a bug and/or how i can solve this problem ?
Thanks, Regards,
Carsten
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello all,
How to send post value to roundcube web login from outside? I would like to login my roundcube through another weblogin page. Which post parameters should I send?
Thank you
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi - I just upgraded from 0.4.2 to 0.5.1 and came across the following
issue:
After upgrading, I ran the installer to test the config. The installer
told me that "imap_root" setting in main.inc.php had been changed to
"imap_ns_personal". So I replaced the imap_root entry with one reading
imap_ns_personal - and did not see any folders anymore, and could not
read e-mails anymore. After trying numerous things, I just replaced
imap_ns_personal again with imap_root and ... it's working again.
Why? The installer is not happy with this change - but I am. :-)
Thanks!
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello.
I see subscribe archives, but not understand RC support email threads
or not? I use $rcmail_config['autoexpand_threads'] = 1 but nothing
happens.
"Threaded message listing" in main RC page that mean?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I am looking to update to roundcube 0.5.1 and I've moved my template
from 0.4.2 over to it but it looks like the folder management has
changed. Where previously I had a section in the managefolders.html
file to create new folders, this no longer seems to work
<div style="">New Folder Name: </div>
<div style="padding: 10px 0px 10px 0px;"><roundcube:object
name="createfolder" form="subscriptionform"
hintbox="rcmailaddfolderhint" /></div>
<roundcube:button command="create-folder" type="input"
class="button" label="create" />
<div id="rcmailaddfolderhint" class="hint"
style="margin-top:1em; height:16px"></div>
It looks like the functionality for adding and editing folders has
been moved to the folderedit template, however my current template has
a visible form for adding folders in the main folders screen which is
in the folders.html file. Is it still possible to do this?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I am totally new to RoundCube and mail servers in general. Have used the
QNAP installer to install Xdove on my QNAP TS-410. Install went OK. No
error messages and I am getting some results with Uebimiau so Xmail is
working.
My question is very basic but missing from any documentation. What is the
url to log in? Is it qnap/RoundCube as a URL? If it is then this give me
nothing.
Help please
Paul Lakra
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
It did help me to turn the installer on and check things. One of the
messages said it could not read the file. I chmoded it 664 and voila
:) So it was a simple permission issue.
Warm regards,
Zbigniew Szalbot
On 1 March 2011 10:40, Zbigniew Szalbot <zszalbot(a)gmail.com> wrote:
>
> Hello,
>
> On 1 March 2011 09:42, Zbigniew Szalbot <zszalbot(a)gmail.com> wrote:
> >
> > Hello,
> >
> > > Did you rename the dist file?
> > > By default, the db.inc.php file doesn't exist but the db.inc.php.dist
> > > exists.
> >
> > Thanks. My installation was working before so db.in.php exists in the
> > config directory.
>
> One more clue from the error log:
> DB Error: no RDBMS driver specified in
> /path-to-roundcube/roundcube/program/include/rcube_mdb2.php on line
> 101
>
> Thanks!
>
> Zbigniew Szalbot
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
I tried upgrading Roundcube 0.4 to 0.5 (roundcube-0.5.1,1) on a
FreeBSD machine. It all went well and I used the mysql.update.sql file
to upgrade the database. However, when I now want to log in to
roundcube, it gives me the following message:
> CONFIGURATION ERROR
> db.inc.php was not found.
> Please read the INSTALL instructions!
I am not sure why db.inc.php cannot be found. It does exist in the
config directory. Can you please help me troubleshoot it? Thank you
very much in advance!
Zbigniew Szalbot
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Each time I go to personal setting I get the following:
Thu Feb 24 07:49:03 2011] [error] [client 192.168.0.1] PHP Fatal error:
Call to a member function request_form() on a non-object in
/usr/share/roundcubemail/program/steps/settings/func.inc on line 236,
referer: http://myhost:81/?_task=mail
Can someone please help?
--
Stephen Cox
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
today, i have receive a email,that contains the two docs
as the attached files.(word document), and tha's is a forward message
from my co-wrok. but it can not display the attached files in RCU
0.5STABLE. (test twice). same email, he has cc to my other email
address(non corporation mail server), tha's ok, it's display the
attached files in webmail. so i think, that's a bug in RCU 0.5 stable.
the attached file is the source of the email.
Deng
--
Best Cheer
(XiaMen) Stone Works CO.,LTP.
Phone: 0592-7221600
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/lG/HVqODNkc/message-source.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
I have a number of people complaining about messages not displaying
correctly in roundcube, I can pull up the messages in squirrelmail and
they will display correctly but in roundcube they only partially
display, any idea how I might fix this?
Thanks,
James Devine
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
I have such errors in logs/errors file
[18-Feb-2011 15:20:31 +0100]: PHP Error: Deprecated hook name.
outgoing_message_headers -> message_outgoing_headers in
/usr/local/www/roundcube/program/include/rcube_plugin_api.php on line
207 (GET /roundcube/?_task=settings)
Could someone explain to me what's wrong ?
Thanks a lot
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
im useing roudceubemail 0.5stable, i have a problem about
open pdf file in roundcubemail. the roudcubemail can not load PDF files
and has been displayed "LOADING data".
please the attached file.
IE8.0
--
Best Cheer (XiaMen) Stone Works CO.,LTP.
Phone:
0592-7221600
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/C3/yP1E6Odf/pic.PNG
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.
> Hi,
> 1. please check "$rcmail_config['smtp_server'] = 'localhost'" in main.inc.php file.
i have there written the ip adress of the smtp server. on the webserver isnt any mailserver running.
> 2. " telnet localhost 25" to check the postfix is work fine and is that > listing in 25 port on localhost.
a "telnet IP_OF_MAILSERVER 25" works. can send emails with smtp commandos.
regards and thanks for ur help
tassilo
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
hi
when i want to send an email with roundcube it takes a while then i get an error "smtp error (-1)"on the mailserver side theres no trace that roundcube even tried to log in.
on the webserver in the error log :
[16-Feb-2011 23:04:31] Connection timed out (145):[16-Feb-2011 23:04:31] Failed to connect socket: Connection timed out ():[16-Feb-2011 23:04:31 +0100]: SMTP Error: SMTP error: Connection failed: Failed to connect socket: Connection timed out in /htdocs/sulat/program/steps/mail/func.inc on line 1479 (POST /?_unlock=loading1297893807322?_task=mail&_action=send)
there no firewall on port 25. normal imap login work just fine.sending emails using e.g. thunderbird also is fine , just not with roundcube.
anybody could give a hint?
thanks
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear all,
Im using roundcubemail 0.5stable and dovecot2.09. When
i change the user quota in mysql, the rcmail show the capacity will not
change. i've run "doveadm quota recalc".
the following is user_query
in dovecot-sql.conf.ext
user_query =
SELECT username AS
user,uidnumber AS uid, gidnumber AS gid,
CONCAT('/home/mail/',homedir)
AS home,
CONCAT('maildir:/data/mail/',maildir) AS mail,
CONCAT('MAILDIR:STORAGE=',QUOTA) AS QUOTA
FROM mailbox WHERE username
= '%u' AND active = '1'
--
Best Cheer (XiaMen) Stone Works
CO.,LTP.
Phone: 0592-7221600
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi All,
Anyone know of any future interest in developing Roundcube to be optimised for
browsers?
With the influx of iPhones and more specifically iPads lately with my customers,
I need a mail solution which is easy to use on them.
As these are multi-user devices, I'd prefer to see a webmail app used for this
purpose rather than attempting to configure the native 'Mail' app
Cheers,
Peter
--
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Running 0.4.2-stable with default skin. Seeing many (several hundred
daily) 404's logged in Apache. Entries are always the same, other than
the IP address and the ID(?) in the request:
xxx.xxx.xxx.xxx - - [14/Feb/2011:07:33:10 -0800] "GET
/webmail/?_task=mail&_remote=1&_action=keep-alive&_t=1297697589810&_=1297697589810&_unlock=0
HTTP/1.1" 404 15
This is not consistent - many similar entries log as successful - i.e.
200. Any ideas what I should look for?
--
Arne Berglund
System Administrator, Internet Services
Lane Education Service District
Eugene, OR
____________
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e