On Sat, 28 Oct 2006 21:10:17 +0800, "Guo Wei-Wei" <[EMAIL PROTECTED]> wrote: >I sent a mail from [EMAIL PROTECTED] to [EMAIL PROTECTED], and the >following lines were added in log file. > >2006-10-28 14:08:55 1GdhNH-0007gh-6s <= [EMAIL PROTECTED] U=wwguo >P=local S=488 [EMAIL PROTECTED] >2006-10-28 14:08:55 1GdhNH-0007gh-6s ** [EMAIL PROTECTED]: Unknown user >2006-10-28 14:08:55 1GdhNH-0007go-BO <= <> R=1GdhNH-0007gh-6s U=mail >P=local S=1252 >2006-10-28 14:08:55 1GdhNH-0007go-BO => wwguo<[EMAIL PROTECTED]> >R=localuser T=local_delivery >2006-10-28 14:08:55 1GdhNH-0007gh-6s Completed >2006-10-28 14:08:55 1GdhNH-0007go-BO Completed
Note that is not "the message ending up in your inbox", but being undeliverable due to "unknown user" and an error message ending up in your inbox. That is something _completely_ different. By adding the "sender" clause to your smart_route router, you have told it to only route messages with the "[EMAIL PROTECTED]" sender. So, your test message, which has the sender "[EMAIL PROTECTED]", is not routed by any router, and it thus bounces. Have the message sent with a different sender, or have a new router that handles non-local messages with a sender different from "[EMAIL PROTECTED]". Greetings Marc -- -------------------------------------- !! No courtesy copies, please !! ----- Marc Haber | " Questions are the | Mailadresse im Header Mannheim, Germany | Beginning of Wisdom " | http://www.zugschlus.de/ Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834 -- ## 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/
