
adip at gmx
Apr 19, 2009, 5:37 PM
Post #2 of 2
(866 views)
Permalink
|
On Sun, 19 Apr 2009 16:50:15 -0700 Adam Smith wrote: > I seem to have a problem, I believe. Would someone say if my log file > (s) structure seem correct? I am using a LWQ installation on a FreeBSD > O/S vers 6.0 platform > > # ls /var/log/qmail/ > ./ @4000000049e70cd92ced5d9c.s > ../ @4000000049e711ec05b7573c.s > @4000000049e6ee5e2dd521a4.s @4000000049e716fe15c63224.s > @4000000049e6f3710423d65c.s current > @4000000049e6f88316b0c104.s lock [...] > I wanted to look at my qmail-send log > > I was expecting to see the log file - > /var/log/qmail/service/ Hi Adam, according to http://lifewithqmail.org/lwq.html the log files for qmail-send should be under /var/log/qmail, so from the above output I don't see any problem by just looking at your ls output. To be sure that your qmail-send logging works: 1. exercise a message delivery and inspect the content of /var/log/qmail/current file 2. Inspect the content of /var/qmail/supervise/qmail-send/log/run. If installed & configured as per lwq, it should contain a line like this: exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t /var/log/qmail See cr.yp.to/daemontools/multilog.html for a detailed description -- Adi Pircalabu
|