On Mon, 30 Oct 2000, Conrad Parker wrote:

> > 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).

Hmmm ... not exactemente ... you can only listne to one IP/port combo.
If the IP is 0.0.0.0, you are listening to all IPs.

How does Apache allow ten web server on different IP's
all to listen on port 80? Answer: you bind to specific
IP addresses instead of 0.0.0.0

Is there a similar mechanism for POP-3?


--
Rick Welykochy || Praxis Services




-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to