<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3677607#M244841</link>
    <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;My problem is simple , the problem is sometimes I found two mail will be mix-up together , so that the user will receive a mail , its mail subject is correct but mail content is another mail . thx</description>
    <pubDate>Wed, 23 Nov 2005 10:29:24 GMT</pubDate>
    <dc:creator>hangyu2</dc:creator>
    <dc:date>2005-11-23T10:29:24Z</dc:date>
    <item>
      <title>Sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3677605#M244839</link>
      <description>I use sendmail in my unix-base server , and the server is connected with the mail server , the mail are via the mail server to sendout , but sometimes I found there are two mail will jam togeher , then the mail contain not match with the subject , anyone know what is the probem ? thx</description>
      <pubDate>Wed, 23 Nov 2005 09:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3677605#M244839</guid>
      <dc:creator>hangyu2</dc:creator>
      <dc:date>2005-11-23T09:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3677606#M244840</link>
      <description>Shalom hangyu2,&lt;BR /&gt;&lt;BR /&gt;Resources:&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/mail.log&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;mailq&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 someone@some.net&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;I totally do not understand the issue you have presented.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Wed, 23 Nov 2005 10:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3677606#M244840</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-23T10:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3677607#M244841</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;My problem is simple , the problem is sometimes I found two mail will be mix-up together , so that the user will receive a mail , its mail subject is correct but mail content is another mail . thx</description>
      <pubDate>Wed, 23 Nov 2005 10:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3677607#M244841</guid>
      <dc:creator>hangyu2</dc:creator>
      <dc:date>2005-11-23T10:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3677608#M244842</link>
      <description>for example ,&lt;BR /&gt;&lt;BR /&gt;the correct mail is &lt;BR /&gt;&lt;BR /&gt;mail 1&lt;BR /&gt;subject : aaaa&lt;BR /&gt;content : bbbb&lt;BR /&gt;&lt;BR /&gt;mail 2&lt;BR /&gt;subject : cccc&lt;BR /&gt;content : dddd&lt;BR /&gt;&lt;BR /&gt;but the user will receive the mail 1 :&lt;BR /&gt;subject : aaaa&lt;BR /&gt;content : dddd&lt;BR /&gt;&lt;BR /&gt;does anyone have similiar experience ? thx&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Nov 2005 09:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3677608#M244842</guid>
      <dc:creator>hangyu2</dc:creator>
      <dc:date>2005-11-24T09:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3677609#M244843</link>
      <description>Hangyu2,&lt;BR /&gt;&lt;BR /&gt;i have never seen such a situation as you described.&lt;BR /&gt;Could you please try this explanation as below;&lt;BR /&gt;&lt;BR /&gt;1. Mail No attachment, body only -&lt;BR /&gt;&lt;BR /&gt;mailx -m -s "Some Subject" somone@somewhere.com &amp;lt; file_for_email_body&lt;BR /&gt;&lt;BR /&gt;2. Mail with attachement, no body -&lt;BR /&gt;                                                                        &lt;BR /&gt;ux2dos /path_to/some_file | uuencode some_file.txt | mailx -m -s "MAIL FROM Someone" someone@somewhere.com&lt;BR /&gt;&lt;BR /&gt;3. Mail with attachment and body -&lt;BR /&gt;&lt;BR /&gt;ux2dos /path_to/some_file | uuencode some_file.txt | mailx -m -s "MAIL FROM Someone" someone@somewhere.com &amp;lt; file_for_email_body&lt;BR /&gt;&lt;BR /&gt;4. Mail with carbon and blind carbon -&lt;BR /&gt;&lt;BR /&gt;mailx -m -s "Some Subject" somone@somewhere.com &amp;lt; file_for_email_body&lt;BR /&gt;&lt;BR /&gt;(Note that this does not work with the -r option as it disables ~ commands.)&lt;BR /&gt;(The file_for_email_body should look like this - )&lt;BR /&gt;~c someone_to_cc@somewhere.com&lt;BR /&gt;~b someone_to_bc@somewhere.com&lt;BR /&gt;The remainder of this file can be the text body of the email.&lt;BR /&gt;&lt;BR /&gt;5. Mail with multiple attachments and body (Leave out the 'This is all you get' if body not desired) -&lt;BR /&gt;&lt;BR /&gt;mailx -m -s "Hello" someone@somewhere.com &amp;lt;&amp;lt; END                     &lt;BR /&gt;`ux2dos /home/dlamar/.kshrc | uuencode /home/dlamar/.kshrc.txt`     &lt;BR /&gt;`ux2dos /home/dlamar/.profile | uuencode /home/dlamar/.profile.txt`                                               &lt;BR /&gt;                                                                        &lt;BR /&gt;This is all you get.                                                &lt;BR /&gt;END</description>
      <pubDate>Thu, 24 Nov 2005 10:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3677609#M244843</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-11-24T10:16:01Z</dc:date>
    </item>
  </channel>
</rss>

