I could be wrong but, my reading of the documentation for 4.12
(
http://www.exim.org/exim-html-4.10/doc/html/spec_41.html#IX1759), you
should be able to set a errors-to variable to control where the bounces
go... In my case, I'd look for the dnslookup router...
dnslookup:
driver = dnslookup
domains = ! +local_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
errors_to = email@$domain <======
no_more
--josh
> > Espen Blom wrote:
> >
> > > Hi
> > >
> > > I want to send a "could not be delivered" message only to
> > > email@??? when the domain part of the recipient is wrong (I dont
> > > w.nt to return a "could not be delivered" message to the sender).
> >
> > What do you mean by "wrong" domain?
> >
> > --