hello, i encounter a strange problem,
i have the following set in exim.conf:
****************
acl_check_rcpt:
.include /etc/exim/exim-rcpt.conf
accept
********
and exim-rcpt.conf contains one rule that matched like:
deny message = Sender claims to have a local address, but is
not authenticated nor relayed (try using SMTP-AUTH!)
log_message = Forged Sender address (claims to be local user
[${sender_address}], but isn't authenticated)
!hosts = +relay_from_hosts
!authenticated = *
condition = ${if
match_domain{$sender_address_domain}{+local_domains}}
and in my logs i see it rejected but still delivered..??
2008-12-09 16:53:51 H=(abbottexcellence.com) [59.25.246.201]
F=<dani@???> rejected RCPT <dani@???>: Forged Sender address
(claims to be local user [dani@???], but isn't authenticated)
2008-12-09 16:53:55 1LA3yE-0007Aq-9Q <= mega@???
H=(abbottexcellence.com) [59.25.246.201] P=smtp S=887 T="Re: Order
status" from <mega@???> for dani@???
2008-12-09 16:53:55 1LA3yE-0007Aq-9Q => /home/delfix.ro/dani/Maildir
(dani@???) <dani@???> R=virtual_domains T=virtual_delivery
DT=0s
2008-12-09 16:53:55 1LA3yE-0007Aq-9Q Completed
any ideas?
thanks!