I am in the middle of migrating to Domino from Exchange and I have the 
following setup

Exchaneg (gleanerjm.com) +----------------+
DomSrv1 (gleanerjm.gleanerco.net.com)  +------- [ Exim Box ]  ----- 
Internet

My internet domain is gleanerjm.com and I want incoming mail to specific 
email 
addresses from gleanerjm.com to be relayed to gleanerjm.gleanerco.net.com 
and the headers 
rewritten to say gleanerjm.gleanerco.net.com

My /etc/mail/exim.conf has the following

domroute:
  driver = manualroute
  transport = remote_smtp
  domains = gleanerjm.com
  local_parts = /etc/mail/domino-users
  route_data = domsrv1.gleanerjm.gleanerco.net

begin rewrite
# This line changes outgoing mail to mail.com)
[EMAIL PROTECTED] "[EMAIL PROTECTED]" bctfrF

# This line should change incoming mail to certain users to 
gleanerjm.gleanerco.net.com
[EMAIL PROTECTED] ${lookup{$local_part}lsearch{/etc/mail/domino-users}\ 
                [EMAIL PROTECTED] bctfrF

/etc/mail/domino-users
firstname.lastname


But the mail keep bouncing between my exim box and the domino server yet I 

can telnet from the exim box and do a manual session and it successfully 
sends the mail.

See the message below. The only thing that changed was the message id

2005-08-16 12:16:52 1E553T-0004sQ-EC <= [EMAIL PROTECTED] 
H=domsrv1.gleanerjm.gleanerco.net [10.0.94.79] P=esmtp S=19473 
[EMAIL PROTECTED]
2005-08-16 12:16:52 1E553T-0004sQ-EC => [EMAIL PROTECTED] 
<[EMAIL PROTECTED]> R=domroute T=remote_smtp 
H=domsrv1.gleanerjm.gleanerco.net [10.0.94.79]
2005-08-16 12:16:52 1E553T-0004sQ-EC Completed
2005-08-16 12:17:17 1E553s-0002Az-NU <= [EMAIL PROTECTED] 
H=domsrv1.gleanerjm.gleanerco.net [10.0.94.79] P=esmtp S=21310 
[EMAIL PROTECTED]
2005-08-16 12:17:17 1E553s-0002Az-NU => [EMAIL PROTECTED] 
<[EMAIL PROTECTED]> R=domroute T=remote_smtp 
H=domsrv1.gleanerjm.gleanerco.net [10.0.94.79]
2005-08-16 12:17:17 1E553s-0002Az-NU Completed

How can I fix this


Gareth Segree
Technical Support Analyst
The Gleaner Company Limited
Tel: 9223400 (Ext 6345)
-- 
## 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/

Reply via email to