<?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 Sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887772#M578250</link>
    <description>Hi guys &lt;BR /&gt;     I am trying to get sendmail working, i can achieve this if my machine only uses /etc/Hosts.  but if i try to to configure this machine to work the way all my other servers work sendmail fails to find mail server.&lt;BR /&gt;We normally have the system set to look at the host file first then if not found there DNS, talking to a NT PDC.&lt;BR /&gt;i can see the mail server using the current set up.&lt;BR /&gt;but sendmail just refuses to see it.&lt;BR /&gt;i am using HPUX 11.00.&lt;BR /&gt;has anyone had a similar problem in the past.&lt;BR /&gt;regards&lt;BR /&gt;     andy</description>
    <pubDate>Wed, 22 Jan 2003 12:08:48 GMT</pubDate>
    <dc:creator>Dave Elliott</dc:creator>
    <dc:date>2003-01-22T12:08:48Z</dc:date>
    <item>
      <title>Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887772#M578250</link>
      <description>Hi guys &lt;BR /&gt;     I am trying to get sendmail working, i can achieve this if my machine only uses /etc/Hosts.  but if i try to to configure this machine to work the way all my other servers work sendmail fails to find mail server.&lt;BR /&gt;We normally have the system set to look at the host file first then if not found there DNS, talking to a NT PDC.&lt;BR /&gt;i can see the mail server using the current set up.&lt;BR /&gt;but sendmail just refuses to see it.&lt;BR /&gt;i am using HPUX 11.00.&lt;BR /&gt;has anyone had a similar problem in the past.&lt;BR /&gt;regards&lt;BR /&gt;     andy</description>
      <pubDate>Wed, 22 Jan 2003 12:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887772#M578250</guid>
      <dc:creator>Dave Elliott</dc:creator>
      <dc:date>2003-01-22T12:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887773#M578251</link>
      <description>What does /etc/resolv.conf look like?&lt;BR /&gt;&lt;BR /&gt;sendmail.cf - what is the DS variable, and the Dj variable?&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Wed, 22 Jan 2003 13:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887773#M578251</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-01-22T13:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887774#M578252</link>
      <description>I had similar issues when I first tried to get mail off my boxes.&lt;BR /&gt;&lt;BR /&gt;I had to change /etc/nsswitch.conf to DNS,files in order to make things work right.&lt;BR /&gt;&lt;BR /&gt;Thats a more standardized or friendly way of dealing with the network or so our network people told me.&lt;BR /&gt;&lt;BR /&gt;There are a lot of Windows based mail relay servers that have problems relaying mail from HP-UX.  Push those administrators to stay current on bug fixes.  I once had project delay four months becaue the relay server was rejecting mail. I spent days messing with a email attachment script while the relay server admin says nothing was wrong.&lt;BR /&gt;&lt;BR /&gt;After lots of politics, he put in a general bug fix and wala, my mail went through with the original script, written 4 months ago.&lt;BR /&gt;&lt;BR /&gt;I also had to set up a DNS server because our network people decided to change our internal domain name.&lt;BR /&gt;&lt;BR /&gt;I don't think you need to to the nsswitch change, but if there is a dns server available, its probably a pretty good idea.&lt;BR /&gt;&lt;BR /&gt;It will cause omniback 3.x problems and will totoally break openspool, if you still use it.&lt;BR /&gt;&lt;BR /&gt;If you don't want to set the Dj variable in sendmail.cf you can make your hostname fully qualified.&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;Change your hostname to hostname.yourdomain.com&lt;BR /&gt;&lt;BR /&gt;Here is a good diagnostic command for sendmail, lots of nice data and it can be redirected to a file.  Just run the commandline to a valid email addy, type in a one line message, then period then enter.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sendmail -v -d8.99 -d38.992 helpdesk@yourdomain.com&lt;BR /&gt;P</description>
      <pubDate>Wed, 22 Jan 2003 14:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887774#M578252</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-01-22T14:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887775#M578253</link>
      <description>You shouldn't need to configure /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;Make sure&lt;BR /&gt;&lt;BR /&gt;* /etc/rc.config.d/netconf is correct with IP, name, default gateway &amp;amp; subnet mask&lt;BR /&gt;&lt;BR /&gt;* /etc/resolv.conf has the correct info e.g:&lt;BR /&gt;domain yourdomain.com&lt;BR /&gt;nameserver x.x.x.x&lt;BR /&gt;&lt;BR /&gt;Also make sure your full domain name (hostname in the /etc/rc.config.d/netconf and the domain in /etc/resolv.conf) is configured on the nameserver as specified in /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;Then, the default sendmail should work fine.&lt;BR /&gt;&lt;BR /&gt;Chuck J</description>
      <pubDate>Wed, 22 Jan 2003 14:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887775#M578253</guid>
      <dc:creator>Chuck J</dc:creator>
      <dc:date>2003-01-22T14:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887776#M578254</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;If you are using a Relay server you need set DS definition into /etc/mail/sendmail.cf, i.e: &lt;BR /&gt;DS&lt;YOUR_RELAY_SERVER_NAME&gt; &lt;BR /&gt;&lt;BR /&gt;Where &lt;YOUR_RELAY_SERVER_NAME&gt; must be a resolute name. &lt;BR /&gt;&lt;BR /&gt;Also you can try setting your "official domain name", i.e: &lt;BR /&gt;Dj&lt;YOUR_DOMAIN_NAME&gt; &lt;BR /&gt;&lt;BR /&gt;After any change in /etc/mail/sendmail.cf you must restart sendmail service, these commands allow you stop|start sendmail service: &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/./sendmail stop &lt;BR /&gt;/sbin/init.d/./sendmail start &lt;BR /&gt;&lt;BR /&gt;You can check your pending mail queue by the comand: "mailq -v". All mails queued are in /var/spool/mqueue. Each email have 2 files, one is mail header and other is data &lt;BR /&gt;&lt;BR /&gt;Remember always that sendmail variable must be set to 1, in /etc/rc.config./mailservers file. &lt;BR /&gt;&lt;BR /&gt;Rgds.&lt;/YOUR_DOMAIN_NAME&gt;&lt;/YOUR_RELAY_SERVER_NAME&gt;&lt;/YOUR_RELAY_SERVER_NAME&gt;</description>
      <pubDate>Wed, 22 Jan 2003 14:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887776#M578254</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-01-22T14:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887777#M578255</link>
      <description>Thanks for the answers guys, i have assigned pionts for you but have been unable to try the suggestions yet, i have just been nailed with another priority problem, sendmail has to go on back burner til monday, as i am off thursday and friday.(lucky me) &lt;BR /&gt;i will action pionts kindly supplied first thing monday, any body else that may have some thoughts,  great.&lt;BR /&gt;regards &lt;BR /&gt;andy</description>
      <pubDate>Wed, 22 Jan 2003 14:46:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887777#M578255</guid>
      <dc:creator>Dave Elliott</dc:creator>
      <dc:date>2003-01-22T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887778#M578256</link>
      <description>Hi guys &lt;BR /&gt;       i eventually have got round to trying the sendmail problem and have got this error when i try to run it.( it looks at hosts file first then dns, which it seems to be doing)&amp;gt;# rew.@company name.co.uk good morning               &amp;lt;&lt;BR /&gt;seq_map_parse(aliases.files, )&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(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;getcanonname(company name.co.uk), trying files&lt;BR /&gt;text_getcanonname(company name.co.uk)&lt;BR /&gt;getcanonname(company name.co.uk), trying dns&lt;BR /&gt;dns_getcanonname(company name.co.uk, trymx=1)&lt;BR /&gt;dns_getcanonname: trying company name.co.uk. (ANY)&lt;BR /&gt;;; res_querydomain(company name.co.uk, , 1, 255)&lt;BR /&gt;;; res_query(company name.co.uk., 1, 255)&lt;BR /&gt;;; Querying server (# 1) address = 10.132.192.6&lt;BR /&gt;;; Querying server (# 1) address = 10.132.192.6&lt;BR /&gt;;; Querying server (# 1) address = 10.132.192.6&lt;BR /&gt;;; Querying server (# 1) address = 10.132.192.6&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;&lt;BR /&gt;&lt;BR /&gt;Any ideas.&lt;BR /&gt;&lt;BR /&gt;andy&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2003 09:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2887778#M578256</guid>
      <dc:creator>Dave Elliott</dc:creator>
      <dc:date>2003-02-04T09:39:08Z</dc:date>
    </item>
  </channel>
</rss>

