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

[347 byte] By [SebastianVasquez] at [2007-11-26 11:01:20]
# 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.

shane_hjorth at 2007-7-7 3:15:05 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2
Thank you Shane.I agree with you that running the program elsewhere will be a good idea. But I'm in a hurry to do whatever my client was doing with he's previous Sendmail installation.I'll post back my results.Regards,Sebastian
SebastianVasquez at 2007-7-7 3:15:05 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...