Hi
I am having some headackes trying to make a SME webserver handle outgoing mail (smtp) from a remote network with a single know IP.
Somthing like:
User_cannotSend (192.168.1.6, cannot send email, but really wants to)
|
LocalRouter1 (Public IP: 77.66.55.10, local IP: 192.168.1.1)
|
|
Internet ---- User_toReceiveEmail with email bob@gmail.com
|
|
LocalRouter2 (Public IP: 130.129.128.10, local IP 192.168.2.1 and 192.168.3.1)
| \
| \
| smeserver.mydomain.com (192.168.3.3, sme 7.3)
|
| 192.168.2.4 (can send email)
User_local (localuser@mydomain.com)
This is the setup:
Sender: User_cannot_send and user_local placed on each there network
Receiver: bob@gmail.com (not a domain on my SME server)
smtp-server: smeserver.mydomain.com
Result:
User_remote cannot send email. Cannot even connect using port 25 to IP 130.129.128.10
User_local can send emails to anyone using port 25 to local IP 192.168.3.3
How...
can I allow any user behind the remote router (77.66.55.10) to send emails through my SME-server (accessed through the public IP 130.129.128.10)? All users jsut want to type in an smtp-server and send emails without authentification?
Bonus question:
If I am running SpamAssasin allready, will the outgoing mail also be filtered?
BR. Anders