Sign inSign up

j3n50m4t/aftermail-webmail-lite-8

By j3n50m4t

Updated about 7 years ago

Updated the official image with latest downloadable zip.

Image
0

1.2K

j3n50m4t/aftermail-webmail-lite-8 repository overview

afterlogic/docker-webmail-lite

Out-of-the-box AfterLogic WebMail Lite image

Includes Apache, MySQL and PHP setup based on tutum/lamp package

Creating the image

docker build -t afterlogic/docker-webmail-lite .

Running docker image

Start your image binding the external port 80:

docker run -d -p 80:80 afterlogic/docker-webmail-lite

and access the container via web browser at http://localhost/

Alternately, you can use any other port available, e.g. 800:

docker run -d -p 800:80 afterlogic/docker-webmail-lite

and access the installation at http://localhost:800/

Accessing AdminPanel Interface

To configure WebMail Lite installation, log into AdminPanel interface using URL like http://localhost/adminpanel/

Default credentials are set to mailadm / 12345

Licensing Terms & Conditions

Content of this repository is available in terms of AGPLv3 license (see LICENSE file)

Tag summary

Content type

Image

Digest

Size

215 MB

Last updated

about 7 years ago

docker pull j3n50m4t/aftermail-webmail-lite-8