Exim make some senders like this:
MAIL FROM <"[email protected]"@hostname.com>
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 <= [email protected] H=(domain.tld)
[10.4.23.1] P=esmtpa A=login:[email protected] S=2756
[email protected] from <[email protected]> for
[email protected]
2009-12-14 13:11:05 1NK7tR-0000HR-QF <= [email protected] H=(domain.tld)
[10.4.23.1] P=esmtpa A=login:[email protected] S=1960
[email protected] from <[email protected]> for
[email protected]
2009-12-14 13:28:08 1NK89w-0000r7-JJ <=
"[email protected]"@mail.hostname.comH=(domain.tld) [10.4.23.1] P=esmtpa
A=login:[email protected]=1676 [email protected]
<[email protected]>
for [email protected]
What is it and how can i fix it?
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/