My ISP also rarely changes my IP address, so wont have an opportunity to test.
I guess that it shouldn't worry the internals as port 25 is still being listened for by smtp..... hmmmm
I was looking at including it in my custom dynamic dns script or looking a bit harder for the appropriate place when I get the time, but might not need to.
Thanks
Trevor B
Michiel wrote:
>
> I believe your solution will not work with dynamic
> IP-addresses since you use the external IP address to
> identify the listening interface. As soon as your ISP changes
> your IP, redir will be clueless.
>
> However, if you just run:
>
> /usr/local/bin/redir --lport=2525 --cport=25 &
>
> it should work, even after an IP change. This in effect means
> that redir listens to _all_ interfaces, including the
> internal one, but that shouldn't be a problem.
>
> However, I haven't yet been able to test this conclusively
> since my ISP takes weeks before changing my IP address

I
> would therefore be interested in your feed-back.
>
> Michiel