Koozali.org: home of the SME Server

FYI: Great ajax mail client

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
FYI: Great ajax mail client
« Reply #15 on: December 09, 2006, 03:50:44 AM »
Quote from: "Ryan483"
Edited again. Wow, you guys are on the ball! How did I miss that?

 :)
I would put:
Code: [Select]
ssh into your server with root account.
cd to  /home/e-smith/files/ibays/"ibay name"/html,  without the quotes.
wget  http://easynews.dl.sourceforge.net/sourceforge/roundcubemail/roundcubemail-0.1beta2.tar.gz
tar -zxvf r*
cd r*
mv * ..
cd ..
mysql roundcube < SQL/mysql.initial.sql

Notice roundcube db

Offline Ryan483

  • *
  • 28
  • +0/-0
    • http://rspencer.ath.cx
FYI: Great ajax mail client
« Reply #16 on: December 09, 2006, 04:44:35 AM »
Edited again, thanks. So much for trying to flex my linux skills :roll:
Oh well, just trying to contribute to this awesome OS.

By the way, after a few days of using this client: I really like it. It's simple, fast, intuitive, looks great, and easy to install. It does not have a calendar feature but I hear this in the works. I intend to compare it to hula, zimbra, etc - all on SME of course!

Offline smeusr

  • ***
  • 74
  • +0/-0
Re: roundcube on sme 601
« Reply #17 on: December 09, 2006, 07:46:16 AM »
Quote from: "jamesd1343"
dropped files into ibay with permissions
created mysql db
edited conf files one for db connection other to specify domain name
logged in

all seems to be working for the most part


Can you please explain what is meant by "dropped files into ibay with permissions"?  I'm not familiar with the phrase "with permissions".  Thanks.

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
FYI: Great ajax mail client
« Reply #18 on: December 12, 2006, 12:44:12 PM »

CKConsulting

FYI: Great ajax mail client
« Reply #19 on: December 13, 2006, 05:10:12 AM »
If I install this can both Horde and RoundCube still be used?
Does email show up on both?

I'd like to test it and give my users a choice.

Rick

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
FYI: Great ajax mail client
« Reply #20 on: December 13, 2006, 11:30:46 AM »
yes,

same as you can use thunderbird and outlook

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
FYI: Great ajax mail client
« Reply #21 on: December 13, 2006, 12:32:44 PM »
The only problem that i see is that you can't open mails with more than 5mb (big atachments) and that you have to put aliases manually in roundcube (my userse get a name@localhost account and i have to fix it to name@domain1 or name@domain2).
"It should just work" if it doesn't report it. Thanks!

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
FYI: Great ajax mail client
« Reply #22 on: December 14, 2006, 01:24:54 AM »
Is the 5mb limit caused by roundcube or do you just need to increase the php limit in the apache/ibay fragment.
Does horde have a bigger limit set for itself

Don't all email clients need some setting up by the user

I'd like to see a preview pane, i may try to add the patch

Offline mdo

  • *
  • 355
  • +0/-0
FYI: Great ajax mail client
« Reply #23 on: December 14, 2006, 07:42:51 AM »
re: get a name@localhost:

Under Personal Settings/Identities there is one (maybe created by roundcube with the first login for a new user ???) that looks as follows:

Display name = login user name/account name = xxxxx
Email = xxxxx@mail.domain.co.nz (but this should be xxxxx@domain.co.nz)

does it take that domain name from this (??):

$rcmail_config['default_host'] = 'mail.domain.co.nz';
...

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
FYI: Great ajax mail client
« Reply #24 on: December 14, 2006, 08:20:32 AM »
$rcmail_config['default_host'] = 'mail.domain.co.nz';

yes
this is what roundcube takes to create email address
(and to auth against)

servername
domainname.com
or server.domainname, or mail.domainname
all work

Offline bpivk

  • *
  • 908
  • +0/-0
    • http://www.bezigrad.com
FYI: Great ajax mail client
« Reply #25 on: December 14, 2006, 12:12:53 PM »
But the problem is that roundcube doesn't check for false identities. You can set your mail (alias) to gates@microsoft.com and it will send it without any problems.
"It should just work" if it doesn't report it. Thanks!

Offline Rien

  • *
  • 216
  • +0/-0
    • http://www.taurix.nl
FYI: Great ajax mail client
« Reply #26 on: December 16, 2006, 02:09:05 PM »
Hi,

Horde didn't work anymore after I updated PHP (php-domxml was replaced by php-xml)

I used the install method from dungog and it works perfectly. Great contrib !!

Quote from: "snoble"
alternate install method

http://www.dungog.net/sme/webapp.php#roundcube


Thanks,
Rien
(The Netherlands)......

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
FYI: Great ajax mail client
« Reply #27 on: December 16, 2006, 02:38:59 PM »
Quote from: "Rien"
Hi,

Horde didn't work anymore after I updated PHP (php-domxml was replaced by php-xml)


Code: [Select]
PHP Notice:  Use of undefined constant PEAR_LOG_DEBUG - assumed 'PEAR_LOG_DEBUG' in /home/httpd/html/horde/lib/Horde/DataTree/sql.php on line 179
Dec 16 11:30:02 sme php: PHP Fatal error:  Class 'Log' not found in /home/httpd/html/horde/lib/Horde.php on line 111
Dec 16 11:30:02 sme php: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/domxml.so' - /usr/lib/php/modules/domxml.so: cannot open shared object file: No such file or directory in Unknown on line 0


True,
How are you dealing with all the error messages?
http://forums.contribs.org/index.php?topic=34895.0

Offline Rien

  • *
  • 216
  • +0/-0
    • http://www.taurix.nl
FYI: Great ajax mail client
« Reply #28 on: December 16, 2006, 04:11:37 PM »
Hi Stuntshell,

I did not get any errors.

I did the following:

Code: [Select]
rpm -e --nodeps php-domxml
yum --enablerepo=centosplus update php
wget http://magicwilly.webhostingpal.com/SME7%20How%20To%20Files/PHP5/50PathsDirectories
mkdir -p /etc/e-smith/templates-custom/etc/php.ini
cp 50PathsDirectories /etc/e-smith/templates-custom/etc/php.ini/50PathsDirectories
expand-template /etc/php.ini
wget http://magicwilly.webhostingpal.com/SME7%20How%20To%20Files/PHP5/20LoadModule80PHP
mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
cp 20LoadModule80PHP /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/20LoadModule80PHP
expand-template /etc/httpd/conf/httpd.conf
/etc/rc.d/init.d/httpd restart
rpm -Uvh --nodeps http://mirror.contribs.org/smeserver/releases/7/updates/i386/RPMS/php-domxml-4.3.9-3.15.i386.rpm
signal-event post-upgrade
signal-event reboot


It installed fine and after that I did a Yum update (with the centosplus repository)
Rien
(The Netherlands)......

Offline Rien

  • *
  • 216
  • +0/-0
    • http://www.taurix.nl
FYI: Great ajax mail client
« Reply #29 on: December 16, 2006, 04:19:43 PM »
I removed e-smith-horde, e-smith-imp, e-smith-ingo, e-smith-turba, horde, ingo-h3 and imp-h3

I want to open roundcube with localhost/webmail instead of localhost/roundcube because it is easier to remember.

Editing $rcmail_config['db_dsnw'] in /opt/roundcube/config/db.inc.php doesn't work.

How can I do this?
Rien
(The Netherlands)......