Re: failure to deliver to mailboxes
On Wed, Aug 08, 2001 at 10:08:43AM -0600, Michel Rondeau wrote: > What's the prognosis Dr. Charles? ;) You still haven't answered the famous "Wdtls". a ps aux is hardly a log file. -- * Henning Brauer, [EMAIL PROTECTED], http://www.bsws.de * * Roedingsmarkt 14, 20459 Hamburg, Germany * Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)
Re: failure to deliver to mailboxes
Michel Rondeau <[EMAIL PROTECTED]> wrote: re: messages are getting "stuck" > This is the output of a ps auxwww grep qmail: [...] > root 1238 0.0 0.2 1320 336 ?S08:53 0:00 supervise > qmail-send [...] > qmails1247 0.0 0.3 1388 436 ?S08:53 0:00 qmail-send [...] > What's the prognosis Dr. Charles? ;) qmail-send has 0 accumulated CPU time? It would appear that qmail-send is dying rapidly every time supervise restarts it. However, the supervise process has the same start time and 0 accumulated CPU time as well. Did you just stop and restart qmail? If so, this report isn't particularly helpful. Was mail not being delivered when you did this ps? Was there actually mail waiting to be delivered? What's in the qmail log at this point? qmail will always log a message if it can't start. If you say "nothing", then you'll have to truss/strace qmail-start, following children, to get to qmail-send. >From the output of that trace, you should be able to determine why qmail is dying. Charles -- --- Charles Cazabon<[EMAIL PROTECTED]> GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/ ---
Re: failure to deliver to mailboxes
Hallo again, This is the output of a ps auxwww grep qmail: - root 1238 0.0 0.2 1320 336 ?S08:53 0:00 supervise qmail-send root 1240 0.0 0.2 1320 336 ?S08:53 0:00 supervise qmail-smtpd root 1242 0.0 0.2 1320 336 ?S08:53 0:00 supervise qmail-pop3d root 1244 0.0 0.2 1348 344 ?S08:53 0:00 /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup mail.premiuminspection.com /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir qmaild1245 0.0 0.3 1396 500 ?S08:53 0:00 /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c 120 -u 401 -g 401 0 smtp /var/qmail/bin/qmail-smtpd qmaill1246 0.0 0.2 1332 332 ?S08:53 0:00 /usr/local/bin/multilog t /var/log/qmail/smtpd qmails1247 0.0 0.3 1388 436 ?S08:53 0:00 qmail-send qmaill1253 0.0 0.3 1336 388 ?S08:53 0:00 /usr/local/bin/multilog t /var/log/qmail/pop3d root 1308 0.0 0.2 1332 360 ?S08:53 0:00 qmail-lspawn ./Maildir/ qmailr1309 0.0 0.2 1332 356 ?S08:53 0:00 qmail-rspawn qmailq1310 0.0 0.2 1324 368 ?S08:53 0:00 qmail-clean root 6604 0.0 0.4 1632 600 pts/0R10:02 0:00 grep qmail - What's the prognosis Dr. Charles? ;) Michel Rondeau
Re: failure to deliver to mailboxes
On Mon, Jul 30, 2001 at 11:00:00AM -0600, Michel Rondeau wrote: > > > Hey all, > > I have qmail up and running - only thing is that every now and again, it stops >delivering messages to people's mailboxes - it just queues them. . If I reboot the >server, everything gets delivered properly. Anyone know why this happens? > > Michel All together now: "What Do the Logs Say?" qmail-send should be logging delivery attempts. If it is not, I have an idea what the problem might be. If it is, what is the deferral message? -- Greg White
failure to deliver to mailboxes
Hey all, I have qmail up and running - only thing is that every now and again, it stops delivering messages to people's mailboxes - it just queues them. . If I reboot the server, everything gets delivered properly. Anyone know why this happens? Michel