This is a discussion on verbous debugging within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; Hi is there a way to put more verbous debugging info inside the maillogs, there is -v option for tcpserver ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
is there a way to put more verbous debugging info inside the maillogs, there is -v option for tcpserver and recordinfo, but they both seems to be at the smtp level, is there anything that enables the message as it tricles down all the processes thanks |
|
|||
|
sakcee@gmail.com writes:
> is there a way to put more verbous debugging info inside the maillogs, > there is -v option for tcpserver and recordinfo, but they both seems to > be at the smtp level, is there anything that enables the message as it > tricles down all the processes No, qmail-send only has one level of logging. What information are you trying to log that's not already logged? -- Dave Sill Oak Ridge National Lab, Workstation Support Author, The qmail Handbook <http://web.infoave.net/~dsill> <http://lifewithqmail.org/>: Almost everything you always wanted to know. |
|
|||
|
Hi
I want tarck as the message passes through the processes, forks, spawsn and all qmail files, with time stamps., one way is to make shell of qmail-queue that logs and then calls the real qmail-queue, in this way there will be a wrapper for each and each stdin, stdout can be checked thanks Dave Sill wrote: > sakcee@gmail.com writes: > > > is there a way to put more verbous debugging info inside the maillogs, > > there is -v option for tcpserver and recordinfo, but they both seems to > > be at the smtp level, is there anything that enables the message as it > > tricles down all the processes > > No, qmail-send only has one level of logging. > > What information are you trying to log that's not already logged? > > -- > Dave Sill Oak Ridge National Lab, Workstation Support > Author, The qmail Handbook <http://web.infoave.net/~dsill> > <http://lifewithqmail.org/>: Almost everything you always wanted to know. |