help setting up proftpd
Hi,I am setting up a test/learning server, and I already installed apache, php, mysql, mydns and now i'm installing proftpd.
I already run the configure, make and make install. While I'm testing, based on the documents, running this command:
./proftpd -n -d 5 -c /tmp/PFTEST/PFTEST.conf
I got these errors:
- parsing '/tmp/PFTEST/PFTEST.conf' configuration
- <Directory />: adding section for resolved path '/'
- getaddrinfo 'x.x.x.x.reverse.host.com' error: Name or service not known
- warning: unable to determine IP address of 'x.x.x.x.reverse.host.com'
- error: no valid servers configured
- Fatal: error processing configuration file '/tmp/PFTEST/PFTEST.conf'
What do I need to do or I forgot do do on my config?
Thanks in advance.
Lucas