> On Mon, Oct 30, 2000 at 10:56:30AM +1100, Rick Welykochy wrote:
> A question from someone not on the list:
>
> Is it possible to run two (or more) 'virtual' POP-3 servers
> on the one Linux box, each listening on its own IP, on the standaard
> POP-3 port.
TCP services listen to a TCP port; there is only one "instance" of
TCP on a system, so you can't have two daemons each listening on "its
own IP" but on the same port. There is only one port 110 on the system
as far as TCP is concerned (and similarly, there is a port 110 for UDP).
A really good tutorial on this is RFC 1180 (eg. http://RF.Cx/rfc1180.html).
So, you can either set up the system's IP layer (through ipchains
etc) to redirect connections destined for particular ports on particular
IP addresses to different ports, and then put a POP server on each
of those ports,
or you can set up a single POP server that listens on the port but
acts differently based on the destination IP address of its
connections:
On Mon, Oct 30, 2000 at 11:12:52AM +1100, John Ferlito wrote:
> definetly possible. You just need to find a POP daemon to
> support it. I just checked cucipop and it doesn't look like it does.
perhaps try perdition (a POP proxy):
http://vergenet.net/linux/perdition/
Horms: can perdition do this?
Conrad.
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug