|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: Re: Want email to immediately bounce.
From: Wietse Venema (wietse
porcupine.org)Date: Tue Sep 12 2000 - 19:36:18 CDT
- Next message: Michael Ju. Tokarev: "Re: CDB map for postfix"
- Previous message: Lurking Girl: ""mail loops back to myself" problem, not the obvious one"
- In reply to: Lars Hecking: "Re: Want email to immediately bounce."
- Next in thread: Bennett Todd: "Re: Want email to immediately bounce."
- Next in thread: Ralf Hildebrandt: "Re: Want email to immediately bounce."
- Reply: Wietse Venema: "Re: Want email to immediately bounce."
- Reply: Bennett Todd: "Re: Want email to immediately bounce."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Lars Hecking:
> Laurence Hall writes:
> > Hi all,
> >
> > I have two questions.
> >
> > 1. Is there documentation of all the configuration parameters somewhere?
>
> The man pages, and /etc/postfix/sample-*.cf.
>
> > 2. I am working in a QA environment on a bounce-back email parser. When I
> > send out email, I want it to immediately bounce, not be retried X times or
> > hang around for 5 days while it is retried.
Easy. Specify a non-existent destination, and the mail will bounce
immediately if your machine is configured to do direct internet
delivery (which is the default).
Or specify a transport map entry for a bogus domain, like this:
/etc/postfix/main.cf:
transport_maps = hash:/etc/postfix/transport
/etc/postfix/transport:
bogus.domain error:This mail bounces
This is the more robust solution. A destination that does not exist
today may exist the next day, as Dan Farmer and I found out a year
or so after we used victim.com as an example in a paper.
Wietse
- Next message: Michael Ju. Tokarev: "Re: CDB map for postfix"
- Previous message: Lurking Girl: ""mail loops back to myself" problem, not the obvious one"
- In reply to: Lars Hecking: "Re: Want email to immediately bounce."
- Next in thread: Bennett Todd: "Re: Want email to immediately bounce."
- Next in thread: Ralf Hildebrandt: "Re: Want email to immediately bounce."
- Reply: Wietse Venema: "Re: Want email to immediately bounce."
- Reply: Bennett Todd: "Re: Want email to immediately bounce."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]