<?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 character set question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618528#M38162</link>
    <description>An old 11.0 box. I modified a script that previously used ELM to send logs to Outlook E-Mail accounts. This server has the patch that Patrick recommended but now some of my Outlook recipients are getting this unsupported character set problem with the message as an attachment. Some receives them perfectly..&lt;BR /&gt;&lt;BR /&gt;On other 11.11 systems, I do have scripts which send status messages to Outlook users. When those scripts are run interactively from the command line.. the recepients also get the same mail behaviour.. but when run via job control/cron -- the messages come out perfectly..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 05 May 2004 07:27:33 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2004-05-05T07:27:33Z</dc:date>
    <item>
      <title>Sendmail character set question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618522#M38156</link>
      <description>Sendmail is configured on HP-UX 10.20 server, and it send mail out just fine. However, when my outlook receives the email, I have the following message: &lt;BR /&gt;------- &lt;BR /&gt;This message uses a character set that is not supported by the Internet Service. To view the original message content, open the attached message. If the text doesn't display correctly, save the attachment to disk, and then open it using a viewer that can display the original character set. &lt;BR /&gt;-------- &lt;BR /&gt;As the result, my message is actually in a text file attachment. I can open the attachment with notepad and read it. &lt;BR /&gt;&lt;BR /&gt;I checked my sendmail.cf file. There is an option about character set configured as following: &lt;BR /&gt;&lt;BR /&gt;# default character set &lt;BR /&gt;O DefaultCharSet=iso-8859-1 &lt;BR /&gt;&lt;BR /&gt;Am I using the wrong character set? Are there any other character sets I can select from? What I need to do to deliver my text message in message body instead of attachment. &lt;BR /&gt;&lt;BR /&gt;TIA. &lt;BR /&gt;&lt;BR /&gt;Jay Song</description>
      <pubDate>Wed, 21 Nov 2001 17:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618522#M38156</guid>
      <dc:creator>Jay Song</dc:creator>
      <dc:date>2001-11-21T17:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail character set question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618523#M38157</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I guess this setup you need to check up in Outlook rather than sendmail.cf file&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 21 Nov 2001 17:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618523#M38157</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-21T17:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail character set question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618524#M38158</link>
      <description>Do&lt;BR /&gt;sendmail -bs &lt;BR /&gt;if you get back that you are running &lt;BR /&gt;Sendmail 8.8.6 (PHNE_17190)/8.8.6&lt;BR /&gt;&lt;BR /&gt;try to comment out&lt;BR /&gt;&lt;BR /&gt;# default character set&lt;BR /&gt;#O DefaultCharSet=iso-8859-1&lt;BR /&gt;&lt;BR /&gt;restart sendmail and give it a try. Dont forget to make a backup before you change things out. &lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Wed, 21 Nov 2001 17:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618524#M38158</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-11-21T17:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail character set question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618525#M38159</link>
      <description>Have a look at this document from the TKB.  Doc ID: A5524602&lt;BR /&gt;&lt;BR /&gt;Problem Description&lt;BR /&gt;&lt;BR /&gt;mailx is sending a charset of X-Roman8 in its&lt;BR /&gt;messages, and the mail client used to read this&lt;BR /&gt;mail (for example, MicroSoft Exchange) complains that it is a non-standard character set.&lt;BR /&gt;&lt;BR /&gt;As per the mailx(1) man page, the default charset is us-ascii, but this does not appear to be the case.&lt;BR /&gt;&lt;BR /&gt;How do I solve this problem?&lt;BR /&gt;&lt;BR /&gt;Configuration Info&lt;BR /&gt;&lt;BR /&gt;Operating System - HP-UX&lt;BR /&gt;Version - 11.0&lt;BR /&gt;Hardware System - HP 9000&lt;BR /&gt;Series - G50&lt;BR /&gt;&lt;BR /&gt;Solution&lt;BR /&gt;&lt;BR /&gt;You must apply the following patches to your&lt;BR /&gt;system to resolve this issue:&lt;BR /&gt;&lt;BR /&gt;     PHNE_16855 (10.X)&lt;BR /&gt;     PHNE_16390 (11.0)&lt;BR /&gt;&lt;BR /&gt;Note: Patches may be superseded; be sure to&lt;BR /&gt;      load the most current version.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Nov 2001 18:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618525#M38159</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-11-21T18:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail character set question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618526#M38160</link>
      <description>We had problems with sending email from Unix to Exchange/Outlook - had to write a perl script to mime encode the email.&lt;BR /&gt;&lt;BR /&gt;Just change the first line to the location of perl on your system.&lt;BR /&gt;&lt;BR /&gt;Usage: mailit [ -b bcc ] [ -c cc ] [ -f from ] [ -s subject ] recipient...&lt;BR /&gt;       mailit sends mail and mime encodes the subject and message body&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 21 Nov 2001 18:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618526#M38160</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2001-11-21T18:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail character set question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618527#M38161</link>
      <description>Patrick, &lt;BR /&gt;&lt;BR /&gt;Your solution solved my problem. I applied the patch, and it worked very well. My email is no longer in attachement. &lt;BR /&gt;&lt;BR /&gt;Thanks. &lt;BR /&gt;&lt;BR /&gt;Jay Song</description>
      <pubDate>Wed, 21 Nov 2001 19:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618527#M38161</guid>
      <dc:creator>Jay Song</dc:creator>
      <dc:date>2001-11-21T19:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail character set question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618528#M38162</link>
      <description>An old 11.0 box. I modified a script that previously used ELM to send logs to Outlook E-Mail accounts. This server has the patch that Patrick recommended but now some of my Outlook recipients are getting this unsupported character set problem with the message as an attachment. Some receives them perfectly..&lt;BR /&gt;&lt;BR /&gt;On other 11.11 systems, I do have scripts which send status messages to Outlook users. When those scripts are run interactively from the command line.. the recepients also get the same mail behaviour.. but when run via job control/cron -- the messages come out perfectly..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 07:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618528#M38162</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-05-05T07:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail character set question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618529#M38163</link>
      <description>mailx -m</description>
      <pubDate>Wed, 05 May 2004 08:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-character-set-question/m-p/2618529#M38163</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-05-05T08:24:40Z</dc:date>
    </item>
  </channel>
</rss>

