Gentoo Archives: gentoo-security

From: Ochal Christophe <ochal@××××××.be>
To: gentoo-security@l.g.o
Subject: [gentoo-security] Permissions problem with ProFTPd
Date: Fri, 24 Mar 2006 19:59:55
Message-Id: 1143229649.9116.4.camel@localhost.localdomain
1 Hi all,
2
3 I'm currently having a problem with ProFTPd with a gentoo server at
4 work. The problem is that files uploaded to the virtual domains always
5 have 600 permissions, i can't get it to grant Read-Write permissions to
6 the group owner of the directories ProFTPd uses.
7
8 I'm pretty sure the problem is my lack of knowledge of ProFTPd tho,
9 hopefully someone can help me out ;)
10
11 The server is not public, and you'll notice the config is rather sparse,
12 wich is probably the problem ;)
13
14 This is my proftpd.conf file:
15
16 Umask 002
17
18 <Global>
19 AllowOverwrite yes
20 </Global>
21
22 <VirtualHost sales.<company>>
23 ServerName "sales.<company>"
24 AllowOverwrite yes
25 </VirtualHost>
26
27 <VirtualHost doc.<company>>
28 ServerName "doc.<company>"
29 AllowOverwrite yes
30 </VirtualHost>
31
32 <VirtualHost soft.<company>>
33 ServerName "soft.<company>"
34 AllowOverwrite yes
35 </VirtualHost>
36
37 --
38 gentoo-security@g.o mailing list