If you experience problems with slow logins in pure-ftpd, this is often caused by a problem with the resolving of the client’s hostname. This happens e.g. when you run an FTP server in your intranet and the hostname of the client computer does not exist in DNS.
To disable name resolving in pureftpd, run the command:
echo 'yes' > /etc/pure-ftpd/conf/DontResolve
and then restart pure-ftpd either with the command:
service pure-ftpd-mysql restart
when you use PureFTPD with MySQL bindings or the command:
service pure-ftpd restart
when using PureFTPS without MySQL.
Disabling name resolving also fixes the following error message:
Apr 12 14:19:10 ispconfig pure-ftpd: (?@?) [ERROR] Sorry, invalid address given
The post How to speed up logins in pure-ftpd on Debian or Ubuntu Linux by disabling name resolution appeared first on FAQforge.
This article provides a guide to deploy Shoutcast streaming server on Ubuntu VPS. What is…
I'm happy to announce that Karafka 2.6 and Karafka Web UI 1.0 have just been…
This article provides a guide demonstrating how to deploy Apache JMeter on Ubuntu VPS. Introduction…
In this blog post, we will show you how to migrate from Ubuntu 24.04 to…
This article provides a comprehensive, step-by-step guide to deploy self-hosted AppFlowy on Ubuntu VPS (20.04…