On Sun, 24 Oct 1999, F.V.V. wrote:
>Hello
>
>
>PLEASE HELP ! /\ !
>
>I installed Linux on a PC, trying to create an intranet server. DNS, WWW,
>FTP, e-mail and Real Audio server. I hope, my Linux box will do all this one
>day.
>
>So far I alone got DNS working and Apache is humming along just fine with a
>few virtual domains.
>
>Now, I am suffering with mail. I have sendmail up and running, responding
>happily on port 25 (SMTP). When I try to send mail, it goes through briskly.
>
>But - the box seems not to work as a POP3 server. Nothing is responding on
>port 110.
>
>What shall I do ???
Uncomment the line for pop3 in /etc/inetd.conf
pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3d
and make sure /etc/servives has;
pop-3 110/tcp # POP version 3
pop-3 110/udp
kill -HUP `pidof inetd` <- note the questes use them, that send a
restart signal to inetd and makes it read the config file.
Or Read the top of the file its all explained there as well in rather
a different way.
>
>Thanks for any help
>Frank
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/