Catalin Iacob: > Hello everybody, > > I use pipe to start my own script when an email to a certain address > is received. The script will do it's own logging and I want to be able > to correlate that logging with the Postifx logs. The queue id that is > used in the Postifix logs seems ideal for that. I think it's called > queue id in Postfix terminology, but to be clear, I'm referring to > 21D5D497FE in the example below: > Nov 11 12:29:39 WCEA006 postfix/smtpd[28104]: 21D5D497FE: client=.... > > So my question is: is there any way I can have pipe pass the queue id > into my script? I couldn't find anything in the man page. If not, is > there another way in which I can make an easy correlation to the > Postifx logs? I use Postfix 2.7.0.
You MUST NOT manipulate the Postfix queue with other programs. Wietse