Should i do something like this: > javapipe unix - n n - - pipe > user=pstfx flags=DRhuX argv=java /path/to/my/jar -args ${mailbox}
and in java code go to the "mailbox" directory and do whatever i want with the mail in that directory? Is this the way, did i understand it? Thanks very much for your patience. 2013/11/13 Wietse Venema <wie...@porcupine.org> > Merve Temizer: > > here in below code, what should i write after d or something else to get > > all mimemessage and parameter, and how can i handle that parameter, how > > will it come, as a java object??? > > > > javapipe unix - n n - - pipe > > user=pstfx flags=DRhuX argv=echo 'merveee' -d ${recipient} > > The following describes the pipe(8) output. > > Postfix delivers an email message in RFC 5322 format. The content > of MIME messages is structured according to RFC 2045. > > Postfix supports the 7BIT and 8BITMIME encodings. It outputs the > message header and body as UNIX text. that is, lines separated by > a newline character. > > See: > RFC 5322 (Internet Message Format) > RFC 2045 (Format of Internet Message Bodies) > > Wietse >