Mike A. Leonetti:
>My main goal is to "archive" messages with the extra information
>(like what SASL user was used to authenticate to send the message
>etc) that postcat would give. Is it possible to pass that information
>along to a script that would do delivery for example for extra
>tracking information even after the message leaves the postfix
>queue?

Options:

- The pipe(8) delivery agent can export many (but not all) attributes 
on a child process command line. See discussion of "argv=command".

- The local(8) delivery agent can export many (but not all) attributes
to a child process environment when delivering mail to "|command".
See section "EXTERNAL COMMAND DELIVERY".

        Wietse

Reply via email to