<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325291#M877477</link>
    <description>A blank sender is a no-no....&lt;BR /&gt;&lt;BR /&gt;Can not be done easily - would require writing your own rules in sendmail.cf - and as Steven points out - a lot of servers won't accept the email at all - part of anti SPAM.&lt;BR /&gt;&lt;BR /&gt;Question I have - why would you want to send an email without sender information?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Wed, 07 Jul 2004 09:34:05 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-07-07T09:34:05Z</dc:date>
    <item>
      <title>sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325288#M877474</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;I would like to send a mail without sender information:&lt;BR /&gt;&lt;BR /&gt;echo "hej" | mail test@test.com&lt;BR /&gt;&lt;BR /&gt;Is there anyway to put nothing in sender information?</description>
      <pubDate>Wed, 07 Jul 2004 09:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325288#M877474</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2004-07-07T09:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325289#M877475</link>
      <description>There is no proper way to send without some kind of sender information. At the very least your mail will arrive with a header that shows the ip address the mail came from.&lt;BR /&gt;&lt;BR /&gt;When I send mail from my dns enabled HP-UX and linux servers it comes with the user name of user_name@hostname by default.&lt;BR /&gt;&lt;BR /&gt;Most incoming mail systems that are exposed to the Internet require this information anyway, many now such as my own will not accept mail from a email address that can't be verified by reverse dns lookup.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 07 Jul 2004 09:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325289#M877475</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-07-07T09:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325290#M877476</link>
      <description>by using mailx, you can do :&lt;BR /&gt;mailx test@test.com -r me@test.com&lt;BR /&gt;and me@test.com will be seen as sender. But sender cannot be empty (or space). So maybe you could use a generic sender name...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jul 2004 09:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325290#M877476</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-07-07T09:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325291#M877477</link>
      <description>A blank sender is a no-no....&lt;BR /&gt;&lt;BR /&gt;Can not be done easily - would require writing your own rules in sendmail.cf - and as Steven points out - a lot of servers won't accept the email at all - part of anti SPAM.&lt;BR /&gt;&lt;BR /&gt;Question I have - why would you want to send an email without sender information?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 07 Jul 2004 09:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325291#M877477</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-07T09:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325292#M877478</link>
      <description>it for use in telco (sms) :-)</description>
      <pubDate>Wed, 07 Jul 2004 09:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325292#M877478</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2004-07-07T09:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325293#M877479</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have heard of some rulesets in sendmail like ruleset one which defines the sender of the mail message and can be altered or programmed to see that its coming from some other user. &lt;BR /&gt;&lt;BR /&gt;Another way to do would use of aliasing using the /etc/mail/aliases database. &lt;BR /&gt;&lt;BR /&gt;good luck tweaking sendmail.cf&lt;BR /&gt;&lt;BR /&gt;With best wishes&lt;BR /&gt;Naveej</description>
      <pubDate>Wed, 07 Jul 2004 12:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/3325293#M877479</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2004-07-07T12:31:48Z</dc:date>
    </item>
  </channel>
</rss>

