The @Mail WebMail Client is now configured and ready to use.
A .htaccess file could not be created in $var['install_dir']/webadmin/
.
This leaves the webadmin unprotected against unauthorized access. To protect webadmin please
do the following:
chmod 777 $var['install_dir']/webadmin/
A .htaccess file could not be created in
$var['install_dir']/install/
. To prevent further access to the installer you will
need to create a file called .htaccess
in $var['install_dir']/install/
and place the following in it:
<FilesMatch "\.(php|html)$">
order allow,deny
deny from all
</Files>
Alternatively you may wish to archive, move or otherwise make the install directory unavailable to the webserver.
Could not rename $var['install_dir']/_index.php
to
$var['install_dir']/index.php
. Please do this manually so your login page can be accessed.
Please note that a .htaccess file was created in the $var['install_dir']/install
directory
to prevent a malicous re-installation. If for some reason you wish to re-run the installer
you will need to delete this file.
During installation you selected to install @Mail in full mailserver mode, you will now need to perform the following steps to install the @Mail mailserver system:
# tar xvfz atmail-server.tgz -C /usr/local/
# cd /usr/local/atmail/
server-install.php
script, the username atmail
must be created as a system account. Using the useradd
or adduser
utility depending on your OS. The UID of the new user must be UID 3000.
For Linux systems the server-install.php
script will automatically add the user-account
to the system.# php server-install.php
Thank you for choosing @Mail!