| « 8.5.2 sametime window problem -> A solution | Migrate quickr places to Notes » |
Fixing routing errors: "No route found to Domain from Server, Check Server, Connection and Domain documents in the Domino Directory."
Please note: completely unsupported, but it works.
Last week, one of our Corporate Domino domain's (outside my control) suffered routing issues. After a brief discussion, we decided to route all email through my Domain. There was one little problem: 700-1000 emails with the following error, that where going to bounce....
After quickly stopping the router task on my server, I thought of a possible solution for this, to make sure the messages would route. With the help from Tom, we created a Formula agent, to restore the state of the messages.
After this, we started the router task and all messages went to the originally intended recipients!
Last week, one of our Corporate Domino domain's (outside my control) suffered routing issues. After a brief discussion, we decided to route all email through my Domain. There was one little problem: 700-1000 emails with the following error, that where going to bounce....
After quickly stopping the router task on my server, I thought of a possible solution for this, to make sure the messages would route. With the help from Tom, we created a Formula agent, to restore the state of the messages.
ls2html was brought to you by nsftools.com.SELECT @All; FIELD Recipients:=IntendedRecipient; FIELD SMTPDSNDate:=@DeleteField; FIELD SMTPDSNDeliveryReason:=@DeleteField; FIELD SMTPDSNDeliveryStatus:=@DeleteField; FIELD SMTPDSNFrom:=@DeleteField; FIELD SMTPDSNType:=@DeleteField; FIELD FailureReason:=@DeleteField; FIELD Form:="Memo";
After this, we started the router task and all messages went to the originally intended recipients!