[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ProFTPD - AllowChmod is deprecated
- Subject: Re: [cobalt-users] ProFTPD - AllowChmod is deprecated
- From: Mailing Lists <listonly@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri Jun 28 11:34:11 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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