[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] FTPD DoS (x-posted to cobalt-users)



Thom,

> > Basically, you need to add the follwing filter to your /etc/proftpd.conf
> > file with the <Global></Global> directive:
> >
> >     DenyFilter   \*.*/
>
> Where in the .conf is that inserted???
> Before
>
> # Restore file permissions capability to site administrator ???

I've done it so it's in the section following that line:

# Restore file permissions capability to site administrator
 <Global>
   AllowChmod                    on
   DenyFilter                   \*.*/
 </Global>