<?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: sendmail don't send in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713314#M947050</link>
    <description>Hi Claudio&lt;BR /&gt;&lt;BR /&gt;Please do a sendmail -v so that you can find as to where the mail ios getting stuck .this is a verbo0se option and will tell you step by step as to where it is held up. Incase you can post it , it will help us more.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
    <pubDate>Mon, 29 Apr 2002 17:31:02 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2002-04-29T17:31:02Z</dc:date>
    <item>
      <title>sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713312#M947048</link>
      <description>Hi All,&lt;BR /&gt; I'm trying to send a msg from a HP11.00 using sendmail. I configured /etc/nameserver with the dns, domain, search diretive; the gateway is ok. I need to comunicate with an Exchange server in the same domain. When I try to send from Exchange to sendmail, it's ok. But when I try to send from sendmail to Exchange, it's fail. Don't have any restriction on Exchange server and the name of the server is reseolved with no problem.&lt;BR /&gt;Any ideia?</description>
      <pubDate>Mon, 29 Apr 2002 17:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713312#M947048</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2002-04-29T17:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713313#M947049</link>
      <description>check the man page for nsswitch.conf to verify that that file is setup correctly. then look at /etc/mail/sendmail.cf and verify that the DS entry is correctly set to the name of your exchange server. if not, make the change and then stop and restart sendmail:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sendmail stop&lt;BR /&gt;/usr/sbin/sendmail start&lt;BR /&gt;&lt;BR /&gt;and the do:&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep sendmail&lt;BR /&gt;&lt;BR /&gt;to verify that it restarted and send a test mail.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Mon, 29 Apr 2002 17:26:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713313#M947049</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-04-29T17:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713314#M947050</link>
      <description>Hi Claudio&lt;BR /&gt;&lt;BR /&gt;Please do a sendmail -v so that you can find as to where the mail ios getting stuck .this is a verbo0se option and will tell you step by step as to where it is held up. Incase you can post it , it will help us more.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 29 Apr 2002 17:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713314#M947050</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-29T17:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713315#M947051</link>
      <description>actually, if you do as root:&lt;BR /&gt;&lt;BR /&gt;mailq -v -d&lt;BR /&gt;&lt;BR /&gt;this will tell you what your current sendmail daemon process has for parameters and if there is mail stuck in the queue and why&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 29 Apr 2002 17:32:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713315#M947051</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-04-29T17:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713316#M947052</link>
      <description>Hi!&lt;BR /&gt; I did mailq -v -d and one of the lines show me that de host name lookup failure (see below):&lt;BR /&gt;SAA01924 12 120272 Apr 29 18:24 root&lt;BR /&gt;Deferred: Name server: vsurjex.vsul: host name lookup failure)&lt;BR /&gt;lima@vsurjex.vsul&lt;BR /&gt;&lt;BR /&gt;But if i do:&lt;BR /&gt;#ping -o vsurjex.vsul -n 1&lt;BR /&gt;PING vsurjex.vsul: 64 byte packets&lt;BR /&gt;64 bytes from 172.17.0.4: icmp_seq=0. time=2. ms&lt;BR /&gt;----vsurjex.vsul PING Statistics----&lt;BR /&gt;1 packets transmitted, 1 packets received, 0% packet loss&lt;BR /&gt;round-trip (ms)  min/avg/max = 2/2/2&lt;BR /&gt;1 packets sent via:&lt;BR /&gt;        172.17.0.4      - vsurjex.vsul&lt;BR /&gt;        172.17.0.17     - vsurjux2.vsul&lt;BR /&gt;&lt;BR /&gt;#nslookup vsurjex.vsul&lt;BR /&gt;Name Server:  vsurjwb.vsul&lt;BR /&gt;Address:  192.168.1.2&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;Name:    vsurjex.vsul&lt;BR /&gt;Address:  172.17.0.4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 20:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713316#M947052</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2002-04-29T20:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713317#M947053</link>
      <description>Hi Claudio&lt;BR /&gt;&lt;BR /&gt;It looks like that the name is not getting resolved properly , do like this check how the name resoltuion is setup in /etc/nsswitch.conf , and also where does resolve.conf point to whether the actual DNS server or not , and also what are the entries for this server in /etc/hosts . In case you can try just rename resolv.conf and the server should be using /etc/hosts to resolve the name ( in case you have the right entries ) then you should be able to see the correct path ,then the mail will work .Please do test you should be able to ping to the exchange server both by name and by IP Address for the mail to work , and in case you change the setting you have to stop and start the mail daemon.&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 29 Apr 2002 20:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713317#M947053</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-29T20:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713318#M947054</link>
      <description>hi&lt;BR /&gt;please post the results of &lt;BR /&gt;&lt;BR /&gt;echo test | sendmaiil -v user@vsurjex.vsul&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 29 Apr 2002 20:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713318#M947054</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-04-29T20:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713319#M947055</link>
      <description>I mail to Novell Groupwise server. I set this up :-&lt;BR /&gt;&lt;BR /&gt;in /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Define your domain nmae&lt;BR /&gt;Dj$w.yourdomainname.com&lt;BR /&gt; &lt;BR /&gt;and / or&lt;BR /&gt;&lt;BR /&gt;in /etc/hosts make sure the line for your hostname is fully qualified&lt;BR /&gt;&lt;BR /&gt;x.x.x.x svrname svrname.yourdomainname.com&lt;BR /&gt;&lt;BR /&gt;Add an entry in /etc/mail/sendmail.cf for the smart relay host. This is where to send mail that cannot ne delivered locally. Make it the ip address of your Exchange server&lt;BR /&gt;&lt;BR /&gt;You could add the address to /etc/hosts or DNS to mailgate&lt;BR /&gt;&lt;BR /&gt;DS1.2.3.4 = ip address of Exchange server.&lt;BR /&gt;DSmailgate&lt;BR /&gt;&lt;BR /&gt;Alias the mailgate entry in /etc/hosts to be yourdomainname ie&lt;BR /&gt;&lt;BR /&gt;1.2.3.4 mailgate yourdomainname.com&lt;BR /&gt;&lt;BR /&gt;Try and ping mailgate&lt;BR /&gt;&lt;BR /&gt;Now try /usr/sbin/sendmail -v user@yourdomainname.com&lt;BR /&gt;It should connect and send a blank message.&lt;BR /&gt;&lt;BR /&gt;One thing to note is that you need to make sure the Exchange server isn't rejecting your email.&lt;BR /&gt;&lt;BR /&gt;Hope this makes sense.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 21:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713319#M947055</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-04-29T21:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713320#M947056</link>
      <description>Richard:&lt;BR /&gt;vsurjux2@root:/ #echo test | sendmail -v user@vsurjex.vsul&lt;BR /&gt;user@vsurjex.vsul... Deferred: Name server: vsurjex.vsul: host name lookup failure&lt;BR /&gt;(...)</description>
      <pubDate>Mon, 29 Apr 2002 21:19:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713320#M947056</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2002-04-29T21:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713321#M947057</link>
      <description>what if you try to send to the ip address?&lt;BR /&gt;&lt;BR /&gt;echo test | sendmail -v user@172.17.0.4 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 29 Apr 2002 21:28:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713321#M947057</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-04-29T21:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713322#M947058</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Modify your /etc/mail/sendmail.cf file.&lt;BR /&gt;&lt;BR /&gt;Open sendmail.cf in vi mode Look for DS flag by /^DS insert your EXchange server name infront of this .&lt;BR /&gt;Like : DSyourexhangeserver. Or if  you have any other mail server put that name.&lt;BR /&gt;Save and quit the sendmail.cf. &lt;BR /&gt;Restart sendmail process by&lt;BR /&gt;#/sbin/init.d/sendmail stop&lt;BR /&gt;#/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Check the mail status by tail -f /var/adm/syslog/mail.log&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 29 Apr 2002 21:29:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713322#M947058</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-04-29T21:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713323#M947059</link>
      <description>Hi Claudio,&lt;BR /&gt;&lt;BR /&gt; In your /etc/resolv.conf file - what does the line starting with search say - should be something like&lt;BR /&gt;&lt;BR /&gt;search  company.com&lt;BR /&gt;&lt;BR /&gt;this is what will be appended to all host names that are not FULLY qualified &lt;BR /&gt;EX host.company.com     OR&lt;BR /&gt;   host.subnet.company.com&lt;BR /&gt;when a search is requested.&lt;BR /&gt;&lt;BR /&gt;So in your example is &lt;BR /&gt;vsurjex.vsul.your_domain.your_domain_type&lt;BR /&gt;a proper, fully qualified name AND in your name resolution - be it hostsfile/DNS/NIS?&lt;BR /&gt;&lt;BR /&gt;Of course if you don't have a search line - you need to add one OR make sure you give sendmail the fully qualified host name.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 29 Apr 2002 21:31:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713323#M947059</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-29T21:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713324#M947060</link>
      <description>Uday and Mark,&lt;BR /&gt;&lt;BR /&gt; I had modified /etc/mail/sendmail.cf about DS field. &lt;BR /&gt;Thank you so much to everyone!</description>
      <pubDate>Mon, 29 Apr 2002 23:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713324#M947060</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2002-04-29T23:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail don't send</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713325#M947061</link>
      <description>Hi Claudio,&lt;BR /&gt;The DS is a way to solve your trouble, but be careful, because this means that you will always use your exchange server for sending outgoing mail. IE that all mails which are for another host/domain will use your exchange server. This one has to be configured as a relay for outgoing mail !&lt;BR /&gt;If this is what you want, then it's ok !&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Benoit</description>
      <pubDate>Tue, 30 Apr 2002 06:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-don-t-send/m-p/2713325#M947061</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-04-30T06:33:14Z</dc:date>
    </item>
  </channel>
</rss>

