webmail

Roundcube

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, message searching and spell checking. RoundCube Webmail is written in PHP and requires a MySQL or Postgres database. The user interface is fully skinnable using XHTML and CSS 2.

Installation
Download the source for Roundcube:

cd /extra/src
wget http://iweb.dl.sourceforge.net/project/roundcubemail/roundcubemail/0.7.1/roundcubemail-0.7.1.tar.gz
tar zxf roundcubemail-0.7.1.tar.gz
mv roundcubemail-0.7.1 /var/websites/mail/htdocs/roundcube
chown -R nobody:nobody /var/websites/mail/htdocs/roundcube

Create the MySQL database:

/usr/local/mysql/bin/mysql -u root -p
CREATE DATABASE roundcubemail /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */;

Technology:

SquirrelMail

SquirrelMail is a standards-based webmail package written in PHP. It includes built-in pure PHP support for the IMAP and SMTP protocols, and all pages render in pure HTML 4.0 (with no JavaScript required) for maximum compatibility across browsers. It has very few requirements and is very easy to configure and install. SquirrelMail has all the functionality you would want from an email client, including strong MIME support, address books, and folder manipulation.

Prerequisites

  • Web server
  • PHP 4.1.0 or higher
    For better performance, it is recommended that PHP be compiled with gettext support (--with-gettext)
    If you are going to use an LDAP addressbook, PHP needs to be compiled for LDAP (--with-ldap)
  • IMAP server which supports IMAP 4 rev 1.

Installation

Webmail

Installing a web-based interface to your mail server allows users to connect to their mailbox from any Internet-connected computer that has a web browser on it.

Any of these webmail options require you to have installed a webserver such as Apache and PHP.

Other

Technology:

Subscribe to RSS - webmail

Recent Updates

  • 1 year 12 months ago
  • 1 year 12 months ago
  • 1 year 12 months ago
    php 8.x
  • 2 years 1 hour ago
    10.6.7
  • 2 years 1 day ago
    Drop Centos 5/6 stuff