Hello Adhitiyo,
On Monday, August 27, 2001 at 1:25:20 PM you wrote:
> dear sir daniel
> if I put #!bin/sh and exec i got another error ...
> the error like this
> error port already in use
check your system what process is already bind on port 110
either
$> lsof -i -P -n |grep :110
or
$> netstat --listening --ip -n -p |grep :110
this should give you the information what process 'blocks' port 110.
if this is 'inetd' edit your '/etc/inetd.conf' and comment out the line with
leading 'pop3' or 'pop-3'. After that do a
$> killall -HUP inetd
and try
$> svc -t qmail-pop3d
HTH
--
Best regards
Peter Palmreuther mailto:[EMAIL PROTECTED]