emails

Jeremy Gaddis jeremy at gaddis.org
Mon May 5 14:05:01 PDT 2003


1 at 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 at onedomain.com and sales at 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 at anotherdomain.com: sales at onedomain.com 

This will direct all email for sales at anotherdomain.com to
sales at onedomain.com. 

See the sendmail web site for more information on enabling
virtusertable. 

HTH,
j. 

 --
Jeremy L. Gaddis   <jeremy at gaddis.org>   <http://www.gaddis.org> 



More information about the freebsd-questions mailing list