How do I set up muliple domain name aliasing and E-mail services?
"I have successfully configured mulitple domain names for
my Virtual Server. How do I get the e-mail services to function with
mulitple domain names?"
You need to change the localhost definition in your
etc/sendmail.cf file (line 11). For example, by default line
11 of your etc/sendmail.cf file will look something like
this:
Cwlocalhost DOMAINNAME.com
You will want to append each domain name to this line:
Cwlocalhost DOMAINNAME.com DOMAIN2.com DOMAIN3.com
If you have quite a few domains, you may want to break the line into
multiple lines. Just start each line with "Cw":
Cwlocalhost DOMAINNAME.com DOMAIN2.com DOMAIN3.com
Cw DOMAIN4.com DOMAIN5.com DOMAIN6.com DOMAIN7.com
Cw DOMAIN8.com