[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: Postfix conf.



On Mon, 2002-09-30 at 02:21, carlosh echos co nz wrote:
> Hi Mike:
> 
> I'm sorry I was not clear enough.
> 
> Postfix is configured to pipe to an SMTP filter (Anomy and SpamAssassin),
> then, Postfix forwards everything to an internal exchange box.
> 
> The sender eventually received a bounce note from our Exchange. But I'd like
> postfix to send this bouncing note, and not to forward those to Exchange but
> drop them.
> 
> Any clue?

You can add each user address to the postfix "access" database and tell
postfix to reject any mail addressed to those users.  For example, add
this line to /etc/postfix/access to reject all mail to
carlosh echos co nz:

carlosh echos co nz  REJECT

Then, create the binary database used by postfix (access.db) with:

postmap access

Finally, reload postfix with:

postfix reload

Best Regards,
Keith
-- 
LPIC-2, MCSE, N+
Sing blue silver
Got spam? Get spastic http://spastic.sourceforge.net





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]