Update proftpd.conf

This commit is contained in:
myvesta 2020-05-04 13:32:52 +02:00 committed by GitHub
commit 464f8075f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,15 @@ AuthOrder mod_auth_pam.c* mod_auth_unix.c
UseReverseDNS off UseReverseDNS off
User proftpd User proftpd
Group nogroup Group nogroup
MaxInstances 20 MaxInstances 100
UseSendfile off UseSendfile off
LogFormat default "%h %l %u %t \"%r\" %s %b" LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s" LogFormat auth "%v [%P] %h %t \"%r\" %s"
ListOptions -a ListOptions -a
RequireValidShell off RequireValidShell off
PassivePorts 12000 12100 PassivePorts 12000 12100
TransferLog /var/log/proftpd/xferlog
SystemLog /var/log/proftpd/proftpd.log
<Global> <Global>
Umask 002 Umask 002