Re: implement MDN for incoming messages

2010-12-17 Thread Victor Duchovni
On Fri, Dec 17, 2010 at 05:28:27PM -0500, Wietse Venema wrote: > And whatever you send back, NEVER NEVER NEVER USE the address in > the FROM and TO message header. Instead, use the envelope sender, > which are supplied with the pipe(8) ${sender} and ${recipient} > macros. Again, if you respond to

Re: implement MDN for incoming messages

2010-12-17 Thread Wietse Venema
Zhou, Yan: > 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 - -

Re: implement MDN for incoming messages

2010-12-17 Thread Jeroen Geilman
On 12/17/10 10:47 PM, Zhou, Yan wrote: 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". You apparently configured postfix to require encryption on mail submission. I have no idea why Postfix asks for tha

Re: implement MDN for incoming messages

2010-12-17 Thread Victor Duchovni
On Fri, Dec 17, 2010 at 04:47:41PM -0500, Zhou, Yan wrote: > 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

implement MDN for incoming messages

2010-12-17 Thread Zhou, Yan
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=hubdire