- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- redirect/aliase a domain in sendmail.
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
05-10-2002 08:49 AM
05-10-2002 08:49 AM
redirect/aliase a domain in sendmail.
I am having a sendmail issue here. I have 2 mail servers both running 8.8.6 (working on upgrading to 8.11 soon.) They are both conected to the internet and send and receive mail though an external ip address. They are also both set up on the internal network. When I send email to trough the internet of course they are going to use the external ip address.
I would like somehow to set up a rule or aliases a whole domain.
For example if a mail is going from
user@domaina.com to userb@domainb.net
force sendmail to send anything going to domianb.net to go to lvapp13 (wich is the servername on the internal side) so like this mail can use the ineternal network instead of going all the way out to the internet and come back. I tried to set this up in aliases but it didnt know.
Any one have any ideas?
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 09:06 AM
05-10-2002 09:06 AM
Re: redirect/aliase a domain in sendmail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 09:13 AM
05-10-2002 09:13 AM
Re: redirect/aliase a domain in sendmail.
Yes an Mx record would do that. But My dns server is a public dns server. I cant edit the mx record on the dns server to forward everything to the local host name. I only want to do it for this server. I am looking now to see if there is a way to set up a local MX record.
~ Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 09:17 AM
05-10-2002 09:17 AM
Re: redirect/aliase a domain in sendmail.
Why don't you submit all your mails to lvapp13 and let lvapp13 send mails to the internet if required and route it to an internal server if the email address is internal. This will also reduce your exposure to external servers.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 09:24 AM
05-10-2002 09:24 AM
Re: redirect/aliase a domain in sendmail.
one server gets hit pretty hard it has about 7000 users on it.Also this server is for one customer. And we dont want to mess with it.
My original idea was to have one server for incomming and one server for outgoing.But that idea got turned down. :(
Got to work with what I have you know?
~ Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 10:24 AM
05-10-2002 10:24 AM
Re: redirect/aliase a domain in sendmail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 10:34 AM
05-10-2002 10:34 AM
Re: redirect/aliase a domain in sendmail.
To make host BLAH relay all of the mail it recieved for a.com to host FRED, uncomment the mailertable rulesets in sendmail.cf and add a rule that says
a.com smtp:fred
BTW, in general, I always use fully qualified domain names (even for internal hosts via internal/split DNS). Your mileage may vary.