Emailing a program
Hi everyone:
I need to create the equivalent of the Sendmail configuration where I add to the alias file:
program-email:| /path-to-bin/program
to later do an newalias
That way every time internal software emails to program-email@mydomain.comthe email is passed to /path-to-bin/program.
Regards,
Sebastian
# 1
Hi,
Is there any particular reason why you need to run the program in question on the messaging server, i.e. can you run it elsewhere?
Messaging server has the pipe channel to do as you have noted. Have a look at maildeliveryoption: program
(From the iMS5.2 Schema Reference Guide)
"Messages are delivered to a program, which is on the approved list
of programs (specified in MTA抯 configuration). The name of the program is
specifed in the attribute mailProgramdeliveryInfo." This can be added to both mailing list and user LDAP entries.
Regards,
Shane.