<?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 Re: cant receive email from exchange in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087405#M441797</link>
    <description>The exchange admin fixed the problem. He had to make a CONNECTOR for the unix server, and assign an address domain. Another admin had created a CONNECTOR, but had not assigned an address domain to it. Works fine now - thanks.</description>
    <pubDate>Thu, 24 Jan 2008 16:57:10 GMT</pubDate>
    <dc:creator>Dave Chamberlin</dc:creator>
    <dc:date>2008-01-24T16:57:10Z</dc:date>
    <item>
      <title>cant receive email from exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087399#M441791</link>
      <description>Greetings. I have a couple of servers running hpux 11.0 and 11.11, using sendmail. The sendmail has only been used for outgoing mail and works fine. All mail is sent to an MS exchange mail server (using DS smart relay in sendmail.cf). I can send mail from one host to the other (using Ruleset 0 to deliver directly to hosts in the local domain). I am UNABLE to send mail via our MS exchange server to users on either of the unix hosts. The exchange server error says it is undeliverable, that the email address myuser@myhost.bla.com does not exist. I realize this may be an exchange issue and not an hp one, but can anyone shed any light here? Thanks!&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jan 2008 14:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087399#M441791</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2008-01-10T14:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: cant receive email from exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087400#M441792</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You probably don't want sendmail accepting mail on unix hosts. It creates a lot of administrative overhead and security issues.&lt;BR /&gt;&lt;BR /&gt;But if you do:&lt;BR /&gt;&lt;BR /&gt;vi /etc/rc.config.d/mailservs&lt;BR /&gt;Change the first variable to 1.&lt;BR /&gt;&lt;BR /&gt;See this script for compiling sendmail configuration changes on hpux&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=5" target="_blank"&gt;http://www.hpux.ws/?p=5&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To accept mail from other servers the sendmail access file(see script for location) must be modified to permit mail acceptance form the exchange server, which by default is rejected. &lt;BR /&gt;&lt;BR /&gt;If 192.168.0.10 is the ip of the exchange server then access file needs to have&lt;BR /&gt;&lt;BR /&gt;192.168.0.10 OK&lt;BR /&gt;&lt;BR /&gt;Then use my script to compile the sendmail macros and restart the sendmail daemon.&lt;BR /&gt;&lt;BR /&gt;You MX resolution on your DNS for myhost.bla.com and an A record pointing to the host.&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;myuser@myhost.bla.com&lt;BR /&gt;&lt;BR /&gt;Will go through.&lt;BR /&gt;&lt;BR /&gt;Diagnostics:&lt;BR /&gt;sendmail -v -d8.99 -d38.99 myuser@myhost.bla.com&lt;BR /&gt;&lt;TYPE some="" text=""&gt;&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;Note that there is a lot of other details that could come up and thats very well documented at &lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/TYPE&gt;</description>
      <pubDate>Thu, 10 Jan 2008 14:35:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087400#M441792</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-01-10T14:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: cant receive email from exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087401#M441793</link>
      <description>Hi Steven,&lt;BR /&gt;  You're right - I dont want to use sendmail for incoming mail. I have installed the UW-IMAP program and have been trying to get IT to accept incoming emails, without success, so I was trying to determine if the problem was on the unix or exchange side. Do you know if the IMAP program has a setting that needs to be set before it can accept incoming emails?&lt;BR /&gt;thanks</description>
      <pubDate>Thu, 10 Jan 2008 14:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087401#M441793</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2008-01-10T14:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: cant receive email from exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087402#M441794</link>
      <description>Hi Dave,&lt;BR /&gt;As far as I can remember, IMAP is a server for reading messages that have already been delivered (e.g. by sendmail); it doesn't receive messages from another system.  Certainly the IMAP4 protocol only deals with retrieving messages; I suppose a particular implementation of an IMAP server may have other functionality, but if so it should have documentation on how to set it up.&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Mon, 14 Jan 2008 13:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087402#M441794</guid>
      <dc:creator>Andrew Merritt_2</dc:creator>
      <dc:date>2008-01-14T13:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: cant receive email from exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087403#M441795</link>
      <description>I have configured sendmail to accept mail, and it will - if it comes directly from another unix host and is not relayed via the exchange server. If I try to go through the exchange server, I still get "unable to relay for myuser@myhost" message from the exchange server.</description>
      <pubDate>Wed, 23 Jan 2008 14:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087403#M441795</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2008-01-23T14:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: cant receive email from exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087404#M441796</link>
      <description>You have to talk to your exchange administrator. All this involves the exchange email system. The exchange system has an SMTP component (built in or separate sendmail box) and it is in there where they have to configure routing back to your UNIX servers. By default any email that is send by exchange someone@somecompany.com goes out from your network. Your unix servers will have to be added to this setup as well and exchange needs to know that an email of the form someone@unixserver.yourcompany.com has to be routed back to the UNIX servers. The exchange system probably tries to deliver such an email either to an exchange mailbox or to an external company.</description>
      <pubDate>Wed, 23 Jan 2008 16:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087404#M441796</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-01-23T16:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: cant receive email from exchange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087405#M441797</link>
      <description>The exchange admin fixed the problem. He had to make a CONNECTOR for the unix server, and assign an address domain. Another admin had created a CONNECTOR, but had not assigned an address domain to it. Works fine now - thanks.</description>
      <pubDate>Thu, 24 Jan 2008 16:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cant-receive-email-from-exchange/m-p/5087405#M441797</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2008-01-24T16:57:10Z</dc:date>
    </item>
  </channel>
</rss>

