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
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------