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

I am trying to set up retrieving messages from my mail server behind ASL to my
Yahoo account, using POP3. My setup:
Whe SMTP proxy is enabled. POP3 proxy is enabled with Source-Any, Destination-Any

When POP3 proxy is off and setting goes:
NAT - mymailserver(local mail hostname)->Any/POP3 src=mail.mydomain.com dst=None
Packet filter - Any  POP3  Any  Allow

Yahoo message goes - "Unfortunately, there was a problem: 
mail.mydomain.com unexpectedly terminated the connection. Please try again".

Is there anyone in here who is able to "POP" mail from mail server behind ASL and can help?
Thanx.
  


This thread was automatically locked due to age.
Parents
  • you want to pop from a yahoo address?  i use a program called yahoo pops(google for it) and it works like a champ...very easy to setup as well..[:)] 
  • No, I want to pop messages from my Exchange server behind ASL firewall to any other mail accounts as aol, yahoo, hotmail etc. on Internet. In other words, the user who is travelling can get his/her corporate mail into his/her other mail account. 
  • To use POP3 from you LAN to the Inet and reverse you must do this:

    1. enable pop3-proxy
    2. under "configured-proxy-network" you add "ANY-ANY"
    3. go to PACKETFILTER Rules
    4. Add the rule:
     - From  to  Service  Action 
    5. go to NETWORK NAT/MASQ
    6. Add a rule:
     - Name  Type   Source  Destination  Service  ChangeSourceTo  ChangeDestinationTo 

    Now you can use POP3 from inside you LAN to any Hosts in the Internet and you external users can get their POP3messages when pop to the ASL from outside. Also the ASL check this mails of viruses (if you have a valid license).

    Better way is to use not "ANY", but if possible add the IPs from you POP3-Accounts (yahoo,web.de etc.) and the IPs from your external users in you definitions. Create now a group for this and use this group for your rules.

    Hope it helps,

    regards.  
Reply
  • To use POP3 from you LAN to the Inet and reverse you must do this:

    1. enable pop3-proxy
    2. under "configured-proxy-network" you add "ANY-ANY"
    3. go to PACKETFILTER Rules
    4. Add the rule:
     - From  to  Service  Action 
    5. go to NETWORK NAT/MASQ
    6. Add a rule:
     - Name  Type   Source  Destination  Service  ChangeSourceTo  ChangeDestinationTo 

    Now you can use POP3 from inside you LAN to any Hosts in the Internet and you external users can get their POP3messages when pop to the ASL from outside. Also the ASL check this mails of viruses (if you have a valid license).

    Better way is to use not "ANY", but if possible add the IPs from you POP3-Accounts (yahoo,web.de etc.) and the IPs from your external users in you definitions. Create now a group for this and use this group for your rules.

    Hope it helps,

    regards.  
Children