[exim] MAIL FROM <"mailbox@domain.tld"@hostname.com>

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: J Channel
Data:  
Para: exim-users
Asunto: [exim] MAIL FROM <"mailbox@domain.tld"@hostname.com>
Exim make some senders like this:
MAIL FROM <"mailbox@???>

exim-4.63-3.el5

Config:
 accept  authenticated = *
    condition     = ${if
eq{${extract{5}{:}{${lookup{$authenticated_id}lsearch{/etc/exim/passwd}}}}}{no}
{yes}{no}}
    condition     = ${if
eq{${extract{3}{:}{${lookup{${domain:$authenticated_id}}lsearch{/etc/exim/domains}}}}}{no}
{yes}{no}}
    control       = submission/domain=
[...]
begin authenticators


plain:
driver = plaintext
public_name = PLAIN
server_prompts = :
server_condition = ${if eq {$3} {${extract {6} {:}
{${lookup{$2}lsearch{/etc/exim/passwd}}}}} {yes} {no} }
server_set_id = $2

login:
driver = plaintext
public_name = LOGIN
server_prompts = <| Username: | Password:
#server_prompts = User Name : Password
server_condition = ${if eq {$2} {${extract {6} {:}
{${lookup{$1}lsearch{/etc/exim/passwd}}}}} {yes} {no} }
server_set_id = $1

Same sender can send 10 mails ok and buggy one.

Logs:
2009-12-14 12:31:10 1NK7Go-0005wz-6i <= aa@??? H=(domain.tld)
[10.4.23.1] P=esmtpa A=login:aa@??? S=2756
id=108695290.20091214122446@??? from <region8@???> for
auto-express@???
2009-12-14 13:11:05 1NK7tR-0000HR-QF <= aa@??? H=(domain.tld)
[10.4.23.1] P=esmtpa A=login:aa@??? S=1960
id=17555564.20091214131019@??? from <region8@???> for
auto-express@???
2009-12-14 13:28:08 1NK89w-0000r7-JJ <=
"aa@???=(domain.tld) [10.4.23.1] P=esmtpa
A=login:aa@???=1676 id=703221068.20091214132142@???
<region12@???>
for auto-vlad@???

What is it and how can i fix it?