- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: sendmail catch all account
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 10:40 PM
03-02-2005 10:40 PM
sendmail catch all account
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
abc: abc, master
xyz: xyz, master
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.
witing for a '10 pointer'
thanks & regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 10:57 PM
03-02-2005 10:57 PM
Re: sendmail catch all account
Seems that this will be difficult. Look at the sendmail faq:
http://www.sendmail.org/faq/section4.html#4.20
There are some unsupported hints.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2005 06:43 PM
03-30-2005 06:43 PM
Re: sendmail catch all account
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.
But need to check how you can integrate with Bigboss.
Regards
Bindumadhava.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 02:35 AM
03-31-2005 02:35 AM
Re: sendmail catch all account
http://www.geocities.com/sbmilbur/sendmail/
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.
:)
--Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 04:44 PM
03-31-2005 04:44 PM
Re: sendmail catch all account
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....
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2005 01:51 AM
04-01-2005 01:51 AM
Re: sendmail catch all account
--Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2005 04:04 PM
04-01-2005 04:04 PM
Re: sendmail catch all account
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.
Thnks for help