-
IPTABLES help!
Hello everyone, here is my problem, my stupid ISP blocks port 25 (SMTP)
I have a centos machine that sends emails to me when certain events happen at home.
I need to use iptables to change the port that postfix uses for outgoing SMTP (I'm not receiving email, I'm SENDING). My receiving server already listens to port 3044.
So all I need is a line that tells IPTABLES to change only outbound traffic on port 25 to 3044.
Thanks!
-
maybe a stupid question, but can't you use port 25 at home?
or change the port where you sending it from to port 3044.
I dunno where to change it in Linux because I never used it.
Good luck with it
-
You will find what you are looking for in this TUTORIAL
-
It's maybe not squid, but I think iptables can also help ;)
I'm going read the tutorial.
thanks :)
-
AS you might have already found out the TUTORIAL is for iptables. :)
-
sorry my bad, I thought it was another topic