![]() |
" I have successfully configured multiple domain names for my Virtual Server. How do I get the e-mail services to function with multiple 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 192.198.1.1 DOMAINNAME.com DOMAINNAME.iserver.comyou will want to append each domain name to this line:
Cwlocalhost 192.198.1.1 DOMAINNAME.com DOMAINNAME.iserver.com DOMAIN2.com DOMAIN3.com