<?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 / mailx difference in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx-difference/m-p/3334689#M189622</link>
    <description>From man sendmail:&lt;BR /&gt;&lt;BR /&gt;EightBitMode=mode&lt;BR /&gt;                       Set the handling of 8-bit input to 7-bit&lt;BR /&gt;                       destinations.  Mode can be set to the following&lt;BR /&gt;                       values:&lt;BR /&gt;&lt;BR /&gt;                       m     Convert to 7-bit MIME format.&lt;BR /&gt;                       p     Pass it as eight bits.&lt;BR /&gt;                       s     Bounce the mail.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can add that to the command line:&lt;BR /&gt;&lt;BR /&gt;-o EightBitMode=7&lt;BR /&gt;&lt;BR /&gt;give that a try...&lt;BR /&gt;&lt;BR /&gt;In sendmail.cf it defaults to:&lt;BR /&gt;O EightBitMode=pass8&lt;BR /&gt;&lt;BR /&gt;But I would use it on the command line only.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Mon, 19 Jul 2004 08:06:48 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-07-19T08:06:48Z</dc:date>
    <item>
      <title>sendmail / mailx difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx-difference/m-p/3334686#M189619</link>
      <description>I am trying to send mails to our faxmail server. The mails goes through if i use mailx but if i use sendmail it doesn't. The faxmail server accept mails only in some particular format. &lt;BR /&gt;&lt;BR /&gt;The only difference i could see that the mails being sent via mailx had the following in the body in addition to what we input as body.&lt;BR /&gt;&lt;BR /&gt;"Content-Transfer-Encoding: 7bit&lt;BR /&gt;Content-Type: text/plain; charset=us-ascii" &lt;BR /&gt;&lt;BR /&gt;We are running sendmail 8.9.3.1 (PHNE_25184). OS is 11.11&lt;BR /&gt;&lt;BR /&gt;Could someone tell me how i can make the format for sendmail mails the same as mailx.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;steven</description>
      <pubDate>Mon, 19 Jul 2004 01:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx-difference/m-p/3334686#M189619</guid>
      <dc:creator>hpuxsa</dc:creator>
      <dc:date>2004-07-19T01:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / mailx difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx-difference/m-p/3334687#M189620</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;mailx is an interactive message processing system and sendmail sends mail over the internet.&lt;BR /&gt;&lt;BR /&gt;sendmail determines the networks to use based on the syntax and contents of the addresses,according to information in the sendmail configuration file. This file wil, be located at /etc/mail/sendmail.cf.&lt;BR /&gt;&lt;BR /&gt;Check this configuration file for the line under # "Smart" relay host (may be null)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A</description>
      <pubDate>Mon, 19 Jul 2004 01:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx-difference/m-p/3334687#M189620</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2004-07-19T01:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / mailx difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx-difference/m-p/3334688#M189621</link>
      <description>The mail which i sent using sendmail is reaching the faxmail server and it is being rejected there because of the format.</description>
      <pubDate>Mon, 19 Jul 2004 05:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx-difference/m-p/3334688#M189621</guid>
      <dc:creator>hpuxsa</dc:creator>
      <dc:date>2004-07-19T05:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / mailx difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx-difference/m-p/3334689#M189622</link>
      <description>From man sendmail:&lt;BR /&gt;&lt;BR /&gt;EightBitMode=mode&lt;BR /&gt;                       Set the handling of 8-bit input to 7-bit&lt;BR /&gt;                       destinations.  Mode can be set to the following&lt;BR /&gt;                       values:&lt;BR /&gt;&lt;BR /&gt;                       m     Convert to 7-bit MIME format.&lt;BR /&gt;                       p     Pass it as eight bits.&lt;BR /&gt;                       s     Bounce the mail.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can add that to the command line:&lt;BR /&gt;&lt;BR /&gt;-o EightBitMode=7&lt;BR /&gt;&lt;BR /&gt;give that a try...&lt;BR /&gt;&lt;BR /&gt;In sendmail.cf it defaults to:&lt;BR /&gt;O EightBitMode=pass8&lt;BR /&gt;&lt;BR /&gt;But I would use it on the command line only.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 19 Jul 2004 08:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx-difference/m-p/3334689#M189622</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-19T08:06:48Z</dc:date>
    </item>
  </channel>
</rss>

