IdentLookups is off by default and sometimes not compiled in anymore, therefore proftpd fails to start
This commit is contained in:
@@ -28,7 +28,6 @@ SystemLog /var/log/proftpd/proftpd.log
|
|||||||
|
|
||||||
# make proftpd faster / do not perform ident and reverse dns lookup
|
# make proftpd faster / do not perform ident and reverse dns lookup
|
||||||
UseReverseDNS off
|
UseReverseDNS off
|
||||||
IdentLookups off
|
|
||||||
|
|
||||||
# Set the user and group that the server normally runs at.
|
# Set the user and group that the server normally runs at.
|
||||||
User nobody
|
User nobody
|
||||||
|
|||||||
@@ -8,8 +8,6 @@ Include /etc/proftpd/modules.conf
|
|||||||
|
|
||||||
# Set off to disable IPv6 support which is annoying on IPv4 only boxes.
|
# Set off to disable IPv6 support which is annoying on IPv4 only boxes.
|
||||||
UseIPv6 on
|
UseIPv6 on
|
||||||
# If set on you can experience a longer connection delay in many cases.
|
|
||||||
IdentLookups off
|
|
||||||
|
|
||||||
ServerName "<SERVERNAME> FTP Server"
|
ServerName "<SERVERNAME> FTP Server"
|
||||||
ServerType standalone
|
ServerType standalone
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ AllowOverwrite on
|
|||||||
AllowStoreRestart on
|
AllowStoreRestart on
|
||||||
AllowRetrieveRestart on
|
AllowRetrieveRestart on
|
||||||
UseReverseDNS off
|
UseReverseDNS off
|
||||||
IdentLookups off
|
|
||||||
ListOptions "-al"
|
ListOptions "-al"
|
||||||
DisplayChdir .message
|
DisplayChdir .message
|
||||||
UseIPv6 off
|
UseIPv6 off
|
||||||
@@ -91,4 +90,3 @@ ExtendedLog /var/log/proftpd-access.log WRITE,READ write
|
|||||||
|
|
||||||
# make proftpd faster / do not perform ident and reverse dns lookup
|
# make proftpd faster / do not perform ident and reverse dns lookup
|
||||||
UseReverseDNS off
|
UseReverseDNS off
|
||||||
IdentLookups off
|
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ SystemLog /var/log/proftpd/proftpd.log
|
|||||||
|
|
||||||
# make proftpd faster / do not perform ident and reverse dns lookup
|
# make proftpd faster / do not perform ident and reverse dns lookup
|
||||||
UseReverseDNS off
|
UseReverseDNS off
|
||||||
IdentLookups off
|
|
||||||
|
|
||||||
# Set the user and group that the server normally runs at.
|
# Set the user and group that the server normally runs at.
|
||||||
User nobody
|
User nobody
|
||||||
|
|||||||
Reference in New Issue
Block a user