Message Tracking Redirector Version 2 on Linux Setup
The eMill Message Tracking Redirector Version 2 for Linux is an autonomous module
in form of a set of PHP files that must be installed on Apache 2 with PHP support. Apache
2 Rewrite module need also to be installed and activated.
Installation:
Step 1. Extract the files located in phpredir.zip archive
into a web site directory.
Step 2. Add write right for apache2 user to emilltrk.log
file.
Step 3. Ensure module Rewrite is enabled. To do so, enter the following
command as root: a2enmod rewrite
Step 4. Ensure module Rewrite is allowed for the directory. This
requires the option FileInfo to be overridable. For example, in the
web site configuration file: <Directory /var/www/mysite/trk>
AllowOverride FileInfo
</Directory>
Step 5. Configure the collect user credentials in the conf.inc.php
file. You need to change the $collect_username and $collect_password
variable content.
Step 6. The eMill Message Tracking Redirector version 2 is now
installed.