Innovators in Mail server, Webmail and appliance solutions

 

May 16, 2007

 Upgrading from @Mail 5.X to 5.03

This is the third patch in the 5.X series of @Mail in PHP, which includes only code enhancements and workarounds from the previous 5.02 release.The upgrade procedure of @Mail has changed, you can upgrade to the 5.03 release from any previous PHP 5.X version. There is no need to do each version upgrade patch in order. The upgrade script will detect which version is installed and upgrade the system accordingly.

(more...)


Filed under: Installation, PHP version — info @ 1:54 pm

 

May 15, 2007

 @Mail WebMail installation for OS X

To install @Mail on an OS X server, just do the following:

- go to System Preferences > Sharing

- enable Personal Web Sharing

- install MySQL, if not available. Packages can be found at: http://dev.mysql.com/downloads/, as DMG files.

- uncomment the following lines from your /etc/httpd/httpd.conf file:

LoadModule php4_module        libexec/httpd/libphp4.so

AddModule mod_php4.c

- untar your copy of @Mail into your Document Root. For most OS X installations, this can be found at /Library/WebServer/Documents:

% tar xvfz atmailphpclient.tgz -C /Library/WebServer/Documents/

- access the install page via: http://127.0.0.1/atmail/

- after doing the installation, add the following lines to your /etc/httpd/httpd.conf:

AccessFileName .htaccess

    Order allow,deny
    Deny from all

    Options ExecCGI FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all

- restart Apache:

% apachectl restart

Filed under: Installation — John Contad @ 6:47 am