• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

FTP connection refused

S

ss_barryk

Guest
im at a bit of a loss.. been reading the forums and still no futher

have setup the host name and domain, turened off APF resinstalled and reconfgured.

tryed from ssh etc via both ip and domain

restarted iptables, psa and xinetd and whole server and still nothing..

other than that all is fine...
 
After you restarted xinetd, check /var/log/maillog, you will find more clues there. It might be an invalid option in proftpd.conf.
 
its empty.. where was a maillog.1 but only 3 lines relating to sendmail starting
 
Have you checked the following log files in /var/log/

/var/log/proftpd_access.log
/var/log/proftpd_auth.log
/var/log/proftpd_paranoid.log
 
Ok, then check in your /etc/proftpd.conf file to see what level of logging and where the log files are kept. My test server shows the following:

<Global>
DisplayLogin welcome.msg
DisplayFirstChdir readme
#
# having to delete before uploading is a pain ;)
#
AllowOverwrite yes
#
ExtendedLog /var/log/proftpd_access.log WRITE,READ write
#
#
# Record all logins
#
ExtendedLog /var/log/proftpd_auth.log AUTH auth
#
# Paranoia logging level....
#
ExtendedLog /var/log/proftpd_paranoid.log ALL default
 
Back
Top