Date: Sat, 17 Nov 2007 22:45:52 +0000
From: Dogsbody <dan (at mark) dogsbody.org>
Subject: [coba-e:11170] Re: Virtusertable
To: coba-e (at mark) bluequartz.org
Message-Id: <473F6F20.2070607 (at mark) dogsbody.org>
In-Reply-To: <C362AE26.1E1D6%webmaster (at mark) muntada.com>
References: <C362AE26.1E1D6%webmaster (at mark) muntada.com>
X-Mail-Count: 11170
> How can we fix it so that automatically all domains have the additional
> virtusers of postmaster and abuse.
>
> The users apache, nobody, sys etc are already there.
>
> Abuse and postmaster is important for Anti-Spam measures.
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
);
Dan