Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 539b23dd25451ca8f2f6123f3bb0959b > files > 2

proftpd-1.3.3g-0.1.mga1.src.rpm

<Anonymous ~ftp>

  # Allow logins if they are disabled above.
  <Limit LOGIN>
    AllowAll
  </Limit>

  # Maximum clients with message
  MaxClients			5 "Sorry, max %m users -- try again later"

  User				ftp
  Group				ftp
  # We want clients to be able to login with "anonymous" as well as "ftp"
  UserAlias			anonymous ftp
  RequireValidShell off

  # Limit WRITE everywhere in the anonymous chroot
  <Limit WRITE>
    DenyAll
  </Limit>

</Anonymous>