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@gentoo.org mailing list