<?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: mailx HP-UX vs AIX (differences ?) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419193#M861900</link>
    <description>You can use mailq -v -d to view the sendmail config and see what, if anything is stuck in the queue.  You can use sendmail -v -d8.20 -q to force-flush the mail queue.&lt;BR /&gt;&lt;BR /&gt;mark</description>
    <pubDate>Wed, 10 Nov 2004 10:36:27 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2004-11-10T10:36:27Z</dc:date>
    <item>
      <title>mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419190#M861897</link>
      <description>Hi, I have a line of code in my shell script which sends mail (works on HP-UX):&lt;BR /&gt;&lt;BR /&gt;mailx -m -s "$subject" $PAGER1 &amp;lt; optdisk_error&lt;BR /&gt;&lt;BR /&gt;However, this code does not work on AIX box.  Any suggestions ?&lt;BR /&gt;&lt;BR /&gt;Also, I tried just using the command line "mail" utility, and composed a short test message, and apparently sent it, but it never arrived at destination.  Can the sending of mail to external networks be "blocked" somehow ?  Do I need to reconfigure something on my AIX box so that email can be sent?&lt;BR /&gt;Regards&lt;BR /&gt;Gil&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 10:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419190#M861897</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-11-10T10:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419191#M861898</link>
      <description>Is sendmail configured ? You should find sendmail.cf in /etc or /etc/mail. Just setting your DS line in this file and sending a kill -1 to sendmail process should be enough.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 10:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419191#M861898</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-10T10:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419192#M861899</link>
      <description>Take a look at this for reference:&lt;BR /&gt;&lt;A href="http://www.freelab.net/unix/hp-ux/chap13_mail.html" target="_blank"&gt;http://www.freelab.net/unix/hp-ux/chap13_mail.html&lt;/A&gt;</description>
      <pubDate>Wed, 10 Nov 2004 10:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419192#M861899</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-11-10T10:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419193#M861900</link>
      <description>You can use mailq -v -d to view the sendmail config and see what, if anything is stuck in the queue.  You can use sendmail -v -d8.20 -q to force-flush the mail queue.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Wed, 10 Nov 2004 10:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419193#M861900</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-11-10T10:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419194#M861901</link>
      <description>One silly question,&lt;BR /&gt;is $PAGER1 set?&lt;BR /&gt;You didn't simply mean $PAGER?&lt;BR /&gt; &lt;BR /&gt;On the AIX box I have access to I didn't find a reference to the -m option in the manpage (unlike on HP-UX)</description>
      <pubDate>Wed, 10 Nov 2004 10:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419194#M861901</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-11-10T10:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419195#M861902</link>
      <description>Hi Fred,&lt;BR /&gt;What is the DS line ?  How do I set it in sendmail ?  &lt;BR /&gt;&lt;BR /&gt;In reply to others, found no messages in the queue using the referenced command provided and yes, $PAGER1 is set.  Even if I just test at the command line with a literally specified email address, I still get the following error message:&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 11:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419195#M861902</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-11-10T11:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419196#M861903</link>
      <description>Another example and the message that I get:&lt;BR /&gt;&lt;BR /&gt;ykktase: / # mailx -s "Subject" -c gjohnson@hotmail.com &amp;lt; smit.log&lt;BR /&gt;&lt;BR /&gt;and then I get the message:&lt;BR /&gt;&lt;BR /&gt;"The flags you gave make no sense since you're not sending mail."&lt;BR /&gt;&lt;BR /&gt;oracle @ykktasf.ge.org  [/m02/oracle/scripts]&lt;BR /&gt;#mailx -s -c "test" gilstanden@hotmail.com &lt;CB_GEN.SQL&gt;&lt;/CB_GEN.SQL&gt;&lt;BR /&gt;oracle @ykktasf.ge.org  [/m02/oracle/scripts]&lt;BR /&gt;#test... User unknown&lt;BR /&gt;/m02/oracle/dead.letter... Saved message in /m02/oracle/dead.letter&lt;BR /&gt;mailx -s "test" -c gilstanden@hotmail.com &lt;CB_GEN.SQL&gt;&lt;/CB_GEN.SQL&gt;The flags you gave make no sense since you're not sending mail.&lt;BR /&gt;&lt;BR /&gt;oracle @ykktasf.ge.org  [/m02/oracle/scripts]&lt;BR /&gt;#mailx -c "gilstanden@hotmail.com" -s "Test" &lt;CB_GEN.SQL&gt;&lt;/CB_GEN.SQL&gt;The flags you gave make no sense since you're not sending mail.&lt;BR /&gt;&lt;BR /&gt;...so almost no matter what I try, I get the "flags make no sense..." error!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 11:53:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419196#M861903</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-11-10T11:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419197#M861904</link>
      <description>as said, it is to be set in sendmail.cf file (generaly in /etc/mail). You'll have a line begining with DS. Add your SMTP server to this line (no space between DS and SMTP server). Then restart sendmail (or just kill -1)&lt;BR /&gt;&lt;BR /&gt;Something strange : Why do you use -c option ? What does it mean for you ? try withour this option.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 12:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419197#M861904</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-10T12:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419198#M861905</link>
      <description>The line beginning with "DS" is there and is just that, DS with nothing following it.  However, is there a way I can find out what is our SMTP server ?  I don't have this information currently!</description>
      <pubDate>Wed, 10 Nov 2004 13:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419198#M861905</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-11-10T13:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419199#M861906</link>
      <description>"However, is there a way I can find out what is our SMTP server ? I don't have this information currently! "&lt;BR /&gt;&lt;BR /&gt;Short of asking your network admin, you can try nslookup on the domain looking for the mx record, assuming that is your in-house mail server:&lt;BR /&gt;&lt;BR /&gt;nslookup&lt;BR /&gt;&lt;BR /&gt;&amp;gt;set type=mx&lt;BR /&gt;&amp;gt;your.domain.com (or .org or whatever)&lt;BR /&gt;&lt;BR /&gt;You'll get a line back " mail addr =" and some e-mail address, usually "root@hostname"; you can try putting that hostname in the DS entry in the sendmail.cf file.  If that box isn't setup for relaying internally, you'll get a bounce when you send a test mail that will say so.  If it is and procedurally that's frowned upon, you'll get a network admin saying so. :-)&lt;BR /&gt;&lt;BR /&gt;But, he also should be able to tell you the correct server to use.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Wed, 10 Nov 2004 13:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419199#M861906</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-11-10T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419200#M861907</link>
      <description>tried this, but nslookup never comes back, it just hangs, as follows:&lt;BR /&gt;ykktasf: /etc/mail # nslookup&lt;BR /&gt;Default Server:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set type=mx&lt;BR /&gt;&amp;gt; montenca.org&lt;BR /&gt;Server:&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 13:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419200#M861907</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-11-10T13:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419201#M861908</link>
      <description>What is in /etc/resolv.conf?&lt;BR /&gt;&lt;BR /&gt;Should have something like:&lt;BR /&gt;&lt;BR /&gt;domain yourdomain.com&lt;BR /&gt;nameserver XXX.XXX.XXX.XXX&lt;BR /&gt;nameserver YYY.YYY.YYY.YYY&lt;BR /&gt;nameserver ZZZ.ZZZ.ZZZ.ZZZ&lt;BR /&gt;retrans 2500&lt;BR /&gt;retry 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 10 Nov 2004 15:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419201#M861908</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-11-10T15:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419202#M861909</link>
      <description>Geoff, On this AIX box, there is no /etc/resolv.conf file!  What is the next step ?  Should I create one ?  Do you have a template I could use ?&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 16:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419202#M861909</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-11-10T16:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419203#M861910</link>
      <description>Yes - you need one - here's mine from an AIX box:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/resolv.conf&lt;BR /&gt;domain  mydomain.com&lt;BR /&gt;nameserver XXX.XXX.XXX.XXX&lt;BR /&gt;nameserver YYY.YYY.YYY.YYY&lt;BR /&gt;nameserver ZZZ.ZZZ.ZZZ.ZZZ&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2004 16:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419203#M861910</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-11-10T16:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419204#M861911</link>
      <description>I set up /etc/resolv.conf but still no mail is being sent.  I verified my nameservers through whois and also using DNSstuff.com</description>
      <pubDate>Thu, 11 Nov 2004 09:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419204#M861911</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-11-11T09:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419205#M861912</link>
      <description>Okay - now that resovler is setup, do a nslookup again:&lt;BR /&gt;&lt;BR /&gt;nslookup&lt;BR /&gt;&lt;BR /&gt;set type=MX&lt;BR /&gt;yourrdomain.com&lt;BR /&gt;&lt;BR /&gt;What do you get?&lt;BR /&gt;&lt;BR /&gt;Now configure sendmail - in the sendmail.cf file:&lt;BR /&gt;&lt;BR /&gt;DMyourdomain.com&lt;BR /&gt;&lt;BR /&gt;DSmailserver.yourdomain.com&lt;BR /&gt;&lt;BR /&gt;Restart sendmail&lt;BR /&gt;&lt;BR /&gt;Then try your mailx command.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 11 Nov 2004 11:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419205#M861912</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-11-11T11:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419206#M861913</link>
      <description>ykktasf: / # nslookup&lt;BR /&gt;Default Server:  ns2.srv.hcvlny.cv.net&lt;BR /&gt;Address:  167.206.1.103&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set type=MX&lt;BR /&gt;&amp;gt; montefiore.org&lt;BR /&gt;Server:  ns2.srv.hcvlny.cv.net&lt;BR /&gt;Address:  167.206.1.103&lt;BR /&gt;&lt;BR /&gt;*** ns2.srv.hcvlny.cv.net can't find montefiore.org:Server failed&lt;BR /&gt;&lt;BR /&gt;In sendmail.cf I put the following entries:&lt;BR /&gt;DMmontefiore.org&lt;BR /&gt;DSns2.srv.hcvlny.cv.net&lt;BR /&gt;&lt;BR /&gt;still doesn't work, so I guess I did something wrong or misunderstood a step ?&lt;BR /&gt;Gil&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Nov 2004 14:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419206#M861913</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-11-11T14:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419207#M861914</link>
      <description>Strange...I can find the MX records - but the server ns2.srv.hcvlny.cv.net can't...&lt;BR /&gt;&lt;BR /&gt;# nslookup&lt;BR /&gt;Default Server:  arrakis&lt;BR /&gt;Address:  192.168.2.100&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set type=MX&lt;BR /&gt;&amp;gt; montefiore.org&lt;BR /&gt;Server:  arrakis&lt;BR /&gt;Address:  192.168.2.100&lt;BR /&gt;&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;montefiore.org  MX preference = 500, mail exchanger = mis-vp2.montefiore.org&lt;BR /&gt;montefiore.org  MX preference = 1, mail exchanger = mis-vp1.montefiore.org&lt;BR /&gt;&lt;BR /&gt;montefiore.org  nameserver = front-fw01.montefiore.org&lt;BR /&gt;montefiore.org  nameserver = front-fw02.montefiore.org&lt;BR /&gt;mis-vp1.montefiore.org  internet address = 216.255.101.30&lt;BR /&gt;mis-vp2.montefiore.org  internet address = 216.255.101.31&lt;BR /&gt;&lt;BR /&gt;Second thing is, the DS has to be the Mail server - not the DNS server...&lt;BR /&gt;should be:&lt;BR /&gt;&lt;BR /&gt;DSmis-vp1.montefiore.org&lt;BR /&gt;&lt;BR /&gt;Next thing though - is your AIX box internal or external?  If internal, then you need to point your resolver to your Internal DNS server and DS to your internal mail server...&lt;BR /&gt;&lt;BR /&gt;You could try and set&lt;BR /&gt;front-fw01.montefiore.org&lt;BR /&gt; as the first server in your resolv.conf file...&lt;BR /&gt;&lt;BR /&gt;Rgds....Geoff&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Nov 2004 17:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419207#M861914</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-11-11T17:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419208#M861915</link>
      <description>Well, another strange thing is that "nslookup" hangs on the AIX boxes.  For example, if I'm on the ykktasg.montefiore.org server, and I use nslookup as follows:&lt;BR /&gt;oracle @ykktasg.montefiore.org  [/m01/oracle]&lt;BR /&gt;#nslookup ykktasg.montefiore.org&lt;BR /&gt;Server:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Nothing ever comes back, it just remains at "Server:" endlessly.  If you have any more ideas on how to get mail working on these AIX boxes, please let me know.&lt;BR /&gt;Gil</description>
      <pubDate>Fri, 12 Nov 2004 10:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419208#M861915</guid>
      <dc:creator>Gilbert Standen_1</dc:creator>
      <dc:date>2004-11-12T10:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: mailx HP-UX vs AIX (differences ?)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419209#M861916</link>
      <description>Hi Gilbert,&lt;BR /&gt;&lt;BR /&gt;just an idea : the "-c" flag is only used to make a copy of your mail !!&lt;BR /&gt;So 2 possibilities :&lt;BR /&gt;1) want to make a copy to toto and tata : mailx -s "test" titi -c "toto tata" &amp;lt; smit.log&lt;BR /&gt;2) don't want any copy : mailx -s "test" titi &amp;lt; smit.log&lt;BR /&gt;&lt;BR /&gt;Olivier.</description>
      <pubDate>Fri, 12 Nov 2004 10:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-hp-ux-vs-aix-differences/m-p/3419209#M861916</guid>
      <dc:creator>Olivier Decorse</dc:creator>
      <dc:date>2004-11-12T10:53:52Z</dc:date>
    </item>
  </channel>
</rss>

