Auteur: Walt Reed Date: À: Andreas J Mueller CC: Walt Reed, exim-users Sujet: Re: [Exim] FWD: Mail delivery failed: returning message to sender
On Mon, Jun 30, 2003 at 08:09:42PM +0200, Andreas J Mueller said: > Hi Walt!
>
> > My Original question was (which nobody answered except with unhelpful
> > comments about getting a new ISP,) my providers email server sucks and
> > doesn't accept bounce messages. How do I configure exim to send bounces
> > ONLY directly instead of through my ISP's smarthost? How do I tell in a
> > router, director or whatever what emails are exim-generated (or possibly
> > externally generated although I don't think that will happen) bounce
> > messages?
>
> I don't think you can check for Exim generated messages. Bounces
> usually have an empty sender, and you can check for this using the
>
> senders = :
>
> precondition in any router.
Thank you, that is exactly what I was looking for...