On 24 Mar 2005 at 16:58, Marilyn Davis wrote about
"Re: [exim] Heads up?":
|...
| I did another experiment -- trying to duplicate yours, using my friend
| Mike, who says he's behind MS Exchange.
|
| On my test domain, running exim 2.50, I did this:
|
| acl_check_sender:
| deny message = "Hi Michael. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx| condition = ${if eq{$sender_address}{mike@???}{yes}{no}}
|
| On this, my production machine, running exim, I did:
|
| exim -f mike@??? marilyn@??? < /some/file
|
| And he, poor sucker, gets the error message:
|
| 2005-03-24 14:17:22 1DEadm-0004X5-Qq <= mike@??? U=root P=local S=1759
| 2005-03-24 14:17:22 1DEadm-0004X5-Qq ** marilyn@??? R=dnslookup T=remote_smtp: SMTP error from remote mailer after MAIL FROM:<mike@???> SIZE=2826: host | 2005-03-24 14:17:23 1DEadm-0004XA-Vj <= <> R=1DEadm-0004X5-Qq U=exim P=local S=3356
| 2005-03-24 14:17:23 1DEadm-0004X5-Qq Completed
| 2005-03-24 14:17:28 1DEadm-0004XA-Vj => mike@??? R=dnslookup T=remote_smtp H=ext-mx02.hisplace.com [66.134.75.55]
| 2005-03-24 14:17:28 1DEadm-0004XA-Vj Completed
That's obviously an extract from an exim log. If that's what Mike is
seeing, he's running exim, not Exchange.
- Fred