ViArt - PHP Shopping Cart
Select your currency:
American DollarBritish Pound
3.2.4. Postfix
Prev Index Next

Alias File:

/etc/postfix/aliases

Assuming that we are setting up sales@company.com and support@company.com; we will create the corresponding entries in the file as follows:

support@company.com: "|/full/path/to/admin/support_receiver.php"
sales@company.com: "|/full/path/to/admin/support_receiver.php"

Once the alias file has been edited, you will need to run the "newaliases" command.

Prev Index Next
ViArt - PHP Shopping Cart