Results 1 to 3 of 3
Hi All
I would like to trigger a Perl script once an email myMail AT mydomain.com is received. I would like to use SENDMAIL for that.
I know how to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-15-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 2
Incoming mail event with Sendmail
Hi All
I would like to trigger a Perl script once an email myMail AT mydomain.com is received. I would like to use SENDMAIL for that.
I know how to allow a specific eMail addresses to be received,
but I don't know how to run a perl script once this eMail is received.
I don't want to use PROCMAIL
Regards and Thank
ManuStone
- 07-17-2009 #2Just Joined!
- Join Date
- Jul 2009
- Posts
- 58
Well you really don't want to run perl, but if you insist, take a look at smrsh. That's how thing like procmail and spamassassin get triggered.
Remember that most sendmail prograrms run jailed, so your "package" has to be inclusive, or have rights to the libs you need.
- 07-17-2009 #3Just Joined!
- Join Date
- Jul 2009
- Posts
- 2
Thanks for your help!
Regards
Manustone


Reply With Quote
