Hi,
my use case (same as in previous thread): I want to find out if outgoing
messages were delivered successfully, so I'm looking at the lines
containing `status=` in the logfile.
Problem: I'm running several domains/projects on the same server, so I
need to query multiple databases with the Queue-ID, to find out where
this message came from.
This would be easier if the line would contain more details about the
message (e.g. Message-ID or From).
I can see that the logfile is designed to be concise by not repeating
the same information (1 line with `message-id`, 1 line with `from`, 1
line for each `to`).
But the line that really matters (at least to me :-) is the one with
`status=` - so it would be nice if this one would hold more information.
Maybe through a user-defined option?
Thanks!
--
Cheers,
Thomas
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org