out bound mail.
-
- Forum Regular
- Posts: 471
- Joined: Mon Dec 06, 2004 10:43 pm
out bound mail.
I need to look for emails and attachments that were sent via SMTP. Would those be logged in the maillog? If so, what do I need to look for or is the maillog only capturing inbound mail?
Clients use outlook, yes we've already looked in the sent items etc and they are clean. Looking for a trail of misconduct.
Thanks.
Clients use outlook, yes we've already looked in the sent items etc and they are clean. Looking for a trail of misconduct.
Thanks.
-
- Forum Regular
- Posts: 190
- Joined: Sun Nov 20, 2005 4:16 pm
- Location: Right Behind You!
- Contact:
The maillog would capture outbound and inbound mail, but not in that level of detail. It would only show from and to, if email was rejected, etc. What you are looking for is an email archival solution that would deliver messages to X and also store the contents elsewhere. The defaults in the system definitely don't do that.
-Andy
-
- Forum Regular
- Posts: 471
- Joined: Mon Dec 06, 2004 10:43 pm
-
- Forum Regular
- Posts: 190
- Joined: Sun Nov 20, 2005 4:16 pm
- Location: Right Behind You!
- Contact:
I know you could do so with mailscanner (back from the days when I hosted off of OpenBSD), but I'm not sure if qmail-scanner has the capability. It should be fairly simple to code something up in perl and insert it in the smtp chain for qmail if you didn't want to get fancy. Worst case is you could put something in front of the email server to archive the messages.
-Andy
-
- Forum Regular
- Posts: 471
- Joined: Mon Dec 06, 2004 10:43 pm
-
- Forum Regular
- Posts: 471
- Joined: Mon Dec 06, 2004 10:43 pm