Thanks to everyone that helped me get qmail started! I really appreciate it.
This is a copy of my ps ax
ps ax
PID TTY STAT TIME COMMAND
1 ? S 0:03 init [3]
2 ? SW 0:00 (kflushd)
3 ? SW< 0:00 (kswapd)
4 ? SW 0:00 (md_thread)
5 ? SW 0:00 (md_thread)
36 ? S 0:00 /sbin/kerneld
213 ? S 0:00 syslogd
222 ? S 0:00 klogd
244 ? S 0:00 crond
256 ? S 0:00 inetd
267 ? S 0:00 named
279 ? S 0:00 rpc.mountd
288 ? S 0:00 rpc.nfsd
302 ? S 0:00 gpm -t ps/2
313 ? S 0:00 httpd
336 ? S 0:00 smbd -D
345 ? S 0:01 nmbd -D
366 2 S 0:00 /sbin/mingetty tty2
367 3 S 0:00 /sbin/mingetty tty3
368 4 S 0:00 /sbin/mingetty tty4
369 5 S 0:00 /sbin/mingetty tty5
370 6 S 0:00 /sbin/mingetty tty6
372 ? S 0:00 update (bdflush)
431 1 S 0:00 /sbin/mingetty tty1
4048 ? S 0:00 svscan
4125 ? S 0:00 supervise qmail-send
4126 ? S 0:00 supervise log
4127 ? S 0:00 supervise qmail-smtpd
4128 ? S 0:00 supervise log
4131 ? S 0:00 qmail-lspawn |dot-forward .forward\012./Maildir/
5077 ? S 0:00 in.telnetd
5119 p1 S 0:00 su
5120 p1 S 0:00 bash
5170 p1 R 0:00 ps ax
199 ? S 0:00 portmap
233 ? S 0:00 /usr/sbin/atd
317 ? S 0:00 httpd
318 ? S 0:00 httpd
319 ? S 0:00 httpd
320 ? S 0:00 httpd
321 ? S 0:00 httpd
322 ? S 0:00 httpd
323 ? S 0:00 httpd
324 ? S 0:00 httpd
326 ? S 0:00 httpd
327 ? S 0:00 httpd
5078 p1 S 0:00 -bash
4134 ? S 0:00 /usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -u
4130 ? S 0:00 /usr/local/bin/multilog t s2500000 /var/log/qmail/qmail
4135 ? S 0:00 /usr/local/bin/multilog t s2500000 /var/log/qmail/qmail
4133 ? S 0:00 qmail-clean
4132 ? S 0:00 qmail-rspawn
4129 ? S 0:00 qmail-send
-----
Can someone tell me if anything is either missing or shouldn't be there?
I'm reading through D.J.'s faq and I'm at part 9.1 about running qmail-smtpd under
tcpserver.
I installed the ucspi-tcp 0.88 package.
This is what I see in my inetd.conf file :
# do not uncomment smtp unless you *really* know what you are doing.
# smtp is handled by the sendmail daemon now, not smtpd. It does NOT
# run from here, it is started at boot time from /etc/rc.d/rc#.d.
#smtp stream tcp nowait root /usr/bin/smtpd smtpd
#nntp stream tcp nowait root /usr/sbin/tcpd in.nntpd
Do I remove these lines?
..continuing...Remove the smtp line from /etc/inetd.conf, and put the two lines
tcpserver -v -u 7770 -g 2108 0 smtp /var/qmail/bin/qmail-smtpd \
2>&1 | /var/qmail/bin/splogger smtpd 3 &
into your system boot scripts; replace 7770 with your qmaild uid, and replace 2108
with your nofiles gid.
I know I want to use multilog instead of splogger. Should I replace the splogger part
of the script
with multilog? And if so, please tell me what to put.
Your help is appreciated,
tony.campisi