Hello
This is my initial situation
I have one ip public for my multidomain email server
I have this Nat rules
Any->publicip:110 any->privateip:110
I have proxyPOP3 enable for any network
Proxy pop3 scan all my pop3 traffic
Now
i want Proxy pop3 to continue scanning pop3 traffic
I put another email server to migrate once domain at time
As I have NetworkA for client for the domainA
I add this nat rule
NetworkA->public:110 NetworkA->newserver_privateip:110
In the SMTP proxy i change association for domainA to the newserver_privateip
Now to recive email
I must in proxy pop3 skip my newserver_privateip
otherwise pop3 continues to look for the old email server privateip:110 insted of the new newserver_privateip
why?
how can i solve to have pop3 proxy for two server the new and the old?
This thread was automatically locked due to age.