]> git.pld-linux.org Git - packages/proftpd.git/blobdiff - proftpd.conf
- rebuild with mysql 5.7
[packages/proftpd.git] / proftpd.conf
index 9808fd5a2fea9689f41dd4bad6cf2e5efc7f9d95..9f00ce861b1e948f53bd2ba4a6ab34dd7164356f 100644 (file)
@@ -4,6 +4,11 @@ ServerName             "ProFTPD"
 ServerType             standalone
 DeferWelcome           off
 DefaultServer          on
+#IdentLookups          off
+#UseReverseDNS         off
+
+# Set to off if you use NSS LDAP, NIS, etc.
+#PersistentPasswd      off
 
 # If you want .message files to work with browsers, you probably
 # want to uncomment the next line
@@ -19,6 +24,8 @@ Umask                 022
 User                   ftp
 Group                  ftp
 
+#RequireValidShell     off
+
 # use separate auth files instead of system auth
 #AuthUserFile          /etc/ftpd/passwd
 #AuthGroupFile         /etc/ftpd/group
@@ -45,6 +52,8 @@ AllowStoreRestart     on
 #MasqueradeAddress     my.domain.com
 #PassivePorts          60000 65535
 
+#UseIPv6               off
+
 # Do not announce server software at logon. for paranoids.
 #ServerIdent           off
 
This page took 0.028347 seconds and 4 git commands to generate.