Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 1997 19:58:16 -0700 (PDT)
From:      Tom <tom@sdf.com>
To:        chas <sweeting@tm.net.my>
Cc:        Steve Hovey <shovey@buffnet.net>, freebsd-isp@freebsd.org
Subject:   Re: To support 2k users..
Message-ID:  <Pine.BSF.3.95q.971020195356.8014F-100000@misery.sdf.com>
In-Reply-To: <3.0.32.19971021082813.00984e80@mail.tm.net.my>

next in thread | previous in thread | raw e-mail | index | archive | help

On Tue, 21 Oct 1997, chas wrote:

> Sorry to trouble you,
> 
> Just a simple question that has been intriguing me for
> a while - if you have 5K users, on several boxes.
> How do you make them all have the same email domain ?
> userx@domain.com ?
> 
> Not that I am faced with this situation but i've
> been wondering how you do it without specifying
> that box1 is dept1.domain.com
> and  box2 is dept2.domain.com
> etc...

  You do header rewriting (or masquerading, depending on your MTA), to
rewrite all e-mail to come from the common domain.  For receiving mail,
you keep a database of what host holds what mailbox, and keep the
database synced between servers, then route it over to the correct server 
(if needed).  Easy to do in Sendmail (and Exim, or Smail).

  I much prefer putting e-mail on a dedicated, closed server.  Basically a
server per task, rather than a bunch of servers all doing the same tasks.

> ie. If you have your users split over 4 boxes, and all
> with userx@domain.com, how do you route mail to the
> correct box ?
> 
> Apologies if I am overlooking something obvious,
> 
> Chas

Tom




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.971020195356.8014F-100000>