ServerType standalone ServerName ProFTPd ServerAdmin ftp@sukaato ServerIdent on "Currently on the fallback server..." Protocols ftp DefaultServer on Port 21 User ftpd Group nogroup TransferLog /var/log/proftpd/transfer.log SystemLog /var/log/proftpd/proftpd.log LoadModule mod_tls.c LoadModule mod_ifsession.c LoadModule mod_auth_file.c DenyAll AuthOrder mod_auth_file.c mod_auth_pam.c mod_auth_unix.c RootLogin off RequireValidShell off UseFtpUsers off PersistentPassword off AllowEmptyPasswords off DisplayConnect {{ welcome_msg_path }} DisplayQuit {{ goodbye_msg_path }} DisplayFileTransfer {{ transfer_msg_path }} Umask {{ default_umask }} MaxClients 35 MaxClientsPerUser 5 MaxLoginAttempts 4 TimeoutSession 28800 TimeoutNoTransfer 900 TimeoutStalled 900 TimeoutIdle 1200 TimeoutLinger 120 ListOptions "" maxdepth 3 AllowOverwrite on ShowSymlinks on IdentLookups off QuotaEngine off Ratios off DelayEngine on DenyAll AllowUser OR {{ users_allowed }} DenyAll DirFakeUser on ~ DirFakeGroup on ~ DefaultRoot ~ HideFiles ^\. IgnoreHidden on Include /etc/proftpd/conf.d/*.conf