LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Configuring sendmail for multiple domains (https://www.linuxquestions.org/questions/linux-general-1/configuring-sendmail-for-multiple-domains-456153/)

pikky2006 06-19-2006 03:54 AM

Configuring sendmail for multiple domains
 
hi all
i have configured sendmail server for single domain and it is running successfully but my web server is configured to host multiple websites as my company's primary work is for web hosting recently company desided to give customers mail support also so i have to configure mailserver for different domains.
could anybody pls help me configuring sendmail for multiple domains
thanks in advance

novice06 07-15-2006 01:19 AM

check vpopmail from google.

novice06

gilead 07-15-2006 01:30 AM

It depends on how complicated your setup is. On one of my boxes I'm running 3 small web sites and to allow sendmail to handle their mail I've added the domains to /etc/mail/local-host-names. I've also added the allowed email addresses to /etc/mail/virtusertable. The virtusertable support needed to be included in sendmail.cf by adding an entry to sendmail.mc before generating the .cf file:
Code:

FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable.db')dnl


All times are GMT -5. The time now is 06:16 PM.