From 746d30c65b2756634318947d6759fbadd7db0bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F=20=28envoyr=29?= Date: Sun, 25 Dec 2022 20:23:56 +0100 Subject: [PATCH] fix unknown configuration directive on some systems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maurice Preuß (envoyr) --- lib/configfiles/jammy.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/configfiles/jammy.xml b/lib/configfiles/jammy.xml index 9a99f0f7..7654d948 100644 --- a/lib/configfiles/jammy.xml +++ b/lib/configfiles/jammy.xml @@ -3375,7 +3375,9 @@ Include /etc/proftpd/modules.conf # Set off to disable IPv6 support which is annoying on IPv4 only boxes. UseIPv6 on # If set on you can experience a longer connection delay in many cases. -IdentLookups off + + IdentLookups off + ServerName " FTP Server" ServerType standalone