diff -r 1cbb05665045 -r 469942d27d86 proftpd/proftpd.conf
--- a/proftpd/proftpd.conf Wed Feb 08 20:18:30 2012 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,105 +0,0 @@
-##
-## proftpd.conf -- ProFTPD Configuration
-##
-
-ServerType standalone
-DefaultServer off
-SocketBindTight on
-Port none
-
-MaxInstances 40
-User @l_nusr@
-Group @l_ngrp@
-Umask 022 022
-
-UseReverseDNS off
-MultilineRFC2228 on
-ShowSymlinks on
-AllowOverwrite on
-MaxLoginAttempts 2
-RequireValidShell yes
-ListOptions "-l"
-
-@l_pam@AuthPAM on
-@l_pam@AuthPAMConfig proftpd
-@l_pam@AuthPAMAuthoritative off
-#PersistentPasswd off
-
-CommandBufferSize 1023
-TimeoutLogin 120
-TimeoutNoTransfer 600
-TimeoutStalled 600
-TimeoutIdle 1200
-
-LogFormat default "%h %l %u %t \"%r\" %s %b"
-LogFormat auth "%v [%P] %h %t \"%r\" %s"
-LogFormat write "%h %l %u %t \"%r\" %s %b"
-SystemLog @l_prefix@/var/proftpd/proftpd.system.log
-ScoreboardFile @l_prefix@/var/proftpd/proftpd.scoreboard
-
-
- ExtendedLog @l_prefix@/var/proftpd/proftpd.access.log WRITE,READ write
- ExtendedLog @l_prefix@/var/proftpd/proftpd.auth.log AUTH auth
- TransferLog @l_prefix@/var/proftpd/proftpd.xfer.log
- IdentLookups off
- DeferWelcome off
- DisplayGoAway @l_prefix@/etc/proftpd/proftpd.msg.goaway
- DisplayLogin @l_prefix@/etc/proftpd/proftpd.msg.login
- DisplayChdir .message true
- DisplayReadme README*
- WTmpLog off
-
-
-
- AllowOverwrite on
-
-
-# sample virtual Anonymous-FTP only server
-
- Port 21
- PassivePorts 49152 65535
- ServerIdent on "localhost FTP Server (ProFTPD) ready."
- ServerAdmin root@localhost
- MaxClients 20
-
- # allow anonymous logins only
-
- DenyAll
-
-
- # Anonymous-FTP
-
- User @l_nusr@
- Group @l_ngrp@
- UserAlias anonymous @l_nusr@
- UserAlias ftp @l_nusr@
- RootLogin off
- UseFtpUsers off
- MaxClients 10 "Sorry, max %m users allowed -- try again later, please."
- RequireValidShell off
- DisplayGoAway /.msg.goaway
- DisplayLogin /.msg.login
-
- AllowAll
-
-
- DenyAll
-
-
- IgnoreHidden on
-
- # optionally allow uploads to a particular directory
- #
- #
- # AllowAll
- #
- #
- # DenyAll
- #
- #
- # AllowAll
- #
- #
-
-
-