[Twisted-Python] enable ports 0-1023 to plain users
Andrzej Leszczynski
leszczynscy at yahoo.com
Sat Mar 19 07:26:13 MST 2005
Andrew Bennetts wrote:
> On Fri, Mar 18, 2005 at 09:24:30AM -0600, Andrzej Leszczynski wrote:
>
>>Andrew Bennetts wrote:
>
> [...]
>
>>>Use authbind(1).
>>>
>>>-Andrew.
>>
>>Does it work on non-Debain distros?
>
>
> I don't see any reason why not. You can get a tarball from
> http://ftp.debian.org/debian/pool/main/a/authbind/authbind_1.1.5.2-0.1.tar.gz,
> or perhaps use alien to try convert a deb into your preferred packaging
> format.
>
Thx for the info. I will give a try. For now I use: iptables -t nat -A
PREROUTING -p tcp --dport 25 -i lo -j REDIRECT --to-port 2525.
A.
More information about the Twisted-Python
mailing list