On Wed, Nov 10, 1999 at 06:02:36PM +1100, Marc-Adrian Napoli wrote:
> hiya,
>
> been looking through the archives, can't seem to find my answer.
>
> this is in my /etc/init.d/qmail file:
>
> #Starts qmail-send and qmail-l/rspawn etc.
> csh -cf 'qmail-start ./Maildir/ splogger qmail &'
>
> #Starts qmail-smtpd for incoming smtp connections.
> /usr/local/bin/tcpserver -D -lcia.com.au -b30 -H -R -c100 -x/var/qmail/tcp.s
> mtp.cdb -u71 -g65534 0 smtp
> /var/qmail/bin/qmail-smtpd 2>&1 | /var/qmail/bin/splogger smtpd &
>
> #Starts qmail-popup for incoming pop connections to maildirs.
> /usr/local/bin/tcpserver -D -lcia.com.au -b40 -H -R -c100 0 pop3
> /var/qmail/bin/qmail-popup virtual1.com
> .au /work/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir &
>
> Question 1:
>
> qmail-smtpd isn't logging. is this because i don't have a "recordio"
> parameter there?
You need to run tcpserver with -v.
Chris