One reality of the Internet these days is the virtual hosting of multiple domains on the same server. This works fine for web service. A single server fakes many virtual servers.
For electronic mail, Sendmail
has the ability to
accept email for multiple domains. Generally, all those domains
are aliases (see Aliases for your system
in
basic sendmail configuration
) for your system. If your system
has the following aliases:
Then user@domain1.com and user@domain2.com points to the same user account and email folder. This may be wrong sometime. Complex user routing can be understood this way:
If you receive email for one_user@one_domain then forward this mail to another_user@another_domain using another_email_server.
Next Chapter
Table of contents of this chapter, General table of contents
Top of the document, Beginning of this Chapter