• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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