Thank you for choosing @Mail, this easy to use Web-installer will guide you through configuring the software. The installation progress is displayed with a progress bar at the top right of the page. Completed steps appear black and the current step blue. You can return to any completed step by clicking on its box in the progress bar.

For assistance during installation please consult the following guides:

Error

The language submitted is invalid, please choose from the list

Required PHP Extensions

@Mail requires the following PHP extensions to function. Please install them and continue @Mail installation.

Dependency Check failed

IonCube Loader not detected & no dynamic load support. This extension is required to run the compiled demo of @Mail. The full version includes the complete source-code and this step is not required. To proceed with the installation of @Mail you must enable dynamic_load support or load the Ioncube extension for your platform.

Option 1: Load Ioncube extension (better performance) - Edit $var['php_ini_path'] and add the lines :

zend_extension= $var['ioncube_lib']

Option 2: Enable dynamic_load support - Edit $var['php_ini_path'] and define:

enable_dl = On

To proceed with the installation of @Mail you must choose a method above, restart Apache, then reload the page to proceed. Review the installation manual for further details.

Dependency Check failed

To correctly operate, @Mail requires PHP safe mode to be turned off. To proceed with the installation choose one of the following:

Option 1: Disable PHP safe-mode site wide - Edit $var['php_ini_path'] and redefine the safe_mode setting to:

safe_mode = Off

Option 2: Disable Safe-mode for the selected Virtual-host - Edit the Webserver configuration file and disable Safe-mode for the running Virtual-host:

<VirtualHost .....>
...
php_admin_flag safe_mode off
...
</VirtualHost>

To proceed with the installation of @Mail you must choose a method above, restart Apache, then reload the page to proceed. Review the installation manual for further details.

Dependency Check failed

To proceed with the installation of @Mail you must install the missing extensions below, then reload the page to proceed. Review the installation manual for further details.

Optional PHP extensions

These are optional modules @Mail can utilize for the Webmail interface. If any are not installed @Mail can continue to run with the feature disabled.

PHP.ini recommended settings

The default configuration file php.ini is recommended to be set with the values below for @Mail. Optionally change the php.ini with the values suggested below