python/hypothesis: update to 6.122.3
[oi-userland.git] / components / network / proftpd / proftpd.conf
blob057458c06c0445d06bf8349a776182261267b5a8
1 ServerName                      "FTP server"
2 ServerIdent                     off
3 ServerType                      standalone
4 DefaultServer                   on
5 Port                            21
7 Umask                           022
9 # To prevent DoS attacks, set the maximum number of child processes
10 # to 30.  If you need to allow more than 30 concurrent connections
11 # at once, simply increase this value.  Note that this ONLY works
12 # in standalone mode, in inetd mode you should use an inetd server
13 # that allows you to limit maximum number of processes per service
14 # (such as xinetd).
15 MaxInstances                    30
17 # Set the user and group under which the server will run.
18 User                            ftp
19 Group                           ftp
21 # Normally, we want files to be overwriteable.
22 AllowOverwrite          on
24 # Bar use of SITE CHMOD by default.
25 <Limit SITE_CHMOD>
26   DenyAll
27 </Limit>
29 # Make PAM the final authority on what gets authenticated.
30 AuthOrder mod_auth_pam.c* mod_auth_unix.c
32 # Use system libraries for user lookups.
33 PersistentPasswd off
35 # Root login must be enabled explicitly. It is not permitted by default.
36 # Allow it only if you know what you are doing.
37 #RootLogin on
39 DisplayConnect          /etc/issue