Roundcube Update: 0.2

I can send emails but now my RC has added
INDEX.sent
INDEX.spam

I can send emails, but the email doesn't show in the sent folder. It just vanishes.
Any way to fix this? It worked PERFECTLY before this update.
 
I suggest creating another forum just down "Official DirectAdmin Announcements" called "DirectAdmin Announcements and Discussions" and actually lock the main topic made by DA Support each time there is an announcement and leave the discussion to there, this way people may remain subscribed to the main Announcements forum without receiving mail related to the discussions related to that.

Just a suggestion :D
 
I suppose I can figure out how to make sure only certain logins can post to Official DirectAdmin Announcements and move the discussions on all current topics to the new discussion.

I don't believe there's a way to post replies to a new forum though, so people would have to intelligently name new threads.

I'm awaiting DA Staff approval (and time).

Jeff
 
Roundcube now broken

if you are using DirectAdmin with the old customapache, please do this:
Code:

cd /usr/local/directadmin/scripts
wget -O roundcube.sh http://files.directadmin.com/services/all/roundcube.sh
./roundcube.sh
rm -rf /var/www/html/roundcubemail-0.1*

I did this and now I get

Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /var/www/html/roundcubemail-0.2/program/include/main.inc on line 74
 
diable

is there a way to disable roundcube?
I dont use it so it would be easyer for me just to disable it.

tnx

Running on debian
 
I'm Confused...

Last night at midnight httpd terminated unexpectedly and wouldn't restart. After restarting the VPS container httpd restarted ok. However, I couldn't see anything abnormal in the logs but thought I should update to the latest DA anyway, just to be safe. The update appeared to go without error, however, Roundcube has been disabled by DA without it asking my permission first, which I would not have agreed to until I had gathered the information required to fix and re-enable it :(

We now have customers calling us to inform us that the webmail appears to be down.

Also after the upgrade, I got a message from the Message System, saying:

Roundcube version 0.1 has been found your system.

The locations on disk are within /var/www/html in the folder(s):
/var/www/html/roundcubemail-0.1.1

These locations have been disabled by means of chmod to 0 for security reasons.
Please update roundcube to 0.2 or higher and remove any old versions.
http://www.directadmin.com/forum/showthread.php?t=29240

Related: http://help.directadmin.com/item.php?id=247

I've followed the link to this thread and read all the posts here, however, I'm still at a loss for what procedure needs to be followed.

If you are using DirectAdmin with the old customapache, please do this:

How can I tell if I'm using "the old customapache"?

However, we suggest updating to the newer custombuild. For those with custombuild:

How can I determine whether we have "custombuild"?

Thanks in advance. (by the way, couldn't spot any differences with the newer version of DA (upgraded from 1.32), I hope it was worth it!).

Kind regards,

peter
 
Last night at midnight httpd terminated unexpectedly and wouldn't restart. After restarting the VPS container httpd restarted ok. However, I couldn't see anything abnormal in the logs but thought I should update to the latest DA anyway, just to be safe. The update appeared to go without error, however, Roundcube has been disabled by DA without it asking my permission first, which I would not have agreed to until I had gathered the information required to fix and re-enable it :(

We now have customers calling us to inform us that the webmail appears to be down.

Also after the upgrade, I got a message from the Message System, saying:



I've followed the link to this thread and read all the posts here, however, I'm still at a loss for what procedure needs to be followed.



How can I tell if I'm using "the old customapache"?



How can I determine whether we have "custombuild"?

Thanks in advance. (by the way, couldn't spot any differences with the newer version of DA (upgraded from 1.32), I hope it was worth it!).

Kind regards,

peter
Just use the first method if you're not sure. It'll work in either case.
 
I can send emails but now my RC has added
INDEX.sent
INDEX.spam

I can send emails, but the email doesn't show in the sent folder. It just vanishes.
Any way to fix this? It worked PERFECTLY before this update.

I've got the same problem, since the upgrade Sent messages disappear but will arrive. How to fix this? Thanks.
 
I'm having this issue as well, also deleting emails doesn't send them to the trash folder

Actually I fixed my problem, in roudcube settings if you go to "special folders" and specify them there they will work correctly
 
I have php4 on my machine and php5 via suphp. However dropping the usual addhandler into .htaccess in the RC2 folder I can't get it to go, it complains of not being able to access the DB, although the details in the DB are right.


I've done this, does this mean my RC1 install is okay? That file has not been updated since 08/08/07 ??
 
Updated roundcube succesfully but today after a week without problems again apache stopped working. In my error_log I only find

[Tue Mar 31 21:43:55 2009] [error] [client 80.86.101.235] File does not exist: /var/www/html/roundcubemail-2
[Tue Mar 31 21:43:55 2009] [error] [client 80.86.101.235] File does not exist: /var/www/html/404.shtml
[Tue Mar 31 21:43:55 2009] [error] [client 80.86.101.235] File does not exist: /home/admin/domains/sharedip/roundcubemail-2
[Tue Mar 31 21:43:55 2009] [error] [client 80.86.101.235] File does not exist: /home/admin/domains/sharedip/404.shtml
[Tue Mar 31 21:43:55 2009] [error] [client 80.86.101.235] File does not exist: /home/admin/domains/sharedip/roundcubemail-2
[Tue Mar 31 21:43:55 2009] [error] [client 80.86.101.235] File does not exist: /home/admin/domains/sharedip/404.shtml
[Tue Mar 31 21:43:55 2009] [error] [client 80.86.101.235] File does not exist: /home/admin/domains/sharedip/roundcubemail-2
[Tue Mar 31 21:43:55 2009] [error] [client 80.86.101.235] File does not exist: /home/admin/domains/sharedip/404.shtml
 
I update the rundcube succesfully. However, when i try to use it i get this message:
"Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /var/www/html/roundcubemail-0.2.1/program/include/main.inc on line 74"

As someone said before, the problem is that roundcube is using PHP4.
I already have PHP5 installed, how can i tell roundcube to use PHP5? Where can i change that?

Someone told me that i should change the PHP Version that the "admin" user is using, but i cant, cause theres no domain registered to the admin account.
Please help me!

Thanks in advance.
Bye!

PD: Sorry for my Poor English, im from Argentina.
 
Edit /var/www/html/roundcube/.htaccess file and set PHP5 to be the default one.
 
Back
Top