search for: allowretrieverestart

Displaying 4 results from an estimated 4 matches for "allowretrieverestart".

2005 Sep 13
1
OT: ProFTPD web browser login
...DeferWelcome off DefaultRoot ~ !adm AuthPAMAuthoritative on IdentLookups off UseReverseDNS off Port 21 Umask 022 ListOptions "-a" AllowRetrieveRestart on AllowStoreRestart on MaxInstances 20 User nobody Group nobody ScoreboardFile /var/run/proftpd.score <Global> AllowOverwrite yes <Limit ALL SITE_CHM...
2005 Sep 16
1
OT: Proftpd and Iptables
...CEPT #Drop all other traffic #iptables -A INPUT -j DROP Proftpd conf: AuthPAMAuthoritative on IdentLookups off UseReverseDNS off Port 21 Umask 022 ListOptions "-a" AllowRetrieveRestart on AllowStoreRestart on MaxInstances 20 User nobody Group nobody ScoreboardFile /var/run/proftpd.score <Global> AllowOverwrite yes <Limit ALL SITE_CH...
2011 Aug 26
1
mysql authentication in proftpd
...hangs on DNS problems) UseReverseDNS off # Set the user and group that the server runs as User nobody Group nobody # Specify a scoreboard file ScoreboardFile /var/proftpd/proftpd.scoreboard AllowStoreRestart on AllowRetrieveRestart on RequireValidShell off PathDenyFilter "\\.ftp)|\\.ht)[a-z]+$" AllowStoreRestart on AllowRetrieveRestart on RequireValidShell off PathDenyFilter "\\.ftp)|\\.ht)[a-z]+$" DenyFilter \*.*/ # To prevent DoS attacks, set the maximum number of child processes # to 20. If you...
2006 Feb 21
0
OT Proftpd stopped authenication for users
...eferWelcome off DefaultRoot ~ !adm AuthPAMAuthoritative off IdentLookups off UseReverseDNS off Port 21 Umask 022 ListOptions "-a" AllowRetrieveRestart on AllowStoreRestart on MaxInstances 20 User nobody Group nobody ScoreboardFile /var/run/proftpd.score <Global> AllowOverwrite yes <Limit ALL SITE_CHMOD>...