PHP Error Message

Warning: shell_exec() has been disabled for security reasons in /home/a1170533/public_html/install/index.php on line 199

Free Web Hosting

Atmail WebMail Client Installation

Thank you for choosing Atmail, 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:

Required PHP Extensions

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

  • Installed - session
  • Installed - pcre
  • Installed - Supported Database installed
  • Installed - PDO
  • Installed - pdo_mysql
  • Installed - mbstring
  • Installed - ctype
  • Installed - iconv
  • Installed - hash
  • Installed - Reflection
  • Installed - SPL
  • Installed - standard
  • Installed - xml

Optional PHP extensions

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

  • Installed - openssl, enables Secure IMAP and POP3 connections
  • Installed - imap, Enables PUSH and Sync support for iPhone, Windows Mobile and ActiveSync devices
  • ldap - Will enable Atmail to search LDAP servers - View php info() | LDAP Info
  • ImageMagick - Optionally install ImageMagick to create thumbnails of PDF attachments | ImageMagick Info
  • Installed - gd, enables resizing, cropping and adding effects to Contacts' photos
  • Installed - dom, enables use of the HTMLPurifier HTML input filter which will help protect users from XSS attacks

PHP.ini Settings

The default configuration file php.ini is recommended to be set with the values below for Atmail. If settings are not as recommended you may need to change the php.ini with the values suggested below for Atmail to function correctly

  • Safe mode, required OFF - Atmail requires safe-mode off by default
  • set_include_path() - Atmail requires the ability to set the include path.
  • open_basedir, recommended NO RESTRICTION, currently an open_basedir restriction is in place. This is often implemented by hosting providers for shared hosting environments to restrict PHP access to the current vhost's directory - This may result in some slightly reduced functionality due to some system binaries not being available to Atmail. View php info()
  • Register globals, recommended OFF - This feature is recommended to be turned off for security
  • Magic quotes, required OFF, current value ON - The magic_quotes_gpc setting must be turned off in the php.ini . Atmail automatically quotes data and this setting is not required View php info()
  • File uploads, recommended ON - Required for attaching files to emails
  • Max Filesize Upload, recommended 16M or higher. Current value 2M. Increase for larger attachment support View php info()
  • Maximum Size of POST data, recommended 16M or higher. Current value 2M. Increase for larger attachment support View php info()