Is there a way so that all vsites have their postmaster & abuse users point
to the main server user 'admin' ?
I guess that it's basically setting both names as alias's for admin.
Howie.
-----Original Message-----
From: Dogsbody [mailto:dan (at mark) dogsbody.org]
Sent: 18 November 2007 22:03
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:11181] Re: Virtusertable
>> 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