Operating System - Linux
1829596 Members
2203 Online
109992 Solutions
New Discussion

Re: sendmail catch all account

 
kcpant
Trusted Contributor

sendmail catch all account

Hi friends,

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
PreSales Specialist
6 REPLIES 6
Bojan Nemec
Honored Contributor

Re: sendmail catch all account

kcpant,

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

Re: sendmail catch all account

Hi kcpant,

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.
Dave Falloon
Trusted Contributor

Re: sendmail catch all account

KC I think you are looking for something along these lines:

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
Clothes make the man, Naked people have little to no effect on society
kcpant
Trusted Contributor

Re: sendmail catch all account

Hi Dave,

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.
PreSales Specialist
Dave Falloon
Trusted Contributor

Re: sendmail catch all account

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.

--Dave
Clothes make the man, Naked people have little to no effect on society
kcpant
Trusted Contributor

Re: sendmail catch all account

hi Dave,

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
PreSales Specialist