Hi All,
I'm busy with a new exim installation as a front-end to Exchange 2010. Callout verification is working fine and as expected, but I am also trying to implement recipient verification. I have a manual router configured which is delivering mail to the Exchange server without any issues what so ever. For some unknown reason however, running exim -d -bhc . it never actually makes the callout to the Exchange server. Is this by design, or is something not configured correctly? Many thanks, Chris. Router: exchange_delivery: driver = manualroute domains = opticnetworks.net transport = remote_smtp route_list = opticnetworks.net hzdc01-exch01.corp.opticnetworks.net Transport: remote_smtp: driver = smtp exim -d -bhc relavent bits: --------> exchange_delivery router <-------- local_part=bloobies domain=opticnetworks.net checking domains opticnetworks.net in "opticnetworks.net"? yes (matched "opticnetworks.net") calling exchange_delivery router exchange_delivery router called for [email protected] domain = opticnetworks.net route_item = opticnetworks.net hzdc01-exch01.corp.opticnetworks.net opticnetworks.net in "opticnetworks.net"? yes (matched "opticnetworks.net") original list of hosts = "hzdc01-exch01.corp.opticnetworks.net" options = expanded list of hosts = "hzdc01-exch01.corp.opticnetworks.net" options = finding IP address for hzdc01-exch01.corp.opticnetworks.net doing DNS lookup DNS lookup of hzdc01-exch01.corp.opticnetworks.net (A) succeeded fully qualified name = hzdc01-exch01.corp.opticnetworks.net hzdc01-exch01.corp.opticnetworks.net 198.19.255.130 mx=-1 sort=-436 queued for remote_smtp transport: local_part = bloobies domain = opticnetworks.net errors_to=NULL domain_data=NULL localpart_data=NULL routed by exchange_delivery router envelope to: [email protected] transport: remote_smtp host hzdc01-exch01.corp.opticnetworks.net [198.19.255.130] ----------- end verify ------------ require: condition test succeeded processing "accept" accept: condition test succeeded -- ## 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/
