Al Cooper wrote; Tuesday, August 19, 2008 11:58 AM
-------------------------------------
[root@mail1 ~]# ftp localhost
ftp: connect: Connection refused
ftp>
If I attempt to telnet to port 21 from the server I get the following:
[root@mail1 /]# telnet localhost 21
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
I have compared the proftpd.conf file from another working server and
they are the same.
Any help on getting ftp working again will be greatly appreciated.
=========================================
Please, do not post HTML
Try starting from a shell session.
/etc/init.d/xinetd restart
See what error develops.
Gerald