Is it possible to view all email sent and received from a specific user within MDaemon?

Is it possible to view all email sent and received from a specific user within MDaemon?

The best way of doing this is to create a content filter rule to take a copy of all emails sent and received from a specific account and put this copy within a specific folder of an Administrators account.

Let’s take the scenario where Administrator user ‘John@bloggs.com’ wants to monitor an account of ‘fred@bloggs.com

STEP1


The first step is for John to create a folder within his Inbox for this monitored email to be copied to. You could use the Inbox but this would be mixed up with his own messages so it would be much better to keep the email separate.

John can do this within Outlook or via Worldclient or any other Email client that is connecting via IMAP. Please note POP3 users cannot create folders on the server and so you would have to use the Inbox.

Let’s Assume John has created a Folder in his Inbox called ‘Monitor-Fred’.

STEP2


We must create a content filter rule within MDaemon to take a copy of all emails delivered to or sent from Fred’s account. To do this we open the Content filter under Security -> Content Filter, and select ‘New Rule’.

Firstly we must give this rule a name. In this example ‘Monitor email for ‘fred@bloggs.com

Secondly, we must select the Conditions ‘If the FROM HEADER contains’ and ‘If the user-defined 1 HEADER contains’ and select the Action ‘COPY the message to FOLDER’.

Once selected you should fill in the options as shown below. For the destination folder in this example we have used the path ‘C:\MDaemon\Users\bloggs.com\John.IMAP\Monitor-Fred.IMAP’ this path points directly to the folder John created in STEP 1.



Advanced users: If you prefer you can copy the rule text below and append this to your c:\MDaemon\app\CFrules.dat file changing the rule number to the next available then edit the rule as required via Security -> Content Filter..

[Rule004]
RuleName=Monitor email for fred@bloggs.com
Enable=Yes
ThisRuleCondition=Any
ProcessQueue=BOTH
Action01=copy to dir|”C:\MDaemon\Users\bloggs.com\john\Inbox.IMAP\Monitor-Fred.IMAP\”
    • Related Articles

    • How to track an email through the MDaemon logs

      On a default installation, MDaemon will log all mail and user activity into the \MDaemon\Logs\ directory and each log file will have that days date in it’s filename in the form MDaemon-YYYY-MM-DD-<servicename>.log. Prior to tracking an email through ...
    • Creating a team shared email address using the MDaemon Ticketing System

      An common requirement in organisations that use email heavily is to have a team of people monitoring inbound emails to service email addresses such as info@…, sales@… and support@… etc. They want multiple users to be able to see and manage emails ...
    • Configuring MDaemon so that it won’t accept email over a certain size

      By default MDaemon does not limit the size of messages that can be sent or received. However, you can configure MDaemon to reject messages that are larger a specified size. This figure can be either a global or per domain value. Globally: Setup -> ...
    • Configuring Backscatter to prevent MDaemon accepting bouncebacks for emails it never sent

      Often spammers and viruses will use valid domains as sender addresses to route spam / viruses out so they don’t have to deal with the bounce backs (Backscatter) that are generated by receiving mail servers when this mail is addressed to invalid email ...
    • Creating an MDaemon mailing list

      A mailing list is a list of email addresses which can be emailed via a single email address (typically listname@company.mail). They are a useful way of sending a mailshot to a number of email addresses without having to resort to bcc’ing the message. ...