This post shows how to set Email Piping for various mail servers – EXIM MAIL SERVER Open file — /etc/valiases/yourdomain.com Assuming that we are setting up support@yourdomain.com, sales@yourdomain.com, billing@yourdomain.com we will create the corresponding entries in the file as follows: support@yourdomain.com: “|/full_path_to/manage/pipe.php” sales@yourdomain.com: “|/full_path_to/manage/pipe.php” billing@yourdomain.com: “|/full_path_to/manage/pipe.php” Save the alias file and run this command on [...]
Email Piping is basically email forwarding where emails are just pushed to parser from actual email account. Piping is supported by many Mail Transport Agent’s includes but not limited to Exim, Qmail, Postfix, Sendmail. MTA’s pipes emails to parser and this process is instantaneous. Piping is easy and efficient method to deliver your emails to [...]








