Results 1 to 1 of 1

Thread: How to track incoming and outgoing emails

  1. #1

    Smile How to track incoming and outgoing emails

    Hello,

    To set an incoming and outgoing emails forwarder for your website and want to receive a copy of any email sent out from same website at monitor@domain.com,
    You have to add following rules in your /etc/cpanel_exim_system_filter

    if $header_from contains "@domain.com" or
    if $header_to contains "@domain.com"
    then
    unseen deliver monitor@domain.com
    endif

    then restart exim service on server.


    All emails will get corrected at monitor@domain.com
    Last edited by Tukaram; 09-16-2009 at 06:18 PM.
    Regards,
    Tukaram
    System Admin
    Host.co.in

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •