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

iPhone email access from outside

I recently found out the reason the Mail Security was not working was a NAT rule I used to allow access for iPhone users to send/receive email from outside my network. I disabled that rule and now my mail security stats started updating. 

What is the best way to allow a few iPhone users to send and receive email from outside the network?


This thread was automatically locked due to age.
  • To do so I set up a portforwarding/translation on my box. to access the smtp server I set it to translate port 2525 (or whatever you like - preferably > 1024) to internal 25 and I set up iphones and outside clients to use that port instead of 25.
  • I setup a DNAT for POP access to my internal server so that they can at least check email from their iPhones.
  • So are you saying my suggestion doesn't work?

    What you did is basically the same thing for smtp. With addition of the port translation because port 25 gets intercepted by the proxy. If you ever choose to turn on the pop proxy that might become a problem there too but I'm not sure.
  • Sorry it has been awhile. I just forwarded POP3 port to the internal mail server so they could receive email as a temporary fix until I had time to come back to it. 

    How do I setup the port translation on Astaro? I am trying to use port 2525 but it doesn't seem to make it to my mail server and gives me an error on the iPhone.
  • I attached a picture of my config for this.

    Go to Network Security/NAT/DNAT-SNAT

    add a new DNAT rule, like mine below. You might want to not translate the server address like I have done but just the port - depends on your set up.

    Also it could be a good idea to set an automatic packet filter which I haven't done either.

    If you need any more details I can get more specific if you like.
  • That appears to work. Thanks for the help.