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
-
How do I change the SMTP port from 25 to xx?
-
get this one:
http://www.star-support.com/downloads/mitel/contrib/redir/
and read the included docs.
Regards,
guestHH
-
there is no included docs in redir can anyone help
-
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