Koozali.org: home of the SME Server

SMTP port - howto change from 25 to xx

Martin Elhøj

SMTP port - howto change from 25 to xx
« on: November 12, 2002, 12:27:15 AM »
How do I change the SMTP port from 25 to xx?

guestHH

Re: SMTP port - howto change from 25 to xx
« Reply #1 on: November 13, 2002, 09:59:52 AM »
get this one:

http://www.star-support.com/downloads/mitel/contrib/redir/

and read the included docs.

Regards,
guestHH

Sonny Jørgensen

Re: SMTP port - howto change from 25 to xx
« Reply #2 on: November 26, 2002, 06:15:21 PM »
there is no included docs in redir can anyone help

guestHH

Re: SMTP port - howto change from 25 to xx
« Reply #3 on: November 26, 2002, 06:26:24 PM »
example of usage:

within the redir directory on the console;

./redir --lport=2525 --laddr=xxx.xxx.xxx.xx --cport=25 --caddr=127.0.0.1 &

2525 = new portnumber
25 = old portnumber
xxx.xxx.xxx.xxx = your external IP number
& = to start in deamon mode

Regards,
guestHH