Is it possible to setup an email account to call a script on the website when the account receives an email?
Basically I am trying to capture bounced emails and want to run a script from the website if the specific account receives notice that email bounced.
I have tried the following on the /etc/virtual/aliases file with no luck
bounced: "|/path/to/your/script.php"
If this is possible, does any know how I can implement it?
Basically I am trying to capture bounced emails and want to run a script from the website if the specific account receives notice that email bounced.
I have tried the following on the /etc/virtual/aliases file with no luck
bounced: "|/path/to/your/script.php"
If this is possible, does any know how I can implement it?