Hi forum,
Sorry in advance if my question is 'newbee-ish' but I am fairly new to Postfix.
I'm running Ubuntu 7.10
Server is behind a firewall and ISP blocks port 25.
We have mail forwarded by No-IP mail service on port 2525.
Internal mail sending and receiving works perfect.
We have adapted master.cf like this:
---------------------
# smtp inet n - - - - smtpd
# -o content_filter=smtp-amavis:[127.0.0.1]:10024
2525 inet n - - - - smtpd
-o content_filter=smtp-amavis:[127.0.0.1]:10024
----------------------
I have tested successfully from local network:
telnet mailserver 2525
This works perfect.
Problem is mail from the internet will not make it to Postfix server.
My main.cf contains this line:
---------------------------------
mynetworks = 127.0.0.0/8, 192.168.80.0/24
---------------------------------
Could this be the reason I will not receive mail from outside?
Do I have to include the IP address from my router connected to my ISP? If yes, how to solve this with dynamic IP?
Do you have any suggestions on how to check incoming mail from outside / internet.
Thanks a lot for your help!!
Erwin
Sorry in advance if my question is 'newbee-ish' but I am fairly new to Postfix.
I'm running Ubuntu 7.10
Server is behind a firewall and ISP blocks port 25.
We have mail forwarded by No-IP mail service on port 2525.
Internal mail sending and receiving works perfect.
We have adapted master.cf like this:
---------------------
# smtp inet n - - - - smtpd
# -o content_filter=smtp-amavis:[127.0.0.1]:10024
2525 inet n - - - - smtpd
-o content_filter=smtp-amavis:[127.0.0.1]:10024
----------------------
I have tested successfully from local network:
telnet mailserver 2525
This works perfect.
Problem is mail from the internet will not make it to Postfix server.
My main.cf contains this line:
---------------------------------
mynetworks = 127.0.0.0/8, 192.168.80.0/24
---------------------------------
Could this be the reason I will not receive mail from outside?
Do I have to include the IP address from my router connected to my ISP? If yes, how to solve this with dynamic IP?
Do you have any suggestions on how to check incoming mail from outside / internet.
Thanks a lot for your help!!
Erwin