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

Re: [cobalt-users] ProFTPD - AllowChmod is deprecated



on 6-28-02 12:33 PM, Technic - Alfa-1 Associates stated:

> Hi friends,
> 
> For every 15 minutes I receive following message on my RAQ3:
> 
> Jun 28 12:15:02 www proftpd[10743]: AllowChmod is deprecated, and will not
> work consistantly, use <Limit SITE_CHMOD> instead.
> 
> Are there anyone who had this issue previously? And what is the solution
> against this?
> 
> Regards,
> 
> Mustafa Cavcar

Gerald had a fix, in the /etc/proftpd.conf file
Comment out the AllowChmod line;

<Global>
    # AllowChmod    on
    <Limit Site_CHMOD>
    </Limit>
    # Report localtime, not GMT
    TimesGMT        off
</Global>

I think that¹s right.

Dave