<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Oubound E-Mail Problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983808#M82807</link>
    <description>I have configured exchange server setting into E-Mail settings, but the e-mails are not been relayed to destination.&lt;BR /&gt;how to verify that e-mails are been relayed to exchange server, and are stuck there ? or is a problem at service desk end.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
    <pubDate>Wed, 18 Apr 2007 06:53:26 GMT</pubDate>
    <dc:creator>sunilgupta</dc:creator>
    <dc:date>2007-04-18T06:53:26Z</dc:date>
    <item>
      <title>Oubound E-Mail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983808#M82807</link>
      <description>I have configured exchange server setting into E-Mail settings, but the e-mails are not been relayed to destination.&lt;BR /&gt;how to verify that e-mails are been relayed to exchange server, and are stuck there ? or is a problem at service desk end.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Wed, 18 Apr 2007 06:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983808#M82807</guid>
      <dc:creator>sunilgupta</dc:creator>
      <dc:date>2007-04-18T06:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Oubound E-Mail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983809#M82808</link>
      <description>The 'mailq' command will show you the mailqueue of your machine.. you can easily see whether or not a bunch of messages are stuck there (and you might even see the reason there).&lt;BR /&gt;&lt;BR /&gt;/var/log/mail.log also states whether or not your outbound mails were 'accepted for delivery'.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Wout</description>
      <pubDate>Wed, 18 Apr 2007 07:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983809#M82808</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2007-04-18T07:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oubound E-Mail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983810#M82809</link>
      <description>Some times sending a piece of mail from the command line with the -v switch (verbose) you can see if the mail has been forwarded and to which server (mail -v user@domain).&lt;BR /&gt;&lt;BR /&gt;However, on linux this has proven to be less helpful.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;This is the line in /etc/mail/sendmail.mc that you want to uncomment and supply the information about the exchange server:&lt;BR /&gt;&lt;BR /&gt;dnl define(`SMART_HOST',`smtp.your.provider')&lt;BR /&gt;&lt;BR /&gt;Replace the second argument with the full qualified hostname of the exchange server then recompile the sendmail.cf file and restart sendmail.   Test again.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2007 07:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983810#M82809</guid>
      <dc:creator>Al Licause</dc:creator>
      <dc:date>2007-04-18T07:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oubound E-Mail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983811#M82810</link>
      <description>I am still facing the problem :&lt;BR /&gt;&lt;BR /&gt;Here is the content of log from Service Desk Server.&lt;BR /&gt;&lt;BR /&gt;Apr 18 16:40:54 ovsdtb01 sendmail[22994]: unable to qualify my own domain name (&lt;BR /&gt;ovsdtb01) -- using short name&lt;BR /&gt;Apr 18 16:40:54 ovsdtb01 sendmail[22994]:  be sure to set domain name in Dj macr&lt;BR /&gt;o in sendmail.cf&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Apr 2007 07:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983811#M82810</guid>
      <dc:creator>sunilgupta</dc:creator>
      <dc:date>2007-04-19T07:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oubound E-Mail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983812#M82811</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The system is not set to relay through an smtp relay server.&lt;BR /&gt;&lt;BR /&gt;IS there a DS directive in sendmail.cf, if so is it valid?&lt;BR /&gt;&lt;BR /&gt;Therefore it must resolve DNS itself.&lt;BR /&gt;&lt;BR /&gt;The current settings in /etc/resolve.conf do not provide name resolution and perhaps there is even a firewall blocking the traffic.&lt;BR /&gt;&lt;BR /&gt;/var/log/maillog contains information&lt;BR /&gt;&lt;BR /&gt;in one window try:&lt;BR /&gt;tail -f /var/log/maillog&lt;BR /&gt;&lt;BR /&gt;Then try and send the email.&lt;BR /&gt;&lt;BR /&gt;Also:&lt;BR /&gt;sendmail -v -q&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d3 -d38 someone@some.net&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;You will receive a lot of diagnostics.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Thu, 19 Apr 2007 07:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983812#M82811</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-19T07:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oubound E-Mail Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983813#M82812</link>
      <description>One other thing I forgot is by default exchange will not accept mail relay. The exchange admin must explicitly allow this. For some reason I've found Exchange admin very reluctant to do this.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 19 Apr 2007 07:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/oubound-e-mail-problem/m-p/3983813#M82812</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-19T07:46:18Z</dc:date>
    </item>
  </channel>
</rss>

