Re: [Exim] exim header proboem.

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: David Woodhouse
Fecha:  
A: Marc Langer
Cc: exim-users
Asunto: Re: [Exim] exim header proboem.
exim@??? said:
> On Sat, Jun 15, 2002 at 17:28:49 +0100, Gadgetgod wrote:
> > Sending from the command line gives me bk@??? which is the
> > domain name so I need to fix this too so if you have a quick answer to
> > this query that would be great.


> I think, this can be fixed by using the -f option of exim. (I know it
> from Sendmail, but should be the same with exim)


Given that you probably _never_ want to send mail out with your internal
domain name on it, you might want to set up rewrite rules to do this
automatically without manual intervention...

*@localhost                             ${1}@???       fsrF
*@*.baythorne.internal                  ${1}@???       fsrF
*@imladris.demon.co.uk    \
        ${lookup{$1}lsearch{/etc/exim/addresses}{$value}fail}           fsrF



--
dwmw2