OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Accept mail for postmaseter, abuse while denying else

From: Benny Pedersen (mejunc.org)
Date: Thu Nov 01 2007 - 08:14:17 CDT


On Thu, November 1, 2007 12:27, Andrew Long wrote:
> I now have this server pretty much denying everything except relay for a
> (relay-ip) list of sites. My problem is that the server is apparently
> rejecting mail for <postmasterhost.domain.com> and likely for <abuse> also.
> How can I accept mail for these local users while denying all else?
>
> # 2007-11-01 - postconf -n
> alias_maps = hash:/etc/aliases

make sure abuse and postmaster is in aliases

i hope :)

postmap -q abuse hash:/etc/aliases

--