
ochal at kefren
Mar 24, 2006, 12:47 PM
Post #1 of 1
(407 views)
Permalink
|
|
Permissions problem with ProFTPd
|
|
Hi all, I'm currently having a problem with ProFTPd with a gentoo server at work. The problem is that files uploaded to the virtual domains always have 600 permissions, i can't get it to grant Read-Write permissions to the group owner of the directories ProFTPd uses. I'm pretty sure the problem is my lack of knowledge of ProFTPd tho, hopefully someone can help me out ;) The server is not public, and you'll notice the config is rather sparse, wich is probably the problem ;) This is my proftpd.conf file: Umask 002 <Global> AllowOverwrite yes </Global> <VirtualHost sales.<company>> ServerName "sales.<company>" AllowOverwrite yes </VirtualHost> <VirtualHost doc.<company>> ServerName "doc.<company>" AllowOverwrite yes </VirtualHost> <VirtualHost soft.<company>> ServerName "soft.<company>" AllowOverwrite yes </VirtualHost> -- gentoo-security [at] gentoo mailing list
|