<?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 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973457#M120899</link>
    <description>Well...the only difference I see is:&lt;BR /&gt;&lt;BR /&gt;O RefuseLA=55&lt;BR /&gt;&lt;BR /&gt;We don't use that....&lt;BR /&gt;&lt;BR /&gt;It makes sendmail stop accepting connections if the load average is x or above.&lt;BR /&gt;&lt;BR /&gt;Just curious - can you comment it out - reload sendmail daemon - then try your multiple recipient again?  I'm pretty sure this won't affect it - but it's worth a try...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 14 May 2003 19:29:01 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2003-05-14T19:29:01Z</dc:date>
    <item>
      <title>sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973444#M120886</link>
      <description>I'd like to know the correct syntax for listing multiple recipients for sendmail.&lt;BR /&gt;&lt;BR /&gt;  My problem is that when a specify 1 recipient, sendmail is successful.  However,  as soon as I add a second recipient, both get queued.'&lt;BR /&gt;output:&lt;BR /&gt;recip1@company.com... queued&lt;BR /&gt;recip2@company.com... queued&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   I've tried on the commandline,  I've tried using the -t and using an input file,  I've also created an alias.  The alias works if ther is only one user in the group, but when I add a second, they get queued.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Rusty</description>
      <pubDate>Wed, 14 May 2003 16:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973444#M120886</guid>
      <dc:creator>Rusty Sapper</dc:creator>
      <dc:date>2003-05-14T16:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973445#M120887</link>
      <description>I would just use the simple mailx command if it's just a small number of users:&lt;BR /&gt;&lt;BR /&gt;# mailx -s "Subject" user1@domain.com user2@domain.com &amp;lt; /tmp/mail_content_file</description>
      <pubDate>Wed, 14 May 2003 16:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973445#M120887</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-05-14T16:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973446#M120888</link>
      <description>cat file | mailx -s "subject" him@your_place.com her@her_place.com them@their_place.com us@our_place.com</description>
      <pubDate>Wed, 14 May 2003 16:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973446#M120888</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-05-14T16:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973447#M120889</link>
      <description>Can you send to both recipients - individually?&lt;BR /&gt;&lt;BR /&gt;From sendmail FAQ:&lt;BR /&gt;&lt;BR /&gt;If a mail message is temporarily undeliverable, it is queued and delivery is attempted later. If the message is addressed to multiple recipients, it is queued only for those recipients to whom delivery is not immediately possible. &lt;BR /&gt;&lt;BR /&gt;That works with latest version...&lt;BR /&gt;&lt;BR /&gt;What version of sendmail are you using:&lt;BR /&gt;&lt;BR /&gt;echo \$Z | /usr/sbin/sendmail -bt -d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 16:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973447#M120889</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-05-14T16:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973448#M120890</link>
      <description>sendmail version 8.9.3&lt;BR /&gt;&lt;BR /&gt;yes, the mail is successfull when sent individually to the two recipients, but get queued when send as multiple recipients of the same mail.&lt;BR /&gt;&lt;BR /&gt; the mailx had the same result.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Rusty</description>
      <pubDate>Wed, 14 May 2003 16:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973448#M120890</guid>
      <dc:creator>Rusty Sapper</dc:creator>
      <dc:date>2003-05-14T16:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973449#M120891</link>
      <description>cat file | mailx -s "subject" -r return-address send-to send-to send-to&lt;BR /&gt;&lt;BR /&gt;so it could be &lt;BR /&gt;&lt;BR /&gt;cat file | mailx -s "subject" friend1@work.com friend2@work.com firend3@work.com&lt;BR /&gt;&lt;BR /&gt;the -r option is optional</description>
      <pubDate>Wed, 14 May 2003 16:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973449#M120891</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-05-14T16:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973450#M120892</link>
      <description>What happens when you use elm&lt;BR /&gt;&lt;BR /&gt;Yet Another Sendmail Diagnostic command.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sendmail -v -d8.99 -d38.99 stevenprotter@juf.org dovidgrinker@juf.org&lt;BR /&gt;&lt;BR /&gt;If you use those email addreses, I'll have to flame you.&lt;BR /&gt;&lt;BR /&gt;More help.&lt;BR /&gt;mailq&lt;BR /&gt;&lt;BR /&gt;sendmail -q&lt;BR /&gt;&lt;BR /&gt;The diag command above should get you enough to make modifications to setup.&lt;BR /&gt;&lt;BR /&gt;If any of the above answers have been useful, please submit points to my collegues.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 17:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973450#M120892</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-14T17:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973451#M120893</link>
      <description>What happens when you do this:&lt;BR /&gt;&lt;BR /&gt;echo 'To: recip1@company.com, recip2@company.com' | sendmail -t -v -oem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 14 May 2003 17:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973451#M120893</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-05-14T17:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973452#M120894</link>
      <description>Geoff,&lt;BR /&gt;  I get the same return&lt;BR /&gt;&lt;BR /&gt;recip1@company.com... queued &lt;BR /&gt;recip2@company.com... queued &lt;BR /&gt;&lt;BR /&gt;but individually they work.&lt;BR /&gt;&lt;BR /&gt;very confusing.&lt;BR /&gt;&lt;BR /&gt;-Rusty</description>
      <pubDate>Wed, 14 May 2003 17:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973452#M120894</guid>
      <dc:creator>Rusty Sapper</dc:creator>
      <dc:date>2003-05-14T17:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973453#M120895</link>
      <description>Can you provide the output of my last commnad?&lt;BR /&gt;&lt;BR /&gt;Also, &lt;BR /&gt;grep Mlocal /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Should look like: &lt;BR /&gt;Mlocal,         P=/usr/bin/rmail, F=lsDFMAw5:/|@qm9, S=10/30, R=20/40,&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 14 May 2003 17:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973453#M120895</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-05-14T17:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973454#M120896</link>
      <description>the grep produced...&lt;BR /&gt;Mlocal,         P=/usr/bin/rmail, F=lsDFMAw5:/|@qm9, S=10/30, R=20/40&lt;BR /&gt;&lt;BR /&gt;the only output from your previous command was:&lt;BR /&gt;&lt;BR /&gt;recip1@company.com... queued &lt;BR /&gt;recip2@company.com... queued &lt;BR /&gt;&lt;BR /&gt;when I run it with the single recipient I get onn the verbose and debug info, but multiple only returns the queues messages.&lt;BR /&gt;&lt;BR /&gt;-Rusty</description>
      <pubDate>Wed, 14 May 2003 18:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973454#M120896</guid>
      <dc:creator>Rusty Sapper</dc:creator>
      <dc:date>2003-05-14T18:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973455#M120897</link>
      <description>There is definatley something wrong....I get this:&lt;BR /&gt;echo 'To: recip1@company.com, recip2@company.com' | sendmail -t -v -oem&lt;BR /&gt;recip2@company.com,recip1@company.com... Connecting to myserver.internal.net. via relay...&lt;BR /&gt;220 myserver.mydomain.ca ESMTP Server (Microsoft Exchange Internet Mail Service 5.5.2653.13) ready&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO system1.internal.net&lt;BR /&gt;250-myserver.mydomain.ca Hello [system1.internal.net]&lt;BR /&gt;250-XEXCH50&lt;BR /&gt;250-HELP&lt;BR /&gt;250-ETRN&lt;BR /&gt;250-DSN&lt;BR /&gt;250-SIZE 0&lt;BR /&gt;250-AUTH LOGIN&lt;BR /&gt;250 AUTH=LOGIN&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;ME&gt; SIZE=43&lt;BR /&gt;250 OK - mail from &lt;ME&gt;; can accomodate 43 bytes&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;RECIP1&gt;&lt;BR /&gt;250 OK - Recipient &lt;RECIP1&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;RECIP2&gt;&lt;BR /&gt;250 OK - Recipient &lt;RECIP2&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; DATA&lt;BR /&gt;354 Send data.  End with CRLF.CRLF&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;250 OK&lt;BR /&gt;recip1@company.com,recip2@company.com... Sent (OK)&lt;BR /&gt;Closing connection to system1.internal.net.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 closing connection&lt;BR /&gt;&lt;BR /&gt;Any chance you can post your sendmail.cf???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/RECIP2&gt;&lt;/RECIP2&gt;&lt;/RECIP1&gt;&lt;/RECIP1&gt;&lt;/ME&gt;&lt;/ME&gt;</description>
      <pubDate>Wed, 14 May 2003 18:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973455#M120897</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-05-14T18:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973456#M120898</link>
      <description>Here you go.  we are using a smart relay which is configured in the hosts file as our environment does not use DNS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Rusty&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 19:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973456#M120898</guid>
      <dc:creator>Rusty Sapper</dc:creator>
      <dc:date>2003-05-14T19:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973457#M120899</link>
      <description>Well...the only difference I see is:&lt;BR /&gt;&lt;BR /&gt;O RefuseLA=55&lt;BR /&gt;&lt;BR /&gt;We don't use that....&lt;BR /&gt;&lt;BR /&gt;It makes sendmail stop accepting connections if the load average is x or above.&lt;BR /&gt;&lt;BR /&gt;Just curious - can you comment it out - reload sendmail daemon - then try your multiple recipient again?  I'm pretty sure this won't affect it - but it's worth a try...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 19:29:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973457#M120899</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-05-14T19:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973458#M120900</link>
      <description>Hi rusty..&lt;BR /&gt;How about this ..&lt;BR /&gt;&lt;BR /&gt;have a file lets call it mail.file that looks like so.&lt;BR /&gt;&lt;BR /&gt;To: one@two.com,one1@other.com&lt;BR /&gt;From: you@here.com&lt;BR /&gt;Subject:test mail&lt;BR /&gt;your message starts here ..&lt;BR /&gt;&lt;BR /&gt;then to send the file do&lt;BR /&gt;&lt;BR /&gt;cat mail.file | sendmail -tv&lt;BR /&gt;&lt;BR /&gt;that will send out mail.file to whereever you want to go. If you have issues post the output you get. If it works just use &lt;BR /&gt;&lt;BR /&gt;cat mail.file | sendmail -t &lt;BR /&gt;&lt;BR /&gt;to take it out of verbose mode.&lt;BR /&gt;&lt;BR /&gt;Here is what -t does:&lt;BR /&gt;&lt;BR /&gt;-t      Read message for recipients.  To:, Cc:, and Bcc:&lt;BR /&gt; lines will be scanned for recipient addresses.  The&lt;BR /&gt; Bcc: line will be deleted before transmission.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 May 2003 03:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/2973458#M120900</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2003-05-15T03:20:16Z</dc:date>
    </item>
  </channel>
</rss>

