E ethanhoo Verified User Joined Apr 28, 2005 Messages 32 Aug 11, 2005 #1 Is there a way to monitor incoming and outgoing emails? I don't mean just logs, but the actual email message exchanged.
Is there a way to monitor incoming and outgoing emails? I don't mean just logs, but the actual email message exchanged.
E ethanhoo Verified User Joined Apr 28, 2005 Messages 32 Aug 11, 2005 #2 It's ok. I found the solution already.
Kilian Verified User Joined Aug 22, 2005 Messages 38 Location Rillaar, Belgium Aug 23, 2005 #3 Email monitoring You found it. But how do I do that? What's the solution you found?
E ethanhoo Verified User Joined Apr 28, 2005 Messages 32 Aug 23, 2005 #4 In your /etc/system_filter.exim, put if $header_recipients: does not contain [email protected] then unseen deliver [email protected] finish endif Where the email address is the one that you want a copy of the email.
In your /etc/system_filter.exim, put if $header_recipients: does not contain [email protected] then unseen deliver [email protected] finish endif Where the email address is the one that you want a copy of the email.
Kilian Verified User Joined Aug 22, 2005 Messages 38 Location Rillaar, Belgium Aug 23, 2005 #5 Ok. Thx. I'll try that.