Index: [Article Count Order] [Thread]

Date:  Sun, 18 Nov 2007 22:02:39 +0000
From:  Dogsbody <dan (at mark) dogsbody.org>
Subject:  [coba-e:11181] Re: Virtusertable
To:  coba-e (at mark) bluequartz.org
Message-Id:  <4740B67F.3000103 (at mark) dogsbody.org>
In-Reply-To:  <200711181338.lAIDc6nJ001223 (at mark) huda.muntadanet.com>
References:  <C362AE26.1E1D6%webmaster (at mark) muntada.com> <473F6F20.2070607 (at mark) dogsbody.org> <200711181338.lAIDc6nJ001223 (at mark) huda.muntadanet.com>
X-Mail-Count: 11181


>> This is a hack but I modify the file 
>> /usr/sausalito/handlers/base/vsite/Vsite.pm and set the following...
>>
>> %DefaultAliases =     (
>>                    "MAILER-DAEMON",   1,
>>                    "nobody",          1,
>>                    "root",            1,
>>                    "postmaster",      1,
>>                    "abuse",           1,
>>                    'apache',          1
>>                    );

I should add that this will only set the correct aliases for new sites that are 
created.  For existing sites you can just add the aliases to existing users for 
that site.

Also, users imported with cmuImport that have one of these already set as an 
alias will loose all their alises on import.  Not a problem, you just have to 
remove them from the XML file or manually put them back afterwards

Dan