This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

pop3 proxy automatic redirection??

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.
Parents Reply Children
  • Hi
    i found this post "POP3 Proxy not working from outside"

    and i think is similar to my problem
    i have 2 nat rules
    I) Any ->PublicIP:110 Any->dmz_ip1:110
    II) networkA->PublicIP:110 Any->dmz_ip2:110
    and proxy pop3 enabled on any ip

    perhaps pop3 proxy use an ip and so falls in Rule I) ?