![]() | ![]() |
| |||
| Hi folks, Ubuntu 7.04 server amd64 webmin usermin I have roundcube-webmail running here but can't make it to work. I found following howto; RoundCube Webmail On Your ISPConfig Server Within 10 Easy Steps | HowtoForge - Linux Howtos and Tutorials It requires ISPConfig to perfom Step-1. However ISPConfig is conflict with Webmin. They are doing the same job. Is there any way to complete Step-1 without ISPConfig? TIA TIA Remark: I'm running Linux users NOT virtual users B.R. satimis |
| ||||
| YOu don't need ISP Config - whatever that is If you read some proper documentation on roundcube you'll be fine What exactly are you trying to do on this server anyway??
__________________ Hosting & Domains|Plesk Vps Hosting|Blog Tips|Films.ie|Gadgets|Monetisation Tips|Movie Chat Energise your forum! Click here for info |
| |||
| Quote:
found and read following documents; [how to] install roundcube webmail [how to] install roundcube webmail - Site5 Web Hosting Forums HOW TO: Setup RoundCube Webmail on Your Server HOW TO: Setup RoundCube Webmail on Your Server - PaulStamatiou.com Howto_Install - RoundCube Webmail - Trac Has anyone got RoundCube to work? http://www.bluehostforum.com/showthread.php?t=1885 etc. I think I have to switching to squirrelmail or some other webmails satimis |
| ||||
| Any Particular reason you're going with RoundCube ? As its V0.1rc2 I'd be steering clear of it for the moment unless its for local testing.
__________________ Forbairt Media | Web Design & Development Galway / Dublin, Ireland - coming soon ... ( vague but descriptive isn't it ) Recent Work: Safari Club African Safari Holidays - Botswana Safaris |
| |||
| Quote:
satimis |
| ||||
| As you're on Ubuntu... Do the following: Code: sudo apt-cache search roundcube Code: apt-cache show roundcube Package: roundcube Priority: extra Section: universe/web Installed-Size: 2668 Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com> Original-Maintainer: Debian Roundcube Maintainers <pkg-roundcube-maintainers@lists.alioth.debian.org> Architecture: all Version: 0.1~rc1~dfsg-2 Depends: dbconfig-common, debconf | debconf-2.0, apache2 | httpd, php5, php5-mysql | php5-pgsql | php5-sqlite, php-db, php-auth, php-net-smtp, php-net-socket, php-mail-mime, ucf, mysql-client | virtual-mysql-client | postgresql-client-8.1 | postgresql-client | sqlite, debconf (>= 0.5) | debconf-2.0 Suggests: mysql-server | posgresql-server Filename: pool/universe/r/roundcube/roundcube_0.1~rc1~dfsg-2_all.deb Size: 461868 MD5sum: 131c5e83f167fc7856a7f29aaff275c0 SHA1: 6e4ebb31e2189782a1754a55d4eae324ee51a0ca SHA256: 14e226565a058c78a5e38cd89b8de3047547af086a7423701f40f8f3890c3a44 Description: skinnable AJAX based webmail solution for IMAP servers RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality expected from an e-mail client, including MIME support, address book, folder manipulation and message filters. . The user interface is fully skinnable using XHTML and CSS 2. . Homepage: http://www.roundcube.net/ Bugs: mailto:ubuntu-users@lists.ubuntu.com Origin: Ubuntu Code: apt-cache show roundcube-webmail Package: roundcube-webmail Priority: optional Section: universe/web Installed-Size: 2776 Maintainer: Carlos Eduardo Pedroza Santiviago <segfault@ubuntu.com> Architecture: all Version: 0.1-beta2-0ubuntu1 Depends: apache2, php4-mysql | php4-sqlite | php5-sqlite | php5-mysql, php4 (>= 4.1.0) | php4-cgi (>= 4.1.0) | libapache2-mod-php4 | php5 | php5-cgi | libapache2-mod-php5, debconf Filename: pool/universe/r/roundcube-webmail/roundcube-webmail_0.1-beta2-0ubuntu1_all.deb Size: 494470 MD5sum: 7eda0c042404cfec7488ef7f527e1a68 SHA1: e9df6d19ffbb86b96f1a491a395c903951345166 SHA256: f11f41f6643e51bcffbfe50f7f7c5eada587f740a71a1b28ed1d06c520cc8c59 Description: A browser-based multilingual AJAX-powered IMAP client RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation and message filters. RoundCube Webmail is written in PHP and requires the MySQL database. The user interface is fully skinnable using XHTML and CSS 2. . This project is meant to be a modern webmail solution which is easy to install/configure and that runs on a standard PHP plus MySQL or Postgres configuration. It includes open-source classes/libraries like PEAR (http://pear.php.net) and the IMAP wrapper from IlohaMail (http://www.ilohamail.org). . Homepage: http://www.roundcube.net Bugs: mailto:ubuntu-users@lists.ubuntu.com Origin: Ubuntu It works fine, though it's not the fastest if you have a large IMAP directory / mailbox
__________________ Hosting & Domains|Plesk Vps Hosting|Blog Tips|Films.ie|Gadgets|Monetisation Tips|Movie Chat Energise your forum! Click here for info |
| |||
| Quote:
$ apt-cache search roundcube Code: roundcube-webmail - A browser-based multilingual AJAX-powered IMAP client Therefore installed; $ apt-cache policy roundcube-webmail Code: roundcube-webmail:
Installed: 0.1-beta2-0ubuntu1
Candidate: 0.1-beta2-0ubuntu1
Version table:
*** 0.1-beta2-0ubuntu1 0
500 http://us.archive.ubuntu.com feisty/universe Packages
100 /var/lib/dpkg/status
But I can't start roundcube-webmail with; https://localhost/roundcube-webmail hanging there prolonged time. https://domain.com/roundcube-webmail Code: Security Error: Domain Name Mismatch You have attempted to establish a connection with "domain.com". However, the security certificate presented belongs to "localhost". It is possible, though unlikely that someone may be trying to intercept your communication with this web site. If your suspect the certificate show does not belong to "domain.com", please cannel the connection and notify the site administrator. [View Certificate] [Cancel] [OK] Clicked [OK] Code: Service Currently Not Available! Error No. 1f4) I don't have IMAP here but have; $ apt-cache policy courier-imap Code: courier-imap:
Installed: 4.1.1.20060828-5ubuntu1
Candidate: 4.1.1.20060828-5ubuntu1
Version table:
*** 4.1.1.20060828-5ubuntu1 0
500 http://us.archive.ubuntu.com feisty/universe Packages
100 /var/lib/dpkg/status
B.R. satimis |
| Thread Tools | |
| Display Modes | |
|
|
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Work, basically. | daviddoran | General Chat | 21 | 15-05-2007 02:49 AM |
| Work Work balance | seodave | Work / Life Balance | 13 | 28-10-2006 04:14 PM |