<?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: Creating a Bcc: for each outbound sendmail message in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550354#M17751</link>
    <description>I've not tried using it for this, but look at the 'virtual user table'.  You may be able to tweak that to automatically generate copy messages..&lt;BR /&gt;&lt;BR /&gt;BUt if you just want to alter the envelope.. well, yea, horrible sendmail rules..</description>
    <pubDate>Tue, 24 May 2005 10:13:09 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2005-05-24T10:13:09Z</dc:date>
    <item>
      <title>Creating a Bcc: for each outbound sendmail message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550348#M17745</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Is there a way to have sendmail automatically Cc: or Bcc: all outgoing messages to a separate e-mail account?&lt;BR /&gt;&lt;BR /&gt;In other words, whenever a message to joe.blow@this.domain.net goes out, I want sendmail to CC:/Bcc: the message to big.brother@corp.net.&lt;BR /&gt;&lt;BR /&gt;I'm running sendmail 8.11 in a RHEL 2.1AS environment. &lt;BR /&gt;I'd prefer not using a 3rd party tool (like milter). We already have enough 3rd party apps to manage  :)&lt;BR /&gt;&lt;BR /&gt;If anyone knows of a macro or ruleset that I can create to do this, I would be most appreciative! &lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your time and assitance,&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2005 14:41:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550348#M17745</guid>
      <dc:creator>Brian Watkins</dc:creator>
      <dc:date>2005-05-23T14:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bcc: for each outbound sendmail message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550349#M17746</link>
      <description>Doing from the command line, use the -b option&lt;BR /&gt;mail rg@someaddress.com -b gr@someotheraddress.com&lt;BR /&gt;&lt;BR /&gt;The -b option tells it to go bcc. &lt;BR /&gt;(man sendmail)&lt;BR /&gt;&lt;BR /&gt;If you are using some mail client, there will be some tools option you can modify</description>
      <pubDate>Mon, 23 May 2005 15:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550349#M17746</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-23T15:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bcc: for each outbound sendmail message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550350#M17747</link>
      <description>Rick,&lt;BR /&gt;&lt;BR /&gt;Thanks for the idea, but I would like sendmail to do this automatically, without any user intervention or mail client configuration.&lt;BR /&gt;&lt;BR /&gt;We're wanting this to automatically send a copy of the outbound e-mail from the originating server to an "archive account" on a separate mail server for historical purposes.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2005 15:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550350#M17747</guid>
      <dc:creator>Brian Watkins</dc:creator>
      <dc:date>2005-05-23T15:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bcc: for each outbound sendmail message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550351#M17748</link>
      <description>&lt;BR /&gt;Hehe, You're in the US, here in Germany that setup would be a very straight way to the court ;)&lt;BR /&gt;&lt;BR /&gt;unfortunately I still don't find my way through  sendmail.cf, but I'd recommend You to have a try at news://comp.mail.sendmail&lt;BR /&gt;&lt;BR /&gt;florian&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2005 19:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550351#M17748</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-05-23T19:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bcc: for each outbound sendmail message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550352#M17749</link>
      <description>For something like this, setting up an alias would work. Keep the original functionality but add that automatic function as well by using a slighty different command.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2005 08:21:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550352#M17749</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-24T08:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bcc: for each outbound sendmail message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550353#M17750</link>
      <description>Yes, creating aliases would work. However, the recipient addresses vary from week-to-week and there are several hundred individual addresses. That would make for a rather large aliases file which would require a lot of management.&lt;BR /&gt;&lt;BR /&gt;I've been researching this since yesterday, and it appears the only "efficient" way to do this is with a 3rd part application (like milter or similar) or to run postfix in conjunction with sendmail.&lt;BR /&gt;&lt;BR /&gt;The best overall option seems to be configuring the SMTP gateway to automatically copy all mail it receives from these 2 Linux hosts to an archive folder as it forwards the message to its destination address.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your thoughts and ideas! That's what makes the ITRC forums so great  :)&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 24 May 2005 09:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550353#M17750</guid>
      <dc:creator>Brian Watkins</dc:creator>
      <dc:date>2005-05-24T09:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bcc: for each outbound sendmail message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550354#M17751</link>
      <description>I've not tried using it for this, but look at the 'virtual user table'.  You may be able to tweak that to automatically generate copy messages..&lt;BR /&gt;&lt;BR /&gt;BUt if you just want to alter the envelope.. well, yea, horrible sendmail rules..</description>
      <pubDate>Tue, 24 May 2005 10:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550354#M17751</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-24T10:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bcc: for each outbound sendmail message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550355#M17752</link>
      <description>Stuart,&lt;BR /&gt;&lt;BR /&gt;Given the large number of outbound e-mail addresses that will be processed and the frequency of those addresses changing, using a virtual users table will present a similar problem to using aliases.&lt;BR /&gt;&lt;BR /&gt;It's really starting to sound like the best solution (read: least complicated) is to have our Notes admins configure the SMTP gateway to copy all mail originating from these 2 servers to an archive folder and then forward the mail to its final destination. I don't want to end up breaking sendmail by messing with the rules and hosing everything up.&lt;BR /&gt;&lt;BR /&gt;If there are any sendmail "super-gurus" out there, they may know of a rule or macro that could do this.... &lt;HINT&gt;&lt;BR /&gt;&lt;BR /&gt;If the user count/change frequency wasn't so great, that's the way I'd probably go.&lt;/HINT&gt;</description>
      <pubDate>Wed, 25 May 2005 07:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550355#M17752</guid>
      <dc:creator>Brian Watkins</dc:creator>
      <dc:date>2005-05-25T07:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Bcc: for each outbound sendmail message</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550356#M17753</link>
      <description>sendmail mailing lists, or news groups *nod*.&lt;BR /&gt;&lt;BR /&gt;It's something I'm sure has been done before..&lt;BR /&gt;&lt;BR /&gt;Don't forget that the virtual-user-table takes wildcards.. %1 etc...</description>
      <pubDate>Wed, 25 May 2005 08:14:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-a-bcc-for-each-outbound-sendmail-message/m-p/3550356#M17753</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-25T08:14:45Z</dc:date>
    </item>
  </channel>
</rss>

