]> TLD Linux GIT Repositories - packages/proftpd.git/blobdiff - proftpd.conf
- updated to 1.3.8b
[packages/proftpd.git] / proftpd.conf
index 2081c582b3aaeac0fa0412242a2603df783fef7c..5c1ebbd1b4092b0462ac09a28fb4996c9d8e989c 100644 (file)
@@ -22,7 +22,7 @@ Port                  21
        User                    ftp
 
        # Set the group the server normally runs as
-       Group                   nobody
+       Group                   ftp
 
        # Set the default umask
        Umask                   022
@@ -30,12 +30,6 @@ Port                 21
        # Don't show welcome message until user has authenticated
        DeferWelcome            off
 
-       # Toggle ident lookups
-       IdentLookups            off
-
-       # Toggle rDNS lookups
-       UseReverseDNS           on
-
        # Allow connections based on /etc/shells
        RequireValidShell       on
 
@@ -52,8 +46,8 @@ Port                  21
        MaxLoginAttempts        3
 
        # Specify alternate passwd/group files to be used
-       #AuthUserFile           /etc/ftpd/passwd
-       #AuthGroupFile          /etc/ftpd/group
+       #AuthUserFile           /etc/proftpd/passwd
+       #AuthGroupFile          /etc/proftpd/group
 
        # Set the default method of data transfer
        DefaultTransferMode     binary
@@ -80,11 +74,11 @@ Port                        21
        DefaultRoot             ~
 
        # Specify proftpd logfile
-       ExtendedLog             /var/log/ftp.log
+       ExtendedLog             /var/log/proftpd/ftp.log
 
        # Specify transfer log
-       TransferLog             /var/log/ftp.xfer.log
+       TransferLog             /var/log/proftpd/xfer.log
 </Global>
 
 # Load additional config files (modules etc.)
-Include /etc/ftpd/conf.d/*.conf
+Include /etc/proftpd/conf.d/*.conf