ServerName "FTP server"
Port 21
Umask 022
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances 30
# Set the user and group under which the server will run.
# Normally, we want files to be overwriteable.
# Bar use of SITE CHMOD by default.
</Limit>
# Make PAM the final authority on what gets authenticated.
# Use system libraries for user lookups.
# Root login must be enabled explicitly. It is not permitted by default.
# Allow it only if you know what you are doing.
#RootLogin on