Hi again!

        Also try "service pop-3 restart"
        When using xinetd the service starts when there are connections
        to your qpopper pop3 server. Try "top -d 1" and then make
        a connection to your qpopper pop3 server and see if something happens...

Best Regards Pelle Andersson

----------------------------
SYSTEM- AND NETWORK ENGINEER
----------------------------
ADDRESS:
SVENSKA PERSONDATA AB (SPD)
Bastiongatan 40
451 50 Uddevalla
SWEDEN
PHONE & FAX:
Phone: 046-522-125 00
Fax: 046-522-353 44
Support email: [EMAIL PROTECTED]
Private email: [EMAIL PROTECTED]
Homepages:
Products & Info: http://www.spd.nu
Internetservices: http://internet.spd.nu
24 Hour Support: http://support.spd.nu
Get a free homepage @ http://home.spd.nu

-----Ursprungligt meddelande-----
Fr�n: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Skickat: den 22 maj 2002 13:36
Till: Subscribers of Qpopper
�mne: Re: RedHat 7.2 / Qpopper 404



Thank's for all the respond.

I made this file pop3 in the xinetd.d :

#popper config file for xinetd
service pop-3
{
        disable = no
        socket_type = stream
        protocol    = tcp
        port        = 110
        wait        = no
        flags       = NAMEINARGS
        user        = root
        server      = /usr/local/sbin/qpopper
        server_args = qpopper -s

Then i restarted ran service xinetd restart

When I ran netstat -l I couldn't see the service ?

Couldn't run telnet localhost pop, connection refused, then I know the 110
port isn't running


mvh
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------

Leif Tolfsen
Elkem ASA Shared Services
ITS Operations
Phone :+47 3801 7131 /+47 906 62 424
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------



                    Drew
                    <[EMAIL PROTECTED]       To:
[EMAIL PROTECTED]
                    om.au>               cc:     Subscribers of Qpopper
<[EMAIL PROTECTED]>
                                         Subject:     Re: RedHat 7.2 /
Qpopper 404
                    22.05.02 13:23
                    Please respond
                    to drew






Redhat 7.2 uses xinetd, config files are in /etc/xinetd.d you will need to
create a file like this. You can cal it something like ipop3. Then you need
to run the command chkconfig --level 345 ipop3 on and /sbin/services xinetd
restart.

Ypu should also read the man page on xinetd and xinetd.conf

# default: on
# description: The telnet server serves telnet sessions; it uses \
#������ unencrypted username/password pairs for authentication.
service pop3
{
������� disable = no
������� socket_type���� = stream
������� protocol������� = tcp
������� port����������� = 110
������� wait����������� = no
������� flags���������� = NAMEINARGS
������� user����������� = root
������� server��������� = /usr/sbin/popper
������� server_args���� = qpopper -s
}


Andrew

[EMAIL PROTECTED] wrote: Hi
When I installed qpopper on Redhat7.2 I couldn't find /etc/inetd.conf ?
Anyone know where to pu the line that's read

pop stream tcp nowait ............................��� ?

mvh
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------



Leif Tolfsen
Elkem ASA Shared Services
ITS Operations
Phone :+47 3801 7131 /+47 906 62 424
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------




Reply via email to