On Mon, Nov 15, 1999 at 04:59:39PM +1100, Marc-Adrian Napoli wrote:
> Hi everyone,
> 
> sorry to bother you all again.
> 
> today i decided to monitor incoming pop connections. you know.. so the
> support guys can see if people are typing in their
> username incorrectly.
> 
> In /etc/init.d/qmail i usually have:
> 
> /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 &
> 
> that lines starts the pop side of things all well and good.
> 
> However, if i try and put:
> 
> /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 & | /var/qmail/bin/splogger qmail &
> 
> I get an error when trying to start the /etc/init.d/qmail file?
> 
> Is there something wrong with that? Looks okay to me!

Take the first & out of there. Also, if you're using the stock checkpassword,
don't expect the above to give you anything useful since checkpassword doesn't
print any log stuff.

Chris

Reply via email to