Linux Sendmail Same username multiple domains
        Posted  
        
            by 
                Dev Jadeja
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dev Jadeja
        
        
        
        Published on 2011-11-12T17:48:32Z
        Indexed on 
            2011/11/12
            17:50 UTC
        
        
        Read the original article
        Hit count: 240
        
I have configure my sendmail for multiple domains by creating username like [email protected] [email protected] [email protected]
in passwd file
Now I added entry in file /etc/mail/virtusetable like [email protected] sales\@domain1.com [email protected] sales\@domain2.com [email protected] sales\@domain3.com
So when configuring the email client you provide your username as [email protected],[email protected] etc. I tested with webmail and outlook it works.
Is this the best way to do it ?.Do i need to put the entry in any there file like genericstable or alias table?
© Stack Overflow or respective owner