File: //etc/proftpd.conf
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c
RequireValidShell off
AuthUserFile /etc/proftpd/ftpd.passwd
QuotaEngine on
QuotaLimitTable file:/etc/proftpd/ftpquota.limittab
QuotaTallyTable file:/etc/proftpd/ftpquota.tallytab
QuotaDisplayUnits "Mb"
#AuthPAM off
QuotaDirectoryTally on
QuotaLog "/etc/proftpd/log/quota.log"
QuotaShowQuotas on
ScoreboardFile "/etc/proftpd/proftpd.scoreboard"
#PidFile /var/run/proftpd.pid
#TLSEngine on
#TLSLog /etc/proftpd/log/proftpd_tls.log
#TLSProtocol SSLv23
#TLSOptions NoSessionReuseRequired
#TLSRSACertificateFile /var/lib/ssl/ftp.crt
#TLSRSACertificateKeyFile /var/lib/ssl/ftp.key
#TLSVerifyClient on
#TLSRequired off
ExtendedLog /etc/proftpd/ftp.log
PassivePorts 30000 35000
ServerName "ProFTPD Default Installation"
ServerType standalone
DefaultServer on
Port 21
Umask 022
UseReverseDNS off
ListOptions -a
# Use pam to authenticate (default) and be authoritative.
# Only need the LoadModule if mod_auth_pam is a DSO.
#LoadModule mod_auth_pam.c
#AuthPAMConfig proftpd
#AuthOrder mod_auth_pam.c* mod_auth_unix.c
PersistentPasswd off
MaxInstances 30
# Set the user and group under which the server will run.
User nobody
Group nobody
DefaultRoot ~ !adm
AllowOverwrite on
<Limit SITE_CHMOD>
AllowAll
</Limit>