On Thu, Sep 18, 2014 at 01:36:19PM +0100, James Bailey wrote: > I have postfix logging certain X-headers but they are > entered as a separate line under postfix/cleanup. Is it possible to log > X-header info to the postfix/smtp lines?
Your log parser can perform the relevant "join" operation (on the message queue-id). You can switch to "long" queue-ids if you're concerned about collisions. -- Viktor.