Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cpanel:email-archiving [2010-05-28 23:37:16]
garrett.plasky
cpanel:email-archiving [2010-05-28 23:40:45]
garrett.plasky
Line 8: Line 8:
 In this new file, insert the following at the bottom, modifying **domain.com** to the domain of your choosing and the email addresses appropriately as well: In this new file, insert the following at the bottom, modifying **domain.com** to the domain of your choosing and the email addresses appropriately as well:
  
-<q>#Incoming/Outgoing Email Archiving+<code>#Incoming/Outgoing Email Archiving
 if ("$h_to:, $h_cc:, $h_bcc" contains "domain.com") if ("$h_to:, $h_cc:, $h_bcc" contains "domain.com")
 then then
Line 17: Line 17:
 then then
   unseen deliver "outgoing@domain.com"   unseen deliver "outgoing@domain.com"
-endif</q>+endif</code>
  
 Finally, we need to modify the default Exim filter file in the WHM so that this new file is used. Go to //Main >> Service Configuration >> Exim Configuration Editor// and modify the **System Filter File** line; save. Finally, we need to modify the default Exim filter file in the WHM so that this new file is used. Go to //Main >> Service Configuration >> Exim Configuration Editor// and modify the **System Filter File** line; save.