squirrelmail

SquirrelMail Releases

Post date Technology
12 years 9 months /stable/1.4.22/README
12 years 9 months /stable/1.4.22/squirrelmail-webmail-1.4.22.zip.sig
12 years 9 months /stable/1.4.22/squirrelmail-webmail-1.4.22.zip
12 years 9 months /stable/1.4.22/squirrelmail-webmail-1.4.22.tar.gz.sig
12 years 9 months /stable/1.4.22/squirrelmail-webmail-1.4.22.tar.gz
12 years 9 months /stable/1.4.22/squirrelmail-webmail-1.4.22.tar.bz2.sig
12 years 9 months /stable/1.4.22/squirrelmail-webmail-1.4.22.tar.bz2
13 years 8 months /imap_proxy/1.2.7/squirrelmail-imap_proxy-1.2.7.zip.sig
13 years 8 months /imap_proxy/1.2.7/squirrelmail-imap_proxy-1.2.7.zip
13 years 8 months /imap_proxy/1.2.7/squirrelmail-imap_proxy-1.2.7.tar.gz.sig
13 years 8 months /imap_proxy/1.2.7/squirrelmail-imap_proxy-1.2.7.tar.bz2.sig
13 years 9 months /stable/1.4.21/squirrelmail-1.4.21.zip
14 years 1 month /stable/1.4.20/squirrelmail-1.4.20.zip
14 years 1 month /stable/1.4.20/squirrelmail-1.4.20.tar.gz
14 years 1 month /stable/1.4.20/squirrelmail-1.4.20.tar.gz.sig
14 years 1 month /stable/1.4.20/squirrelmail-1.4.20.tar.bz2.sig
14 years 1 month /stable/1.4.20/squirrelmail-1.4.20.tar.bz2
14 years 8 months /stable/1.4.20-RC2/ReleaseNotes
14 years 8 months /stable/1.4.20-RC2/squirrelmail-1.4.20-RC2.tar.bz2.sig
14 years 8 months /stable/1.4.20-RC2/squirrelmail-1.4.20-RC2.zip.sig
14 years 8 months /stable/1.4.20-RC2/squirrelmail-1.4.20-RC2.tar.gz.sig
14 years 8 months /stable/1.4.20RC1/squirrelmail-1.4.20RC1.tar.gz.sig
14 years 8 months /stable/1.4.20RC1/squirrelmail-1.4.20RC1.tar.gz
14 years 11 months /locales/1.4.18-20090526/zh_CN-1.4.18-20090526.tar.gz
14 years 11 months /locales/1.4.18-20090526/uk_UA-1.4.18-20090526.tar.gz

Pages

Technology:

Sieve Plugins for Squirrelmail

Avelsieve or Sieve Mail Filters Plugin for SquirrelMail is a ​Squirrelmail ​plugin for creating ​Sieve scripts on a Sieve-compliant mail server.

Installation
Download the latest source:

cd /extra/src
wget http://email.uoa.gr/download/squirrelmail/avelsieve/avelsieve-1.9.9.tar.gz
tar zxf avelsieve-1.9.9.tar.gz

Move the plugin to the SquirrelMail plugin folder:

mv avelsieve /var/websites/mail/htdocs/squirrelmail/plugins/
chown -R nobody:nobody /var/websites/mail/htdocs/squirrelmail/plugins/avelsieve

Copy the sample config file:

cd /var/websites/mail/htdocs/squirrelmail/plugins/avelsieve/config
cp config_sample.php config.php

SquirrelMail with Lighttpd

Prerequisites

Lighttpd Configuration

Edit your lighttpd.conf and add an alias for your Squirrelmail install:

alias.url = (
"/webmail" => "/var/websites/webmail/squirrelmail",
)

SquirrelMail with Apache

Apache Configuration

  • Directory on an existing webserver
    Edit /usr/local/apache2/conf/httpd.conf to give access to Squirrelmail at http://<yourserver>/squirrelmail:

    Alias /squirrelmail /var/websites/mail/htdocs
    <Directory /var/websites/mail/htdocs>
      Options Indexes
      AllowOverride none
      DirectoryIndex index.php
      Order allow,deny
      allow from all
    </Directory>
  • Virtual Host setup

Technology:

Updating Squirrelmail

Updating SquirrelMail
Move the current install:

cd /var/websites/mail/htdocs
mv squirrelmail squirrelmail.bak

Move the new version into your web root:

mv /extra/src/squirrelmail-<version> squirrelmail

Change the permissions in the new install:

chown -R nobody:nobody squirrelmail

Technology:

qmailadmin_login

Rather than having to remember the long URL, your users can access qmailadmin through SquirrelMail with the qmailadmin_login plugin.

Installation
Download the plugin:

cd /var/websites/webmail/squirrelmail/plugins
wget http://www.squirrelmail.org/plugins/qmailadmin_login-1.1-1.4.3.tar.gz
tar zxvf qmailadmin_login-1.1-1.4.3.tar.gz

Enable it in the Squirrelmail config:

/var/websites/webmail/squirrelmail/config/conf.pl

The login to qmailadmin can be found in Squirrelmail as Account Administration in the Options menu.

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

Pages

Subscribe to RSS - squirrelmail

Recent Updates

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