<?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: Problem between sendmail and Exchange 2000 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144814#M801780</link>
    <description>Ok, i solved the problem:&lt;BR /&gt;It was the Dj macro set incorrectly:&lt;BR /&gt;Dj$w. instead of Dj$w.$m&lt;BR /&gt;Changed it to the correct value, restarted sendmail and now it works!&lt;BR /&gt;&lt;BR /&gt;Thank you all for your time.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Alberto M.&lt;BR /&gt;</description>
    <pubDate>Tue, 16 Dec 2003 02:31:44 GMT</pubDate>
    <dc:creator>Mariani Alberto</dc:creator>
    <dc:date>2003-12-16T02:31:44Z</dc:date>
    <item>
      <title>Problem between sendmail and Exchange 2000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144808#M801774</link>
      <description>Hi all!&lt;BR /&gt;I have a small problem with our UX-box: I need to be able to send mail from the UX machine to the mailboxes on our exchange 2000 server. So far i put the name of the exchange server (which is also a dns) in the macro DS of sendmail.cf (i do not need to receive mail on the ux box).&lt;BR /&gt;If i try to send a mail to one of the users, i get this:&lt;BR /&gt;&lt;BR /&gt;Reporting-MTA: dns; l2000.&lt;BR /&gt;Arrival-Date: Mon, 15 Dec 2003 15:59:50 +0100 (MET)&lt;BR /&gt;&lt;BR /&gt;Final-Recipient: RFC822; alberto.mariani@para.it&lt;BR /&gt;Action: failed&lt;BR /&gt;Status: 5.5.0&lt;BR /&gt;Remote-MTA: DNS; paraserver.para.it&lt;BR /&gt;Diagnostic-Code: SMTP; 501 5.5.4 Invalid Address&lt;BR /&gt;&lt;BR /&gt;As you can see, sendmail used "HELO l2000." and this causes Exchange to say it supplied an invalid address. If i try with l2000 without the trailing dot, it works. &lt;BR /&gt;&lt;BR /&gt;Any idea about how can i force sendmail to use the fqdn or the short name w/o the dot ?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Alberto M.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 10:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144808#M801774</guid>
      <dc:creator>Mariani Alberto</dc:creator>
      <dc:date>2003-12-15T10:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem between sendmail and Exchange 2000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144809#M801775</link>
      <description>Diagnostic step:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 alberto.mariani@para.it&lt;BR /&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;this will get you a very verbose output.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That will probably lead one of two ways:&lt;BR /&gt;&lt;BR /&gt;1) DNS problems on the HP box or W2K box. If it can't result the domain address its going to give that result.&lt;BR /&gt;&lt;BR /&gt;2) The W2K Exhange server doesn't have relay authorized for the HP-UX server.&lt;BR /&gt;&lt;BR /&gt;If you resolve your issues you won't have to worry about your last question Alberto.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Mon, 15 Dec 2003 10:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144809#M801775</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-15T10:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem between sendmail and Exchange 2000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144810#M801776</link>
      <description>This is the output i get when i run the command you specified:&lt;BR /&gt;&lt;BR /&gt;;; res_querydomain(l2000, para.it, 1, 1)&lt;BR /&gt;;; res_query(l2000.para.it, 1, 1)&lt;BR /&gt;;; Querying server (# 1) address = 10.0.1.1&lt;BR /&gt;seq_map_parse(aliases.files, )&lt;BR /&gt;;; res_query(4.1.0.10.in-addr.arpa, 1, 12)&lt;BR /&gt;;; Querying server (# 1) address = 10.0.1.1&lt;BR /&gt;;; rcode = 3, ancount=0&lt;BR /&gt;map_init(sequence:aliases.files, NULL, 0)&lt;BR /&gt;        sequence:aliases.files NULL: valid&lt;BR /&gt;map_init(implicit:Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;        wrong pass (pass = 0, rebuildable = 1)&lt;BR /&gt;map_init(host:host, NULL, 0)&lt;BR /&gt;        host:host NULL: valid&lt;BR /&gt;map_init(switch:aliases, aliases, 0)&lt;BR /&gt;switch_map_open(aliases, aliases, 0)&lt;BR /&gt;        switch_map_find =&amp;gt; 1&lt;BR /&gt;                files&lt;BR /&gt;        map_stack[0] = sequence:aliases.files&lt;BR /&gt;        switch:aliases aliases: valid&lt;BR /&gt;map_init(dequote:dequote, NULL, 0)&lt;BR /&gt;        dequote:dequote NULL: valid&lt;BR /&gt;map_init(host:resolve, NULL, 0)&lt;BR /&gt;        host:resolve NULL: valid&lt;BR /&gt;map_init(sequence:aliases.files, NULL, 1)&lt;BR /&gt;        wrong pass (pass = 1, rebuildable = 0)&lt;BR /&gt;map_init(implicit:Alias0, /etc/mail/aliases, 1)&lt;BR /&gt;impl_map_open(Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;hash_map_open(Alias0, /etc/mail/aliases, 0)&lt;BR /&gt;impl_map_lookup(Alias0, @)&lt;BR /&gt;db_map_lookup(Alias0, @)&lt;BR /&gt;        implicit:Alias0 /etc/mail/aliases: valid&lt;BR /&gt;map_init(host:host, NULL, 1)&lt;BR /&gt;        wrong pass (pass = 1, rebuildable = 0)&lt;BR /&gt;map_init(switch:aliases, aliases, 1)&lt;BR /&gt;        wrong pass (pass = 1, rebuildable = 0)&lt;BR /&gt;map_init(dequote:dequote, NULL, 1)&lt;BR /&gt;        wrong pass (pass = 1, rebuildable = 0)&lt;BR /&gt;map_init(host:resolve, NULL, 1)&lt;BR /&gt;        wrong pass (pass = 1, rebuildable = 0)&lt;BR /&gt;getcanonname(para.it), trying dns&lt;BR /&gt;dns_getcanonname(para.it, trymx=1)&lt;BR /&gt;dns_getcanonname: trying para.it. (ANY)&lt;BR /&gt;;; res_querydomain(para.it, , 1, 255)&lt;BR /&gt;;; res_query(para.it., 1, 255)&lt;BR /&gt;;; Querying server (# 1) address = 10.0.1.1&lt;BR /&gt;        YES&lt;BR /&gt;dns_getcanonname: para.it&lt;BR /&gt;getcanonname(para.it), found&lt;BR /&gt;&lt;SOME text=""&gt;&lt;BR /&gt;.&lt;BR /&gt;getmxrr(paraserver, droplocalhost=1)&lt;BR /&gt;;; res_querydomain(paraserver, para.it, 1, 15)&lt;BR /&gt;;; res_query(paraserver.para.it, 1, 15)&lt;BR /&gt;;; Querying server (# 1) address = 10.0.1.1&lt;BR /&gt;;; rcode = 0, ancount=0&lt;BR /&gt;;; res_querydomain(paraserver, &lt;NIL&gt;, 1, 15)&lt;BR /&gt;;; res_query(paraserver, 1, 15)&lt;BR /&gt;;; Querying server (# 1) address = 10.0.1.1&lt;BR /&gt;;; Querying server (# 2) address = 151.99.125.2&lt;BR /&gt;;; rcode = 3, ancount=0&lt;BR /&gt;getmxrr: res_search(paraserver) failed (errno=0, h_errno=1)&lt;BR /&gt;getcanonname(paraserver), trying dns&lt;BR /&gt;dns_getcanonname(paraserver, trymx=0)&lt;BR /&gt;dns_getcanonname: trying paraserver.para.it (ANY)&lt;BR /&gt;;; res_querydomain(paraserver, para.it, 1, 255)&lt;BR /&gt;;; res_query(paraserver.para.it, 1, 255)&lt;BR /&gt;;; Querying server (# 1) address = 10.0.1.1&lt;BR /&gt;        YES&lt;BR /&gt;dns_getcanonname: paraserver.para.it&lt;BR /&gt;getcanonname(paraserver.para.it), found&lt;BR /&gt;alberto.mariani@para.it... Connecting to paraserver.para.it. via relay...&lt;BR /&gt;;; res_querydomain(paraserver.para.it., &lt;NIL&gt;, 1, 1)&lt;BR /&gt;;; res_query(paraserver.para.it, 1, 1)&lt;BR /&gt;;; Querying server (# 1) address = 10.0.1.1&lt;BR /&gt;220 paraserver.para.it Microsoft ESMTP MAIL Service, Version: 5.0.2195.2966 read&lt;BR /&gt;y at  Mon, 15 Dec 2003 16:34:57 +0100&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO l2000.&lt;BR /&gt;501 5.5.4 Invalid Address&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; HELO l2000.&lt;BR /&gt;501 5.5.4 Invalid Address&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 2.0.0 paraserver.para.it Service closing transmission channel&lt;BR /&gt;Service unavailable&lt;BR /&gt;seq_map_lookup(aliases, root)&lt;BR /&gt;seq_map_lookup(aliases.files, root)&lt;BR /&gt;impl_map_lookup(Alias0, root)&lt;BR /&gt;db_map_lookup(Alias0, root)&lt;BR /&gt;/dead.letter... Saved message in /dead.letter&lt;BR /&gt;Closing connection to paraserver.para.it.&lt;BR /&gt;closemaps: closing aliases.files (NULL)&lt;BR /&gt;closemaps: closing Alias0 (/etc/mail/aliases)&lt;BR /&gt;impl_map_close(Alias0, /etc/mail/aliases, 12a3)&lt;BR /&gt;db_map_close(Alias0, /etc/mail/aliases, 12a3)&lt;BR /&gt;closemaps: closing host (NULL)&lt;BR /&gt;closemaps: closing aliases (aliases)&lt;BR /&gt;closemaps: closing dequote (NULL)&lt;BR /&gt;closemaps: closing resolve (NULL)&lt;BR /&gt;&lt;BR /&gt;I'm not an expert in sendmail, but i think everything is reasonably correct, except for the fact that sendmail puts that trailing dot in the HELO (and EHLO) command.&lt;BR /&gt;&lt;BR /&gt;Does this show any more light on my problem ?&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;&lt;BR /&gt;Alberto&lt;BR /&gt;&lt;BR /&gt;&lt;/NIL&gt;&lt;/NIL&gt;&lt;/SOME&gt;</description>
      <pubDate>Mon, 15 Dec 2003 10:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144810#M801776</guid>
      <dc:creator>Mariani Alberto</dc:creator>
      <dc:date>2003-12-15T10:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem between sendmail and Exchange 2000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144811#M801777</link>
      <description>If a user attempts to send mail to Exchange 2000 Server &lt;BR /&gt;by using another exchange server, the Exchange computer &lt;BR /&gt;receives a "501 5.5.4 Invalid Address". &lt;BR /&gt;(this problem ocurs by using UNIX Send Mail), but how can &lt;BR /&gt;I fix this problem between the two exchange???&lt;BR /&gt;&lt;BR /&gt;how can I To work around this problem?? the note from &lt;BR /&gt;technet says only when you send from unix an not from &lt;BR /&gt;exchange...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cause&lt;BR /&gt;This problem can occur if the UNIX sending server is not &lt;BR /&gt;in compliance with the Request for Comments (RFC) 821 and &lt;BR /&gt;RFC 1869 documents. The receiving Exchange computer &lt;BR /&gt;expects either a host name only or a fully qualified &lt;BR /&gt;domain name (FQDN) following the EHLO/HELO command. A &lt;BR /&gt;trailing dot after the FQDN is interpreted as incorrect &lt;BR /&gt;syntax, and a 501 error message is generated.&lt;BR /&gt;&lt;BR /&gt;NOTE: A trailing space also generates this error message.&lt;BR /&gt;&lt;BR /&gt;Exchange 2000 do not allow trailing spaces and trailing &lt;BR /&gt;dots, which is in accordance with the RFC 821 and RFC 1869 &lt;BR /&gt;documents (which do not allow trailing spaces or trailing &lt;BR /&gt;dots). However, some Simple Mail Transfer Protocol (SMTP) &lt;BR /&gt;hosts, such as Send Mail servers, do allow trailing spaces &lt;BR /&gt;and trailing dots.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sounds like maybe sendmail isn't configured correctly for your site.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check/Set the following in /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;# who I masquerade as (null for no masquerading) (see also $=M)&lt;BR /&gt;DMpara.it&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DSparaserver&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 10:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144811#M801777</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-12-15T10:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem between sendmail and Exchange 2000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144812#M801778</link>
      <description>DS was already set, and i set DM... but nothing changed; so, back to my original question: how do i change whant sendmail puts after HELO (or, in other works, how do i force sendmail to be rfc821 and rfc18something compliant) ?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Alberto M.</description>
      <pubDate>Mon, 15 Dec 2003 11:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144812#M801778</guid>
      <dc:creator>Mariani Alberto</dc:creator>
      <dc:date>2003-12-15T11:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem between sendmail and Exchange 2000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144813#M801779</link>
      <description>I assume you restarted sendmail....&lt;BR /&gt;&lt;BR /&gt;How about checking /etc/hosts&lt;BR /&gt;&lt;BR /&gt;your.ip      yourhost     yourhost.para.it&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;domain para.it&lt;BR /&gt;nameserver  yourdsserver1ip&lt;BR /&gt;nameserver  yourdsserver2ip&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 15 Dec 2003 11:38:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144813#M801779</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-12-15T11:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem between sendmail and Exchange 2000</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144814#M801780</link>
      <description>Ok, i solved the problem:&lt;BR /&gt;It was the Dj macro set incorrectly:&lt;BR /&gt;Dj$w. instead of Dj$w.$m&lt;BR /&gt;Changed it to the correct value, restarted sendmail and now it works!&lt;BR /&gt;&lt;BR /&gt;Thank you all for your time.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Alberto M.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Dec 2003 02:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-between-sendmail-and-exchange-2000/m-p/3144814#M801780</guid>
      <dc:creator>Mariani Alberto</dc:creator>
      <dc:date>2003-12-16T02:31:44Z</dc:date>
    </item>
  </channel>
</rss>

