- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Send mail
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
02-09-2008 01:08 AM
02-09-2008 01:08 AM
Send mail
Advance thanx to all.
I am facing a problem in my linux servers.
I had two linux servers with oracle .One is for applicaton and the other is for database.
Now my Oracle DBA wants to configure the DB alerts which has to send the exchange Server which is runnuing in the site itself.
I will explain my problems here.
I had created one user user in the exchange server.
My linux db server host name is prodb.bcc1.amaz.com and app server host name is prdapps.bcc1.amaz.com.
Exhange host name is BCCEXCH.bcc1.amaz.com and we are registered with isp in the name of bluecityoman.com.
Here the domain name is bcc1.amaz.com
If i try to send a mail from any linux machine by using the [sendmail -v "anyname"@bluecityoman.com] command its getting rejected.
Am able to send the messsage from the linux server to any other gmail or yahoo id.
I understnd that its becuase of the the domain bcc1.amaz.com " is not registered with isp.That may be the reason the mail is getting rejected.
Can any one tell me what solution i can provide here for making the mails are going out from my linux box.
Thanx and rgds,
Prasanth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2008 12:09 AM
02-10-2008 12:09 AM
Re: Send mail
follow the steps
1. configure /etc/resolv.conf with domain name, nameserver IP
2. service sendmail stop
3. -configure macro DS to DSexchange_relay_name
- configure macro Dj$w. to Dj$w.
- put to /etc/hosts
4. configure exchage to accept relay this host.
5. Save and quit sendmail.cf
6. service sendmail start
7. echo test | sendmail -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2008 05:29 AM
02-10-2008 05:29 AM
Re: Send mail
The easy solution is to do the Dj change in sendmail.cf as noted above.
You have correctly diagnosed the problem as being the fact the domain is not registered.
If the system has access to an internal relay server you can even more simply use the DSrelayservername directive in sendmail to redirect all may to a relay server. That rely server must normally explicitly configured to relay mail from the source host.
http://www.sendmail.org
Great resource.
SEP
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
02-11-2008 03:22 AM
02-11-2008 03:22 AM
Re: Send mail
Thanx for the reply.
How i will configure the macros?
Am new in sendmail...
Please advice..
Rgds,
Prasanth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2008 07:51 PM
02-11-2008 07:51 PM
Re: Send mail
here you can find the macro's