Hi... I sent this info in a few days ago... Does anyone see anything wrong
with my setup??? Or is the stoppage one of those mystery type things??
Thanks,
--
Doug
[EMAIL PROTECTED]
Doug Lumpkin wrote:
> Answers follow below...
>
> Dave Sill wrote:
>
> > Doug Lumpkin <[EMAIL PROTECTED]> wrote:
> > snip...
>
> > How are you running qmail-smtpd? Via tcpserver, inetd, or what? Show
> > us the the commands.
> >
>
> tcpserver...
> /usr/local/bin/tcpserver -R -x/etc/tcp.smtp.cdb -c100 -u502 -g500 0 smtp
> \
> /var/qmail/bin/qmail-smtpd &
>
> > snip...
> >
> > How about providing "ps -ef|grep qmail" (or "ps waux|grep qmail")
> > output before and during a "telnet localhost 25" attempt.
> >
>
> Before:
> qmails 8350 0.0 0.2 1108 364 ? S Jun30 0:00
> qmail-send
> qmaild 8351 0.0 0.4 1304 564 ? S Jun30 0:00
> /usr/local/bin/tc
> pserver -R -x/etc/tcp.smtp.cdb -c100 -u502 -g500 0 s
> qmaill 8352 0.0 0.3 1080 412 ? S Jun30 0:00 splogger
> qmail
> root 8353 0.0 0.2 1068 316 ? S Jun30 0:00
> qmail-lspawn ./Ma
> ildir/
> qmailr 8354 0.0 0.2 1068 320 ? S Jun30 0:00
> qmail-rspawn
> qmailq 8355 0.0 0.2 1060 324 ? S Jun30 0:00
> qmail-clean
> root 8356 0.0 0.4 1304 560 ? S Jun30 0:00
> /usr/local/bin/tc
> pserver 0 pop3 /var/qmail/bin/qmail-popup mark.bauer
> root 9874 0.0 0.2 1096 300 ? S Jun30 0:00
> bin/qmail-inject
> -a -- root
>
> During:
> qmails 8350 0.0 0.2 1108 364 ? S Jun30 0:00
> qmail-send
> qmaild 8351 0.0 0.4 1304 564 ? S Jun30 0:00
> /usr/local/bin/tc
> pserver -R -x/etc/tcp.smtp.cdb -c100 -u502 -g500 0 s
> qmaill 8352 0.0 0.3 1080 412 ? S Jun30 0:00 splogger
> qmail
> root 8353 0.0 0.2 1068 316 ? S Jun30 0:00
> qmail-lspawn ./Ma
> ildir/
> qmailr 8354 0.0 0.2 1068 320 ? S Jun30 0:00
> qmail-rspawn
> qmailq 8355 0.0 0.2 1060 324 ? S Jun30 0:00
> qmail-clean
> root 8356 0.0 0.4 1304 560 ? S Jun30 0:00
> /usr/local/bin/tc
> pserver 0 pop3 /var/qmail/bin/qmail-popup mark.bauer
> root 9874 0.0 0.2 1096 300 ? S Jun30 0:00
> bin/qmail-inject
> -a -- root
> qmaild 25244 0.0 0.2 1072 296 ? S Jun30 0:00
> /var/qmail/bin/qm
> ail-smtpd
> root 25257 0.0 0.3 1148 388 pts/0 R Jun30 0:00 grep
> qmail
>
> >
> > -Dave