Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 18 Oct 2003 23:04:14 +0400
From: Solar Designer <solar@...nwall.com>
To: popa3d-users@...ts.openwall.com
Subject: Re: Virtual Domains

On Sat, Oct 18, 2003 at 08:51:24PM +0200, Tim van Erven wrote:
> On Sat, 18/10/2003 22:15 +0400, Solar Designer wrote:
> > On Sat, Oct 18, 2003 at 07:08:06PM +0200, Tim van Erven wrote:
> >> What do you mean by a `virtual mail server'? 
> > 
> > In this context, a POP3 (and maybe also SMTP) server that the users of
> > a domain may treat as if it were a dedicated mail server for just their
> > domain.  The sample virtual.c implements the POP3 side of it.
> 
> So you're thinking of a scenario where multiple users are sharing a
> server,

Yes.

> each being allowed to admin their own domain?

Not necessarily.

> And in that case it would not be uncommon to use separate IPs for the
> virtual mailservers for the domains,

This is not uncommon, regardless of who administers the virtual mail
servers.  Some choose to do the virtualization IP-based (and this is
what the code in virtual.c supports), some do it name-based (requiring
that POP3 usernames of the form user@...ain are used).

> so the IP for the virtual
> mailservers could be used in place of the "127.0.0.1" to differentiate
> between domains?

It's the only way it's meant to be setup.  Your use of "127.0.0.1" is
a hack.  I'm not sure why it even works for you (all connections are
somehow tunneled via localhost?)

-- 
Alexander Peslyak <solar@...nwall.com>
GPG key ID: B35D3598  fp: 6429 0D7E F130 C13E C929  6447 73C3 A290 B35D 3598
http://www.openwall.com - bringing security into open computing environments

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.