[Subject: added]

On Mon, Jun 04, 2018 at 03:34:33PM -0500, Greg Strange wrote:
> I am trying to track a single email throughout the entire postfix 
> process. The idea is that when a customer calls us and says that a 
> certain email never reached them, we can quickly trace the email 
> through the logs and see that it died due to RBL, virus threshold, 
> etc.
> 
> Ideally, I'd like to be able to get or set a unique message ID and 
> then be able to match that ID in the logfiles to see what the 
> outcome of a specific email was. Is there a way to trace a single 
> email through everything postfix does to it?

Well, you want this:

enable_long_queue_ids = yes

... but that won't help in one of the cases you mentioned, that of 
DNSBL blocking.  Also, the customer won't know the queue ID, but it 
will be found in headers, unless of course it was blocked prior to 
DATA, in which case there's no queue ID.
-- 
  http://rob0.nodns4.us/
  Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Reply via email to