Re: [Exim] Can Exim accept sender addresses without a @-char…

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: scot
Data:  
Para: Remo Goetschi
CC: exim-users
Asunto: Re: [Exim] Can Exim accept sender addresses without a @-character?
Hi.

You need to play with the "sender_unqualified_hosts" and
"qualify_domain" settings, eg.

    sender_unqualified_hosts = 192.168.200.0/24 : 127.0.0.1
    qualify_domain = mickeymouse.com


Then Exim should allow MAIL FROM's without an "@" sign, and append
"@mickeymouse.com" to the end of 'em.

Hope that helps


Scot



On Fri, 23 Jun 2000, Remo Goetschi wrote:

> Hello
>
> So, that's the thirs mail. But now I'm definetely in the list.
>
> I have a pretty big problem. A stupid but important application in our
> company sends e-mails with a fix sender address like 'version20'.
> There's no @-character or domainname. How can I configure Exim to accept
> and deliever such messages?
>
> I'd be glad if someone could help me. Please send the answer to my
> e-mail address remo.goetschi@???
>
> kind regards and thanks a lot,
>
> Raymond
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>