There is no mime message parameter below,
does it mean i can not get mime message as a parameter through pipe?

${client_address}
This macro expands to the remote client net-
work address.

This feature is available as of Postfix 2.2.

${client_helo}
This macro expands to the remote client HELO
command parameter.

This feature is available as of Postfix 2.2.

${client_hostname}
This macro expands to the remote client
hostname.

This feature is available as of Postfix 2.2.

${client_port}
This macro expands to the remote client TCP
port number.

This feature is available as of Postfix 2.5.

${client_protocol}
This macro expands to the remote client pro-
tocol.

This feature is available as of Postfix 2.2.

${domain}
This macro expands to the domain portion of
the recipient address. For example, with an
address user+foo@domain the domain is
domain.

This information is modified by the h flag
for case folding.

This feature is available as of Postfix 2.5.

${extension}
This macro expands to the extension part of
a recipient address. For example, with an
address user+foo@domain the extension is
foo.

A command-line argument that contains
${extension} expands into as many command-
line arguments as there are recipients.

This information is modified by the u flag
for case folding.

${mailbox}
This macro expands to the complete local
part of a recipient address. For example,
with an address user+foo@domain the mailbox
is user+foo.

A command-line argument that contains
${mailbox} expands to as many command-line
arguments as there are recipients.

This information is modified by the u flag
for case folding.

${nexthop}
This macro expands to the next-hop hostname.

This information is modified by the h flag
for case folding.

${original_recipient}
This macro expands to the complete recipient
address before any address rewriting or
aliasing.

A command-line argument that contains
${original_recipient} expands to as many
command-line arguments as there are recipi-
ents.

This information is modified by the hqu
flags for quoting and case folding.

This feature is available as of Postfix 2.5.

${queue_id}
This macro expands to the queue id.

This feature is available as of Postfix
2.11.

${recipient}
This macro expands to the complete recipient
address.

A command-line argument that contains
${recipient} expands to as many command-line
arguments as there are recipients.

This information is modified by the hqu
flags for quoting and case folding.

${sasl_method}
This macro expands to the name of the SASL
authentication mechanism in the AUTH command
when the Postfix SMTP server received the
message.

This feature is available as of Postfix 2.2.

${sasl_sender}
This macro expands to the SASL sender name
(i.e. the original submitter as per RFC
4954) in the MAIL FROM command when the
Postfix SMTP server received the message.

This feature is available as of Postfix 2.2.

${sasl_username}
This macro expands to the SASL user name in
the AUTH command when the Postfix SMTP
server received the message.

This feature is available as of Postfix 2.2.

${sender}
This macro expands to the envelope sender
address. By default, the null sender address
expands to MAILER-DAEMON; this can be
changed with the null_sender attribute, as
described above.

This information is modified by the q flag
for quoting.

${size}
This macro expands to Postfix's idea of the
message size, which is an approximation of
the size of the message as delivered.

${user}
This macro expands to the username part of a
recipient address. For example, with an
address user+foo@domain the username part is
user.

A command-line argument that contains
${user} expands into as many command-line
arguments as there are recipients.

This information is modified by the u flag
for case folding.


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
>

Reply via email to