- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Oubound E-Mail Problem
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
04-17-2007 11:53 PM
04-17-2007 11:53 PM
Oubound E-Mail Problem
how to verify that e-mails are been relayed to exchange server, and are stuck there ? or is a problem at service desk end.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 12:03 AM
04-18-2007 12:03 AM
Re: Oubound E-Mail Problem
/var/log/mail.log also states whether or not your outbound mails were 'accepted for delivery'.
Cheers
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 12:53 AM
04-18-2007 12:53 AM
Re: Oubound E-Mail Problem
However, on linux this has proven to be less helpful.
You might want to run tcpdump and capture all traffic on port 25 (tcpdump -i eth0 -n port 25), then send a piece of mail. If it left the host, you will see just which host is went to. If not then as suggested previously, the log files should give an indication as to why they weren't sent.
This is the line in /etc/mail/sendmail.mc that you want to uncomment and supply the information about the exchange server:
dnl define(`SMART_HOST',`smtp.your.provider')
Replace the second argument with the full qualified hostname of the exchange server then recompile the sendmail.cf file and restart sendmail. Test again.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 12:13 AM
04-19-2007 12:13 AM
Re: Oubound E-Mail Problem
Here is the content of log from Service Desk Server.
Apr 18 16:40:54 ovsdtb01 sendmail[22994]: unable to qualify my own domain name (
ovsdtb01) -- using short name
Apr 18 16:40:54 ovsdtb01 sendmail[22994]: be sure to set domain name in Dj macr
o in sendmail.cf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2007 12:44 AM
04-19-2007 12:44 AM
Re: Oubound E-Mail Problem
The system is not set to relay through an smtp relay server.
IS there a DS directive in sendmail.cf, if so is it valid?
Therefore it must resolve DNS itself.
The current settings in /etc/resolve.conf do not provide name resolution and perhaps there is even a firewall blocking the traffic.
/var/log/maillog contains information
in one window try:
tail -f /var/log/maillog
Then try and send the email.
Also:
sendmail -v -q
sendmail -v -d3 -d38 someone@some.net
type some text
.
You will receive a lot of diagnostics.
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
04-19-2007 12:46 AM
04-19-2007 12:46 AM
Re: Oubound E-Mail Problem
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com