What pop3 daemon did you install? IIRC if it runs from xinetd.d you can
copy one of the startup files in xinetd.d, say like telnet    cp telnet
pop3   then edit the new file to reflect your pop daemon's path and
parameters and restart xinetd. something like this....

service pop3
{
        disable = yes      <-- change to no to start the service
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/sbin/ipop3d   <-- put the true path
of your pop3 daemon
        log_on_success          += USERID
        log_on_failure          += USERID
}




>At 04:14 PM 1/16/01 -0600, you wrote:
>Mike nothing there also I did a find . -name *pop* and it did not find the
>ipop3 daemon.  How the heck can I install just POP3 ?
>
>Scott Skrogstad
>Computer Integration Inc,
>[EMAIL PROTECTED]
>800-522-3475 Phone
>
>On Tue, 16 Jan 2001, Mike Burger wrote:
>
>> I would agree...tha twould tell me that, if it's supposed to be started by
>> xinetd, that it isn't, or that there's no POP3 daemon running.
>> 
>> First...do a ps -ax | grep pop to see if there's anything running.
>> Next...check your /etc/rc.d/init.d for any startup script for a pop3
>> daemon (my favorite is cucipop).
>> Next...check your /etc/rc.d/rc3.d (or rc5.d, if you're running X), for the
>> same script with a Kxx or Sxx...if you have one with a K, it's not
>> starting on bootup.  If you have one with an S, yo've got other problems
>> with it.
>> 
>> On Tue, 16 Jan 2001, Scott Skrogstad wrote:
>> 
>> > Mike
>> >    When I try and telnet to that machine using port 110 it gives me
>> > connection refused.  That would tell me that there is a problem with POP3
>> > running.
>> >
>> > Scott Skrogstad
>> > Computer Integration Inc,
>> > [EMAIL PROTECTED]
>> > 800-522-3475 Phone
>> >
>> > On Tue, 16 Jan 2001, Mike Burger wrote:
>> >
>> > > In 7.0, pop3d doesn't really run out of inetd/xinetd.  Normally, it
runs
>> > > as a constantly running daemon, now.
>> > >
>> > > On Tue, 16 Jan 2001, Scott Skrogstad wrote:
>> > >
>> > > > John
>> > > >        I found that file but there is not much in there and I went the
>> > > > xinetd.d dir and there is nothing in there about POP3D.  Sorry for
the
>> > > > stupid questions...
>> > > >
>> > > > Scott Skrogstad
>> > > > Computer Integration Inc,
>> > > > [EMAIL PROTECTED]
>> > > > 800-522-3475 Phone
>> > > >
>> > > > On Tue, 16 Jan 2001, John Aldrich wrote:
>> > > >
>> > > > > On Tue, 16 Jan 2001, you wrote:
>> > > > > > I can't get POP3 to start and I have installed a few times.
What am I
>> > > > > > missing.
>> > > > > >
>> > > > > Inetd.conf has been replaced with xinetd.conf.
>> > > > >      John
>> > > > >
>> > > > >
>> > > > >
>> > > > > _______________________________________________
>> > > > > Redhat-list mailing list
>> > > > > [EMAIL PROTECTED]
>> > > > > https://listman.redhat.com/mailman/listinfo/redhat-list
>> > > > >
>> > > >
>> > > >
>> > > >
>> > > > _______________________________________________
>> > > > Redhat-list mailing list
>> > > > [EMAIL PROTECTED]
>> > > > https://listman.redhat.com/mailman/listinfo/redhat-list
>> > > >
>> > >
>> > >
>> > >
>> > > _______________________________________________
>> > > Redhat-list mailing list
>> > > [EMAIL PROTECTED]
>> > > https://listman.redhat.com/mailman/listinfo/redhat-list
>> > >
>> >
>> >
>> >
>> > _______________________________________________
>> > Redhat-list mailing list
>> > [EMAIL PROTECTED]
>> > https://listman.redhat.com/mailman/listinfo/redhat-list
>> >
>> 
>> 
>> 
>> _______________________________________________
>> Redhat-list mailing list
>> [EMAIL PROTECTED]
>> https://listman.redhat.com/mailman/listinfo/redhat-list
>> 
>
>
>
>_______________________________________________
>Redhat-list mailing list
>[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/redhat-list
>
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to