Thanks for the url btw...
On Wed, 21 Jul 1999, Dave Sill wrote:
> Todd Backman <[EMAIL PROTECTED]> wrote:
> >
> >machine# ./qmail-qstat
> >messages in queue: 115248
> >messages in queue but not yet preprocessed: 549
> >
> >when I run 'qmail-send' it just sits there and does not send any of the
> >files out...
>
> What does qmail-qread say? What does qmail-send log?
I get nothing back at all from them...
The startup script is as follows:
#!/bin/sh
. /usr/local/etc/rc.d/fci.conf
start_only
echo -n 'qmail: '
/usr/local/bin/tcpserver -R -x/etc/tcp.smtp.cdb -c100 -u81 -g82 0 smtp
/var/qmail/bin/qmail-smtpd &
when I envoke the script the only thing that starts is:
15238 alias 2 0 792K 476K accept 0:00 0.00% 0.00% tcpserver
I do not see any qmail* related process' start up as stated on you web
page:
qmail-send running as user qmails
qmail-clean running as user qmailq
qmail-rspawn running as user qmailr
qmail-lspawn running as user root
It does not seem that qmail is being started at all?
Thanks again Dave.
- Todd