<?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 catch all account in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496835#M16540</link>
    <description>hi Dave,&lt;BR /&gt;&lt;BR /&gt;I haven't tried the m4 from the link you sent ( I'm busy in some other jobs from last week), I'll try it when ever I'll have some spare time. &lt;BR /&gt;&lt;BR /&gt;Thnks for help</description>
    <pubDate>Sat, 02 Apr 2005 00:04:46 GMT</pubDate>
    <dc:creator>kcpant</dc:creator>
    <dc:date>2005-04-02T00:04:46Z</dc:date>
    <item>
      <title>sendmail catch all account</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496829#M16534</link>
      <description>Hi friends,&lt;BR /&gt;&lt;BR /&gt;I'm using sendmail 8.12 in a place, where the big boss wants to track all incoming and outgoing mails. for incoming mails to all users, I made it successfully by adding aliases to all reciepents, like&lt;BR /&gt;&lt;BR /&gt;abc: abc, master&lt;BR /&gt;xyz: xyz, master&lt;BR /&gt;&lt;BR /&gt;and so on, the master is the user who will get a copy of all incoming mails. problem is, how to track outgoing mails? incoming mails is solved by the above solution, but I don't have any idea to 'trap' a copy of outgoing mails.&lt;BR /&gt;&lt;BR /&gt;witing for a '10 pointer'&lt;BR /&gt;&lt;BR /&gt;thanks &amp;amp; regards</description>
      <pubDate>Thu, 03 Mar 2005 06:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496829#M16534</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-03-03T06:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail catch all account</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496830#M16535</link>
      <description>kcpant,&lt;BR /&gt;&lt;BR /&gt;Seems that this will be difficult. Look at the sendmail faq:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/faq/section4.html#4.20" target="_blank"&gt;http://www.sendmail.org/faq/section4.html#4.20&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are some unsupported hints.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Thu, 03 Mar 2005 06:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496830#M16535</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-03-03T06:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail catch all account</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496831#M16536</link>
      <description>Hi kcpant,&lt;BR /&gt;&lt;BR /&gt;   Not sure about bigboss, but usually maillog will be having all smtp related activities. Many free tools such as 'awstats' can give you log report of outgoing mails in details.&lt;BR /&gt;&lt;BR /&gt;  But need to check how you can integrate with Bigboss.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Bindumadhava.</description>
      <pubDate>Thu, 31 Mar 2005 02:43:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496831#M16536</guid>
      <dc:creator>Bindumadhava.V_1</dc:creator>
      <dc:date>2005-03-31T02:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail catch all account</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496832#M16537</link>
      <description>KC I think you are looking for something along these lines:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.geocities.com/sbmilbur/sendmail/" target="_blank"&gt;http://www.geocities.com/sbmilbur/sendmail/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;He uses a different version of sendmail 8 but you should be able to twist his config to make it work.  Not a lot of black magic, but as always when dealing with a sendmail config file, make sure to perform the ritual sacrifice of a double espresso and repeat the sacred chant, "Please work, please work, its late, and I don't want to be here anymore, so please work" and if that doesn't work there is always qmail.&lt;BR /&gt;&lt;BR /&gt;:)&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Thu, 31 Mar 2005 10:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496832#M16537</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-03-31T10:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail catch all account</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496833#M16538</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;There is something which I want to tell you ( don't be surprised), I found sendmail setup more easier than qmail. No matter people say qmail is more secure, but there are hundreds of utilities, Antivirus and scanners available for sendmail which make it at par....&lt;BR /&gt;&lt;BR /&gt;Now, about this thread, now I don't want to make happy my big boss by tracking and catching all mails of all employees( after all, everybody deserves some level of privacy :) ), so thread is open for just a curiosity if it is possible in sendmail.</description>
      <pubDate>Fri, 01 Apr 2005 00:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496833#M16538</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-04-01T00:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail catch all account</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496834#M16539</link>
      <description>Did the copyuser m4 from the link I pasted not work for you?  It worked on my workstation here, but I was using the exact same sendmail verison as the author.&lt;BR /&gt;&lt;BR /&gt;--Dave</description>
      <pubDate>Fri, 01 Apr 2005 09:51:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496834#M16539</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-04-01T09:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail catch all account</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496835#M16540</link>
      <description>hi Dave,&lt;BR /&gt;&lt;BR /&gt;I haven't tried the m4 from the link you sent ( I'm busy in some other jobs from last week), I'll try it when ever I'll have some spare time. &lt;BR /&gt;&lt;BR /&gt;Thnks for help</description>
      <pubDate>Sat, 02 Apr 2005 00:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-catch-all-account/m-p/3496835#M16540</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-04-02T00:04:46Z</dc:date>
    </item>
  </channel>
</rss>

