Browse Source

cleanup config a little bit more

master
parent
commit
1fadefb45c
  1. 10
      proftpd/proftpd.conf
  2. 2
      proftpd/proftpd.spec

10
proftpd/proftpd.conf

@ -25,6 +25,7 @@ AllowOverwrite on
MaxLoginAttempts 2 MaxLoginAttempts 2
RequireValidShell yes RequireValidShell yes
LsDefaultOptions "-l" LsDefaultOptions "-l"
WTmpLog off
TimeoutLogin 120 TimeoutLogin 120
TimeoutNoTransfer 600 TimeoutNoTransfer 600
@ -59,10 +60,10 @@ SystemLog @l_prefix@/var/proftpd/proftpd.system.log
ServerAdmin root@localhost ServerAdmin root@localhost
MaxClients 20 MaxClients 20
# optionally allow anonymous logins only # allow anonymous logins only
#<Limit LOGIN> <Limit LOGIN>
# DenyAll DenyAll
#</Limit> </Limit>
# Anonymous-FTP # Anonymous-FTP
<Anonymous @l_prefix@/share/proftpd> <Anonymous @l_prefix@/share/proftpd>
@ -70,6 +71,7 @@ SystemLog @l_prefix@/var/proftpd/proftpd.system.log
Group @l_ngrp@ Group @l_ngrp@
UserAlias anonymous @l_nusr@ UserAlias anonymous @l_nusr@
UserAlias ftp @l_nusr@ UserAlias ftp @l_nusr@
RootLogin off
UseFtpUsers off UseFtpUsers off
MaxClients 10 "Sorry, max %m users allowed -- try again later, please." MaxClients 10 "Sorry, max %m users allowed -- try again later, please."
RequireValidShell off RequireValidShell off

2
proftpd/proftpd.spec

@ -38,7 +38,7 @@ Distribution: OpenPKG [REL]
Group: FTP Group: FTP
License: GPL License: GPL
Version: 1.2.5 Version: 1.2.5
Release: 20020610 Release: 20020807
# list of sources # list of sources
Source0: ftp://ftp.proftpd.net/distrib/source/proftpd-%{version}.tar.bz2 Source0: ftp://ftp.proftpd.net/distrib/source/proftpd-%{version}.tar.bz2

Loading…
Cancel
Save