On Sat, Nov 13, 1999 at 01:07:16PM +0800, john wrote:
> Hi,
> 
> I tried putting this script in  inetd.conf file to start the tcpserver service
> but I dont seem to be starting the service. I am using Red Hat 6.1
> 
> 
> tcpserver 0 110 /var/qmail/bin/qmail-popup domainname \
> /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir &
> 
> tcpserver -c 400 -v -u 503 -g 502 0 smtp /var/qmail/bin/qmail-smtpd \
> 2 >&1 | /var/qmail/bin/splogger smtpd 3 &   

tcpserver should be started from a script that runs when your system boots.
inetd.conf is not a script that runs when your system boots. It is, as the name
suggests, the configuration file for inetd.

You use tcpserver *instead of* inetd to run your smtp and pop services.

Chris

Reply via email to