Could probably edit the Makefile and comment the lines that set permissions
on the domains directory. It reads:

        @echo "If the recursive chown is taking a long time"
        @echo "go ahead and break out of it by pressing control-C"
        @echo "this is the last stage of the install and can be skipped"
        chown -R vpopmail  $(DESTDIR)/home/vpopmail/include
        chgrp -R vchkpw $(DESTDIR)/home/vpopmail/include
        chown -R vpopmail  $(DESTDIR)/home/vpopmail/etc
        chgrp -R vchkpw $(DESTDIR)/home/vpopmail/etc
        chown -R vpopmail  $(DESTDIR)/home/vpopmail/bin
        chgrp -R vchkpw $(DESTDIR)/home/vpopmail/bin
        chown -R vpopmail  $(DESTDIR)/home/vpopmail/doc
        chgrp -R vchkpw $(DESTDIR)/home/vpopmail/doc
        chown -R vpopmail  $(DESTDIR)/home/vpopmail/domains
        chgrp -R vchkpw $(DESTDIR)/home/vpopmail/domains

----- Original Message -----
From: "Jonas Pasche" <[EMAIL PROTECTED]>
To: "Jonas Pasche" <[EMAIL PROTECTED]>
Sent: Thursday, March 20, 2003 8:17 PM
Subject: Re: [vchkpw] Re: Change the default quota


> Hi Anders,
>
> > I have to wonder, will make install do a recursive chown and chgrp?
>
> Yes.
>
> > If
> > so, it would be a bad idea to use 'make install' if you use system
> > quotas.
>
> Only if you still keep your user-managed domains under
> ~vpopmail/domains. Yes, you're right; haven't thought about it because I
> let my users manage their domains themselves through
> ~<user>/domains/<domain>, thus vpopmail isn't chown'ing their dirs.
>
> Jonas
>
>
>
>



Reply via email to