Setup Incoming Email Pipe to Script for Qmail
From Brian Nelson Ramblings
Revision as of 13:25, 17 March 2014 by Brian (Talk | contribs) (Created page with "==Pipe incoming Emails to a Script== Some times you want to setup all incoming emails to be piped to a script. To do this, you will need to create a file like .qmail-redirec...")
Pipe incoming Emails to a Script
Some times you want to setup all incoming emails to be piped to a script.
To do this, you will need to create a file like .qmail-redirect in the mailbox folder.
vim /home/vpopmail/domains/briansnelson.com/brian/.qmail-redirect
and insert the following to pipe all incoming email to emailscanner.php
| /var/www/html/.emailscanner.php
Check Permisson on your Mail Pipe file
You will need to adjust the permission on the file 600 and ownership to vpopmail.username and then restart qmail.
chown vpopmail.briansnelsoncom /home/vpopmail/domains/briansnelson.com/brian/.qmail-redirect chmod 600 /home/vpopmail/domains/briansnelson.com/brian/.qmail-redirect
Restart Qmail
/etc/init.d/smtp restart
or if you have the qmailctl installed
qmailctl restart