On Thu, 16 Mar 2017 11:29:56 -0500 Noel Jones <njo...@megan.vbhcs.org> wrote:
> On 3/16/2017 11:18 AM, Gilberto Nunes wrote: > > Hello folks... > > > > I just need execute some command after receive a mail... > > > > I found this site: > > > > https://www.thecodingmachine.com/triggering-a-php-script-when-your-postfix-server-receives-a-mail/ > > > > This can be achieve with shell script as well?? > > The above site is an example of a simple content_filter using a PHP > script. The postfix docs contain a similar example using a shell > script. > http://www.postfix.org/FILTER_README.html#simple_filter > > I had no idea you could receive email on any port. I wonder how many ISPs allow this. In any event, would this be THE scheme to use for an IOT application? That is send an email to turn on/off a sprinker, light, etc. The idea being postfix et all does all the security, AKA the hard part.