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