- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to send mail to different domain name
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
10-06-2002 11:03 PM
10-06-2002 11:03 PM
How to send mail to different domain name
I have try to config my domain to be able to send mail from its current domain to other domain as:
current domain = mydomain.th
destination domain = mydomain.co.th
when I tri to send the mail like "someone@mydomain.co.th" its always send to "someone@mydomain.co.th.mydomain.th" and the sending reported that it cant' resolve the destination address.
Do anyone have an idea about this, to send any out going mail to "@mydomain.co.th" with the current domain configuration "mydomain.th"?
Thanks very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 12:02 AM
10-07-2002 12:02 AM
Re: How to send mail to different domain name
From the server who are trying to send mail do this.
#nslookup
>type=mx
>mydomain.co.th
What is the output ?
Have put a dot . in the end of forward zone
records (particularly NS )and reverse zone records ?
eg:-
mydomain.co.th.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 01:51 AM
10-07-2002 01:51 AM
Re: How to send mail to different domain name
Actually the DNS configuration is correct (except the forwarding), and I can sent the mail to "someone@mydomain.th" but my corporate configuration is separate the defualt internal domain and internet domain from each other as:
Corporate Domain Name: mydomain.th
Internet Domain Name: mydomain.co.th
So I would like users to be friendly to send the mail out by using "someone@mydomain.co.th" insteady of "someone@mydomain.th". How do I configure my system to be able to do this.
Sincerely Yours,
Sorayuth K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 02:33 AM
10-07-2002 02:33 AM
Re: How to send mail to different domain name
someone@mydomain.co.th.mydomain.th
shows the problem with DNS config with missing trailing dot.
IF you want mails to go out with domain name mydomain.co.th
Then edit /etc/sendmail.cf and put this line
DMmydomain.co.th
Restart sendmail. It should work now.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 04:58 AM
10-07-2002 04:58 AM
Re: How to send mail to different domain name
I have already tried all your recommend but it doesn't work, I have got the following error message:
someone@mydomain.co.th... Host unknown (Name server: mydomain.co.th: host not found)
The command that I use is "sendmail -v someone@mydomain.co.th"
Thanks,
Sorayuth K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2002 10:03 PM
10-07-2002 10:03 PM
Re: How to send mail to different domain name
comp.mail.sendmail via www.google.com or post a message there.
Sorry, currently I do not have idea what's wrong.
BR,
Mihails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 12:43 PM
10-08-2002 12:43 PM
Re: How to send mail to different domain name
--JW