<?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: alias expansion not working after patch in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-alias-expansion-not-working-after-patch/m-p/3100617#M807370</link>
    <description>Hi Chad,&lt;BR /&gt; &lt;BR /&gt;I suspect that your /etc/mail/sendmail.cf file may have been overwritten. Do you have a backup copy to refer to? You can use the copy to template the customizations to it &amp;amp; apply them to the new sendmail.cf&lt;BR /&gt;Do NOT just recopy the old one back to the system as they are sendmail version specific.&lt;BR /&gt; &lt;BR /&gt;Most of the sendmail patches do have special instructions telling you to backup the sendmail.cf file prior to patch application.&lt;BR /&gt; &lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Thu, 23 Oct 2003 09:06:12 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-10-23T09:06:12Z</dc:date>
    <item>
      <title>sendmail: alias expansion not working after patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-alias-expansion-not-working-after-patch/m-p/3100616#M807369</link>
      <description>HP-UX 10.20&lt;BR /&gt;sendmail version.c 8.9.3.1 (Berkeley) 05/05/2003 (PHNE_28760)&lt;BR /&gt;-------------------------------&lt;BR /&gt;I have some systems (NetApp) that relay through a few 10.20 systems via aliases.  For example, netapp1 sends a notice to aliasname@domainname.  What used to happen is that the mail server responsible for domainname would get the email, realize that domainname was for local delivery and the aliasname was an alias, expand the alias and sendd the email to the recipients.  Now, the server no longer expands the alias and just relays the mail as-is.  Then upstream mail servers who can't resolve domainname becsue it's an internal only domain, reject the email... This started after we applied PHNE_28760.&lt;BR /&gt;&lt;BR /&gt;Any thoughts?&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;-Chad</description>
      <pubDate>Thu, 23 Oct 2003 08:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-alias-expansion-not-working-after-patch/m-p/3100616#M807369</guid>
      <dc:creator>Chad Florian</dc:creator>
      <dc:date>2003-10-23T08:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail: alias expansion not working after patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-alias-expansion-not-working-after-patch/m-p/3100617#M807370</link>
      <description>Hi Chad,&lt;BR /&gt; &lt;BR /&gt;I suspect that your /etc/mail/sendmail.cf file may have been overwritten. Do you have a backup copy to refer to? You can use the copy to template the customizations to it &amp;amp; apply them to the new sendmail.cf&lt;BR /&gt;Do NOT just recopy the old one back to the system as they are sendmail version specific.&lt;BR /&gt; &lt;BR /&gt;Most of the sendmail patches do have special instructions telling you to backup the sendmail.cf file prior to patch application.&lt;BR /&gt; &lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 23 Oct 2003 09:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-alias-expansion-not-working-after-patch/m-p/3100617#M807370</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-10-23T09:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail: alias expansion not working after patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-alias-expansion-not-working-after-patch/m-p/3100618#M807371</link>
      <description>Hi (again) Chad,&lt;BR /&gt; &lt;BR /&gt;Here's the special instructions from PHNE_28760:&lt;BR /&gt; &lt;BR /&gt;Special Installation Instructions:&lt;BR /&gt; This patch installs sendmail-8.9.3 on HP-UX 10.20.&lt;BR /&gt; Information  on  sendmail-8.9.3 is documented in the file&lt;BR /&gt; /usr/share/doc/sendmail8-9_release.txt.  Please refer to&lt;BR /&gt; this document for the new/changed features of&lt;BR /&gt; sendmail-8.9.3.&lt;BR /&gt;&lt;BR /&gt; Note: Sendmail-8.9.3 uses a new DB version, db-3.0.55. The&lt;BR /&gt; underlying database file formats have changed from previous&lt;BR /&gt; version of DB to this. So you need to recreate all the&lt;BR /&gt; database files used. The new /etc/mail/aliases.db will be&lt;BR /&gt; created while installing the patch.&lt;BR /&gt;&lt;BR /&gt; This patch  contains the  implementation  for an enhancement&lt;BR /&gt; request for reading the switch  configuration  for  sendmail&lt;BR /&gt; from   the   /etc/nsswitch.conf   file   instead   of   from&lt;BR /&gt; /etc/mail/service.switch.  If   /etc/nsswitch.conf   is  not&lt;BR /&gt; present   then   sendmail   uses   the   following    switch&lt;BR /&gt; configuration:&lt;BR /&gt;&lt;BR /&gt;         hosts: dns nis files&lt;BR /&gt;         aliases: files&lt;BR /&gt;&lt;BR /&gt; If NIS is used for aliases, update /etc/nsswitch.conf as:&lt;BR /&gt;&lt;BR /&gt;         aliases: files nis&lt;BR /&gt;&lt;BR /&gt; OR&lt;BR /&gt;&lt;BR /&gt; add nis:mail.aliases for the AliasFile option in the&lt;BR /&gt; /etc/mail/sendmail.cf as:&lt;BR /&gt;&lt;BR /&gt;        O AliasFile=/etc/mail/aliases,nis:mail.aliases&lt;BR /&gt;&lt;BR /&gt; This patch contains a fully documented  sendmail.cf  located&lt;BR /&gt; at  /usr/newconfig/etc/mail/sendmail.cf. This file contains&lt;BR /&gt; anti-spamming   rulesets   that  can  be  used  to   prevent&lt;BR /&gt; unauthorized  relaying  access  to the  mail  server.  It is&lt;BR /&gt; strongly  recommended  that  this  file be used as the  base&lt;BR /&gt; sendmail  configuration with site-specific  modifications as&lt;BR /&gt; required.&lt;BR /&gt;&lt;BR /&gt; The  sendmail.cf  supplied  with  the  previous versions  of&lt;BR /&gt; sendmail (8.7 &amp;amp; 8.8) is  compatible  with  sendmail-8.9.3&lt;BR /&gt; installed by this patch  except for  interoperability  with&lt;BR /&gt; Openmail. See the WARNING below for details.&lt;BR /&gt;&lt;BR /&gt; IMPORTANT WARNING:&lt;BR /&gt; =================&lt;BR /&gt;&lt;BR /&gt; 1. Installing this patch will have implications for Openmail&lt;BR /&gt;    due to the change in default end-of-string for all SMTP&lt;BR /&gt;    commands in sendmail-8.9.3. The default end-of-string for&lt;BR /&gt;    SMTP commands is \r\n for all delivery agents that speak&lt;BR /&gt;    SMTP in 8.9.3, whereas it was \n in previous version of&lt;BR /&gt;    sendmail.&lt;BR /&gt;&lt;BR /&gt;    In  order  to  make   sendmail-8.9.3   interoperate  with&lt;BR /&gt;    Openmail,  please ensure you have the E=\n, in the mailer&lt;BR /&gt;    definition for Openmail in sendmail.cf as given below:&lt;BR /&gt;&lt;BR /&gt;    Mopenmail, P=/opt/openmail/bin/unix.in, F=DFLMXmnu,&lt;BR /&gt;                               E=\n, S=15, R=25, A=unix.in&lt;BR /&gt;&lt;BR /&gt; To comply with industry-standard sendmail(1M) practices,&lt;BR /&gt; after the installation of PHNE_28760, or any superseding&lt;BR /&gt; patch, the following behavior will be observed:&lt;BR /&gt;&lt;BR /&gt; 1.  Non-root users will not be able to print system-wide&lt;BR /&gt;     sendmail aliases using the praliases(1) command.&lt;BR /&gt; 2.  Non-root users will not be able to print mail traffic&lt;BR /&gt;     statistics using the mailstats(1) command.&lt;BR /&gt; 3.  Non-root users will not be able to send signals to&lt;BR /&gt;     sendmail processes, even their own.&lt;BR /&gt; 4.  Sendmail reacts more appropriately to signals,&lt;BR /&gt;     which may introduce some delay in terminating and&lt;BR /&gt;     restarting sendmail daemon.&lt;BR /&gt;&lt;BR /&gt;     The behaviors one and two mentioned above may&lt;BR /&gt;     remain even after the removal of the patch.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;So looks like you have to create/recreate any existing aliases db file &amp;amp; also note that now nsswitch.conf is used.&lt;BR /&gt; &lt;BR /&gt;Does not appear that a new sendmail.cf file is included in this patch, however.&lt;BR /&gt; &lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Oct 2003 09:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-alias-expansion-not-working-after-patch/m-p/3100618#M807371</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-10-23T09:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail: alias expansion not working after patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-alias-expansion-not-working-after-patch/m-p/3100619#M807372</link>
      <description>That was the first thing I checked and shoud have mentioned in my original post.  Both the sendmail.cf and sendmail.cw files are intact.&lt;BR /&gt;&lt;BR /&gt;My thought is that maybe there is some new behavior in sendmail that I need a new setting in the cf file to tell it to expand the alias.  It's basically like the sendmail server is not accepting the mail for local delivery and is just relaying it.  If it accepted for local delivery, it should expand the alias.  I have confirmed that domainname is assigned in the Cw macro.</description>
      <pubDate>Thu, 23 Oct 2003 09:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-alias-expansion-not-working-after-patch/m-p/3100619#M807372</guid>
      <dc:creator>Chad Florian</dc:creator>
      <dc:date>2003-10-23T09:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail: alias expansion not working after patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-alias-expansion-not-working-after-patch/m-p/3100620#M807373</link>
      <description>OK... Just saw your second post...  I think you hit the nail on the head.  After closer review of the mail.log, it is complaining about the version of the sendmail.cf.  I'll try copying in the new one and updating accordingly.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 23 Oct 2003 09:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-alias-expansion-not-working-after-patch/m-p/3100620#M807373</guid>
      <dc:creator>Chad Florian</dc:creator>
      <dc:date>2003-10-23T09:45:56Z</dc:date>
    </item>
  </channel>
</rss>

