OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: access file problems

From: Wietse Venema (wietseporcupine.org)
Date: Thu Jan 05 2006 - 14:16:05 CST


Anne Ramey:
> I'm sure I'm missing something obvious, but I'm getting an error when
> trying to postmap my access file. I've added a bunch of entries like:
> baddomain.com REJECT Blacklisted Domain
> baddomain.info REJECT Blacklisted Domain
>
> This follows the pattern REJECT optional text... format
> and I get this error:
> postmap: warning: access.db: duplicate entry: "reject"
>
> I've checked and no line starts with REJECT. I'm not sure what I'm
> missing. I want to add these to recipient restrictions when I get it
> working. Postfix 2.2.5 on RHES3

Try:

grep -i '^reject' access

        Wietse