I have an unusual SMTP routing issue to try to implement and hope someone here can offer some advice.
We are a city government, currently with two Domino servers, one for our police department and one for everybody else (City Hall), due to the extra security needs for the PD. We only have one point of entry for Internet SMTP email, and that is the city server since all Internet email is not deemed to be security-sensitive. The PD does have has their own internet domain name and all their email that is inbound/outbound from the public Internet flows thru the city server. I do not currently have the SMTP routing task enabled at all on the PD server and everything is working just fine this way for right now. Emails outbound from the PD server destined for the Internet are actually getting routed via NRPC to the city hall server first before going outside. The dilemna is that we now have a need to establish a secure SMTP path from PD’s Domino server directly to an MS Exchange server that is located at the district attorney’s office at the courthouse across downtown. This email traffic cannot be allowed to pass thru the city server or over the internet since it contains sensitive information, such as juvenile prosecution cases, that are required to be kept confidential under state law. We already have a dedicated private secure fiberoptic link (with all the special tcp/ip routing necessary for this already in place) from the PD building straight to the courthouse, over which our old MS Exchange server at PD was able to communicate directly with the Exchnage server in the DA’s office via smtp and this traffic was proven to route directly from server to server over the fiber with no security leaks, yet the PD’s server was still able to send and receive public Internet email traffic via another fiberoptic link back to the city hall computer room’s internet gateway email relay server. MS Exchange had the configurability to perform this specialized routing rather painlessly.
I need to implement the same situation with our new Lotus servers, so that the PD can still send/receive public, non-sensitive Internet emails like they can right now by having all their Internet email being funnelled thru the city’s domino server and then out to the Internet and vice-versa, but all SMTP traffic to/from the DA’s office server must be routed strictly thru the dedicated private fiber link to the courthouse.
When I tried enabling SMTP routing on the PD server, all of a sudden I noticed normal Notes mail traffic to/from the City Hall’s server to the PD’s server suddenly start using SMTP instead of Notes RPC. I don’t really want this. I want Notes mail and replication traffic to stay on NRPC between city hall and PD and all SMTP traffic between PD and the DA’s office to go over the dedicated fiberoptic link. PD’s public internet email could be routed via SMTP to/from the city hall server, but right now it’s NRPC traffic until it leaves the city hall Domino server.
Can this be easily done in the Domino server configuration on PD’s server?