Re: [exim] after server_set_id it becomes <user>@<primaryhos…

Pàgina inicial
Delete this message
Reply to this message
Autor: Paul Ooi
Data:  
A: W B Hacker, exim users
Assumpte: Re: [exim] after server_set_id it becomes <user>@<primaryhostname> insteady of <user>@<domainname>

----- Original Message -----
From: "W B Hacker" <wbh@???>
To: "exim users" <exim-users@???>
Sent: Monday, July 17, 2006 13:14
Subject: Re: [exim] after server_set_id it becomes <user>@<primaryhostname>
insteady of <user>@<domainname>


> Paul Ooi wrote:
>
>> Dear All,
>>
>>     I am having problem with my Exim. when I configured server_set_id in
>> SMTP login, it shows,

>>
>>     2006-07-17 11:32:43 1G2Jqd-000228-CO <= "paul@domain"@hostname
>> H=(PAULOOI) [203.223.134.xx] P=esmtpa A=auth_login:paul@???
>> S=1391 id=022501c6a954$af989fc0$5186dfcb@PAULOOI

>>
>>     How can I make it paul@domain instead of paul@domain@hostname? The 
>> exim
>> running support multiple domains.

>>
>> Paul
>>
>>
>
> Fisrt, grep your configure file for quotes, find the place you used those
> incorrectly to produce the above error, and fix that.
>
> IF it persiste, then see if you are 'qualifying' users (adding a missing
> <domain>.<tld>) where you do not wish to.
>
> Fixing the quote error may obviate the problem, is that is 'hiding' the
> already-present information from Exim, hence it adds it.
>
> Bill

Hi Bill,

In my authenticator setting is;

auth_login:
driver = plaintext
public_name = login
server_prompts = Username:: : Password::
server_condition = AUTH_OK // this will return true/false if the userid
and passwd is verify.
server_set_id = $1

I have added qualify_domain, but the problem is still the same. Would it be
possible on SMTP fault?

Paul


>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://www.exim.org/eximwiki/