HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Mail Routing
Operating System - Linux
        1839917
        Members
    
    
        3150
        Online
    
    
        110157
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 10:06 PM
11-30-2003 10:06 PM
			
				
					
						
							Mail Routing
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi ,
Assume I have two servers A and B hosting email service with sendmail for same domain xyz.com. I have 50 users in server A and 50 users in Server B. All users will have sender address in this format - user_name@xyz.com
user in server A should able to send mail to other users in server A and also server B. How to do mail routing without using LDAP ?.
regards,
U.SivaKumar.
					
				
			
			
				
		
		
	
	
	
Assume I have two servers A and B hosting email service with sendmail for same domain xyz.com. I have 50 users in server A and 50 users in Server B. All users will have sender address in this format - user_name@xyz.com
user in server A should able to send mail to other users in server A and also server B. How to do mail routing without using LDAP ?.
regards,
U.SivaKumar.
	Innovations are made when conventions are broken
			
			
				
			
			
			
			
			
			
		
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 03:03 AM
12-01-2003 03:03 AM
			
				
					
						
							Re: Mail Routing
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						We have a similiar setup here.  I have 12 servers holding my users actual email accounts.  All users are known as user_name@abc.edu.  What I have done is in our primary mail server for the domain I have an alias file that points all individuals to the correct server.  So jim@abc.edu is aliased to jim@serverA.abc.edu and joe@abc.edu is aliased to joen@serverB.abc.edu.  This alias file is then cloned to all the other email servers so everyone is in sync and can deliver their own mail internally.
--Jim
					
				
			
			
				
		
		
	
	
	
--Jim
	"Everyone can be taught to sculpt: Michelangelo would have had to be taught how not to.  So it is with the great programmers."
			
			
				
			
			
			
			
			
			
		- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 03:44 AM
12-01-2003 03:44 AM
			
				
					
						
							Re: Mail Routing
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						/etc/aliases
On all the systems
user_name@xyz.com: user_name@servername.xyz.com
The file is tab delimited.
That change will start working as soon as you implement it, though its always a good idea to bounce the sendmail daaemon with a service sendmail restart
I like James's idea. I may modify it to provide failover mail queing between my three domain servers.
SEP
					
				
			
			
				
		
		
	
	
	
On all the systems
user_name@xyz.com: user_name@servername.xyz.com
The file is tab delimited.
That change will start working as soon as you implement it, though its always a good idea to bounce the sendmail daaemon with a service sendmail restart
I like James's idea. I may modify it to provide failover mail queing between my three domain servers.
SEP
	Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
			
			
				
			
			
			
			
			
			
		Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 09:32 AM
12-01-2003 09:32 AM
			
				
					
						
							Re: Mail Routing
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						If you have some predictable pattern to the users on the given systems, you could use the 'virtual user table' to redirect them easier (for groupings) than the aliases file.
					
				
			
			
				
		
		
	
	
	
	One long-haired git at your service...
			
			
				
			
			
			
			
			
			
		The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP
