Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Martin Elhøj on November 12, 2002, 12:27:15 AM

Title: SMTP port - howto change from 25 to xx
Post by: Martin Elhøj on November 12, 2002, 12:27:15 AM
How do I change the SMTP port from 25 to xx?
Title: Re: SMTP port - howto change from 25 to xx
Post by: guestHH 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
Title: Re: SMTP port - howto change from 25 to xx
Post by: Sonny Jørgensen on November 26, 2002, 06:15:21 PM
there is no included docs in redir can anyone help
Title: Re: SMTP port - howto change from 25 to xx
Post by: guestHH 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