Re: mail archive file

Zhiliang Hu <[email protected]> Fri, 17 Jun 2005 21:56:55 -0500 (CDT)
Newsgroups gmane.mail.smartlist.user
Message-ID <Pine.OSF.4.02.10506172150530.2694-100000@genome.ansci.iastate.edu>
Just found there is a "umask" line in rc.init to do this.
I guess we can do a 'newgrp' there also...

Zhiliang

On Thu, 16 Jun 2005, Zhiliang Hu wrote:

> Currently my Smartlist saves mail archive with permission 660 and
> group of the list account, like in:
> 
> -rw-rw----    1 slist    slist          1860 Jun  6 09:38 4298
> 
> How may I change it to save with permission 644 or with a
> different group? (I have already made ~slist a member of another
> group), like in
> 
> -rw-r--r--    1 slist    slist          1860 Jun  6 09:38 4298
> -rw-rw----    1 slist    web            1860 Jun  6 09:38 4298
> 
> I guess it would be somewhere in rc.submit but appreciate any hint.
> 
> Thanks,
> Zhiliang