LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   how do i run email server on a different port? (https://www.linuxquestions.org/questions/linux-networking-3/how-do-i-run-email-server-on-a-different-port-193915/)

darklordzim 06-15-2004 05:04 PM

how do i run email server on a different port?
 
okay my problem is this:

my ISP is blocking all traffic on port 25, in an attempt to stop spammers. i however just want my own email server for my domain. so i need to know how to set my mail server to another port. i've heard about MX records, but i don't know how to add them, oh yeah the reason this affects me is because i host my own server out of my house. in addition i'm a newbie so sendmail is a little over my head, i've heard qmail is easier .. any suggestions?

chort 06-15-2004 05:31 PM

You have to set up mail forwarding from off-site, i.e. from outside your ISP. There's no way to tell all hosts to send e-mail to you on a different port. The standard is port 25/TCP and there is no provision to change that.

What you can do is direct your e-mail to a different site that is outside your ISP, and have that site send e-mail to you on a port other than 25/TCP. At one time www.dyndns.org was offering such a service, but I don't know if it still exists and I don't know what the quality is like.

The easiest way to receive SMTP on a different port is to have your firewall listen on a different port and just redirect that to port 25 on your e-mail server. That way you don't have to mess with your e-mail server configuration, which can be very messy considering that a number of programs may try to send e-mail on port 25, and that may be hard-coded into the application.

darklordzim 06-15-2004 05:46 PM

k, i'll try that out
 
thanks for the advice, i'll try that.. i currently use No-ip for my dynamic hosting and they have mail stuff, but its kinda expencive.. i'll see what i can do with mail forwarding.
thanks alot!!!


All times are GMT -5. The time now is 11:14 AM.