If Encryption Management Server has multiple network interfaces that are on the same subnet, email traffic is sent via the NIC eth0 rather than via a higher numbered NIC.
This can cause problems if the mail server that Encryption Management Server is proxying to expects to receive the proxied traffic from a specific IP address.
If Encryption Management Server has two or more IP addresses on the same subnet, traffic will be routed on the lowest numbered NIC in compliance with standard Linux routing.
Encryption Management Server 3.3 and above with Mail Proxies enabled and two or more IP addresses on the same subnet.
Ensure that if Encryption Management Server has more than one IP address, each IP address is on a separate subnet. This will force mail traffic to be sent on a specific network interface.
For example, Encryption Management Server may have the following network configuration:
In such a configuration, a Mail Proxy on Interface 2 will route traffic via Interface 1 and the receiving mail server will see a connection from 192.168.1.100. Interface 2 will not be used.
The solution to the above example is to configure Encryption Management Server using settings similar to the following, with IP addresses on separate subnets:
In the above configuration, a Mail Proxy on Interface 2 will route traffic via Interface 2 and the receiving mail server would see a connection from 192.168.2.100.