Hi there, I am using a script to process each incoming message into Postfix.
In master.cf, I have something like this. The python script calls another Java program do the heavy-lifting message processing. connector unix - n n - - pipe flags= user=hubdirect argv=python /usr/local/bin/messageprocessor.py It works great. Now, as I process message, I want to generate a MDN message to the sender (so that he knows I got it). I added code in the heavy-lifting Java program to send a message back to SMTP server. I got an error:"you must issue STARTTLS first". I have no idea why Postfix asks for that, because it is not configured to use SMTP authentication. Anyway, my question is: can this be supported: during processing a message, send another message back to Postfix. (It almost sounds like an re-entrance in programming terms). Thanks, Yan Confidentiality Notice: The information contained in this electronic transmission is confidential and may be legally privileged. It is intended only for the addressee(s) named above. If you are not an intended recipient, be aware that any disclosure, copying, distribution or use of the information contained in this transmission is prohibited and may be unlawful. If you have received this transmission in error, please notify us by telephone (513) 229-5500 or by email (postmas...@medplus.com). After replying, please erase it from your computer system.