On Wed, May 02, 2001 at 09:30:17PM -0000, Aaron Goldblatt wrote:
> As I indicated, syslog shows noting useful.  Just lots of me logging in via 
> SSH and su'ing to root.  No qmail-related entries, save the rbl rejection, 
> since 4/30/01 at quarter past noon.

This is in /var/log/messages, right? Try looking at /var/log/maillog. If
there is no such thing, check the contents of /etc/syslog.conf to figure
out where 'mail' messages are being sent.

> ps aux shows this (again, beware wordwrap):
> 
> root   242  0.0  0.2  1068  332 ? S Apr30  0:01 /usr/local/bin/tcpserver -R -H 0 110 
>/var/qmail/bin/qmail-popup wndrg...
> qmaild 9798 0.0  0.4  1356  556 ? S 12:34  0:00 /usr/local/bin/tcpserver -R -H -x 
>/etc/tcprules/tcp.smtp.cdb -u 1004 ...
> root   9799 0.0  0.2  1056  292 ? S 12:34  0:00 /var/qmail/bin/splogger smtpd 3

How did you generate this output? In other words, did you run

ps aux | grep qmail

or did you just run 'ps aux' and cut-n-paste the relevant parts? The
reason I ask is that you are not showing the following entries:

qmails 223  0.0  0.6   936  384 con- I Fri01AM  0:58.06 qmail-send
root   240  0.0  0.4   880  264  ??  I Fri01AM  0:07.17 qmail-lspawn ./Maildir/
qmailr 241  0.0  0.6   892  364  ??  I Fri01AM  0:03.92 qmail-rspawn
qmailq 242  0.0  0.5   868  292  ??  I Fri01AM  0:10.63 qmail-clean

These are created when you run 'qmail-start' through one of your system
startup scripts. Normally that script is a copy of one of the files in
/var/qmail/boot . I don't know what OS you're running, so I can't tell
you where to look, but you should have such a script.

Those 4 programs are the programs that actually control mail delivery,
both locally (qmail-lspawn) and remotely (qmail-rspawn). They need to be
running.

Tim
-- 
* * * | 1) It's SLOW!    --> "man tcpserver" - especially -R,-H,-l
qmail | 2) Roaming users --> http://www.lifewithqmail.org/lwq.html#relaying
 FAQS | 3) Secondary MX  --> list in rcpthosts, NOT in locals/virtualdomains
* * * | 4) Discard mail  --> "#" line ONLY, in appropriate .qmail file

Reply via email to