Date: Mon, 05 May 2003 16:04:54 -0500 From: "Jeremy Gaddis" <jeremy@gaddis.org> To: freebsd-questions@freebsd.org Subject: Re: emails Message-ID: <20030505210454.8869.qmail@gaddis.org> In-Reply-To: <79690-22003515205359509@bendcable.com> References: <79690-22003515205359509@bendcable.com>
next in thread | previous in thread | raw e-mail | index | archive | help
1@bendcable.com writes: > This might be more of a question for sendmail but I am trying to > figure out how to have multiple same email accounts on my server. For > example sales@onedomain.com and sales@antoherdomain.com You'll need to enable sendmail's virtusertable feature. Then, you create the virtusertable file which has two columns, separated by a colon and whitespace. On the left goes the "virtual address" and the right goes the address to which it should be delivered, e.g.: sales@anotherdomain.com: sales@onedomain.com This will direct all email for sales@anotherdomain.com to sales@onedomain.com. See the sendmail web site for more information on enabling virtusertable. HTH, j. -- Jeremy L. Gaddis <jeremy@gaddis.org> <http://www.gaddis.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030505210454.8869.qmail>