On 12/15/2011 12:00 PM, Michael Weissenbacher wrote: > schrieb Noel Jones: >> >> >> This sounds like one of the very rare cases where the obscure >> http://www.postfix.org/postconf.5.html#dont_remove >> option might be helpful. >> >> something like >> # main.cf >> dont_remove = 1 >> hash_queue_names = deferred, defer, saved >> >> If you expect to have more than a few hundred thousand files, maybe >> also: >> hash_queue_depth = 2 >> >> Caution: this will fill up your hard drive. >> Caution: this is a debugging tool with limited warranty. >> >> The advantage is that if you can identify a corrupted mail, you'll >> be able to directly compare the before-filter and after-filter queue >> files, and all envelope information is saved for (fairly) easy >> resubmission. >> >> >> -- Noel Jones >> > Thanks Noel, this is exactly what i was searching for! Very much > appreciated. > > Just one last question: what is the best way to inspect postfix's queue > files? They look odd in vim :-) > > cheers, > Michael
The previously supplied link suggests using the postcat(1) command. http://www.postfix.org/postconf.5.html#dont_remove http://www.postfix.org/postcat.1.html -- Noel Jones