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

Allowing POP3 Remote Email access

I have tried to allow remote sites the ability to collect their POP3 email from our mail server inside the ASL 5.1 firewall to no avail, I have established packet filters and NAT and can see the 110 packet is not dropped but still I can't receive the POP3 mail remotely.  Any ideas on how to do this would be greatly appreciated.  I did post question in POP3 proxy forum but believe this one to be more correct...?
Jon


This thread was automatically locked due to age.
Parents Reply Children
  • pop3 proxy only work from internal to external. your rules are good (i have the same and it work). is your pop3proxy enable? please set to disable.
    second: have you test the pop3-server from inside, could be possible the problem is the pop3-server?
  • I got the pop3 to work, setup a NAT and Filter as follows:
    any->any/pop3 mailserver/pop3
    any->any pop3 allow
    doesn't look very secure to me but it's working...
    Will try and modify it to remove some of the anys but doesn't seem to work with any changes...

    Managed to get it down to:
    Any->External(Address) for the source destination of the NAT and will eventually be able to specify IP address for the any I believe...for the filter have specified Any->Mail Server, that should make the POP3 more secure!  Looking back that is pretty much what I had to start with...but...now it works...puzzling...
  • I think there was one  liittle setting missing in your config:

    DNAT: Any->External(Address)/POP3 None Mail Server/POP3
    Filters: Any POP3 -> Mail Server Allow 

    Change:
    DNAT: Any->External(Address)/POP3 Internal Address Mail Server/POP3
    Filters: Any POP3 -> Mail Server Allow 

    This way ASTARO forwards requests coming from Outside IP to be changed to the IP of internal address of ASTARO to the POP3 Server

    Hope this works for your too ;-)
  • Thanks!  Yes that did the trick, all working now!  Was working without the internal address but then after reinstalling our mail server (windows 2003) it didn't work anymore, after making the changes everything is working as it should...finally!!!
    Thanks Again to everyone,
    Jon [:)]