Re: [OFFTOPIC] Re: [PATCH] Single user linux

Pjotr Kourzanoff (pjotr@suselinux.hu)
Tue, 24 Apr 2001 16:49:57 +0200 (CEST)


On Tue, 24 Apr 2001, [iso-8859-2] Gábor Lénárt wrote:
>
> Or even without xinetd. Just use local port forwarding eg 2525 -> 25, and

This is more like 25 -> 2525 :-)

> use port 2525 as SMTP port in your MTA. I've succeed to setup such a
> configuration.

This requires you to ensure that your MTA is started first on that
port...Might be difficult to achieve reliably in an automatic way
without root privileges :-(

mailuser@foo% /etc/rc.d/init.d/sendmail stop
badguy@foo% ./suck 2525
mailuser@foo% /etc/rc.d/init.d/sendmail start
...

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/