Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Results 1 to 15 of 52
  1. #1
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default outgoing mails copy

    I have a strange requirement come to me from few customers who are moving from plesk to cpanel. It seems in plesk there is a feature to forward a copy of all outgoing mails send through SMTP/webmail to an email id which can be defined by the user itself. This allows administrators in companies to check what mail traffic is being using the company domain.

    I understand using exim filters something like this can be achieved, is there someone who has done something like this ? I tried searching in the forums however none of the posts seemed to have any satisfying replies/ solution.

    Any help would be appreciated.
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  2. #2
    Member
    Join Date
    Oct 2003
    Posts
    327

    Default

    MailScanner can do that. Add MailWatch and the mail doesn't need to be forwarded, you can check it on-line via a browser. Chirpy has the MailScanner frontend for CPANEL that includes a WHM backend that can integrate MailWatch.

  3. #3
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by Aric1
    MailScanner can do that. Add MailWatch and the mail doesn't need to be forwarded, you can check it on-line via a browser. Chirpy has the MailScanner frontend for CPANEL that includes a WHM backend that can integrate MailWatch.
    Thx for the reply however i am looking at a solution which doesn't include mailscanner.
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  4. #4
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    anyone with solution to this ?
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  5. #5
    Member
    Join Date
    Jan 2005
    Posts
    1,880

    Default

    A bit of a vague suggestion . . .

    If Plesk uses Exim, one would hope that the setting chosen through Plesk's interface changes something in the Exim configuration. If so, you could do the same, which would of course require a good look through the Exim documentation.

  6. #6
    NT
    NT is offline
    Member
    Join Date
    May 2004
    Location
    England, UK
    Posts
    137

    Default

    As far as I know, Plesk uses qmail.
    Nick

  7. #7
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by Vorx
    As far as I know, Plesk uses qmail.
    Yup thats what i thought.
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  8. #8
    Moderator cPanel Partner NOC Badge dgbaker's Avatar
    Join Date
    Sep 2002
    Location
    Toronto, Ontario Canada
    Posts
    2,773

    Default

    You might be able to use something like the follow I found.

    In exim.conf in system_filter.
    Code:
    if
     $sender_host_authenticated is not "" and $authenticated_id is not ""
    then
     unseen deliver ${quote:$authenticated_id}+Sent@xxxxxxxxxxxxxxxxx
    endif
    That said, chirpy would be a good one to ask.
    Regards,
    David
    Forum Moderator

  9. #9
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    I would imagine that it would indeed be the system filter that you would have to use some kind of coding , the main trick is ensuring that it is outgoing email that you are parsing and not incoming email. I would think that's what the condition statements are doing.

    Have a play with what dgbaker posted, culd well work
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  10. #10
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Thx guys, i will check it out.
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  11. #11
    cPanel Partner NOC cPanel Partner NOC Badge anton_latvia's Avatar
    Join Date
    May 2004
    Posts
    277

    Default

    anand, did you manage to make it work? For some interesting reason I also have this request from one of our dedicated server owners.
    * http://www.aleksandrov.eu/ - just a simple personal homepage.

  12. #12
    Ali
    Ali is offline
    Member
    Join Date
    Jul 2003
    Posts
    52

    Default

    Suprising as it is we have received similar requests too, customers wishing to keep a copy of Incoming and Outgoing emails exchanged via their business domains by banking/filing the mails on a specific email account.
    Best Regards,

    Ali

  13. #13
    Member
    Join Date
    Nov 2002
    Posts
    1,781
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by anton_latvia
    anand, did you manage to make it work? For some interesting reason I also have this request from one of our dedicated server owners.
    Due to some other work in hand, i had to leave this problem in as it is condition. Do post if you guys find something on this. As dgbaker and chirpy said, system filters would be the solution for the same.
    :: Anand ::

    ssh root@
    who the hell is root ???

    Cpanelappz Support Forums are up now. Register Today
    http://forums.cpanelappz.com

    WHM/cPanel API : http://whmapi.cpanelappz.com
    Cpanel Login Script : www.cpanelappz.com/cpanel-login-script.htm
    Exiscan+Clam+Exim Auto Installer : www.cpanelappz.com

  14. #14
    Member
    Join Date
    Apr 2003
    Posts
    30

    Default

    Had a request for this too, and did it successfully with a filter in /etc/antivirus.exim

    Code:
    if $sender_address is monitored@address.com
    then
     unseen deliver monitoring@address.com
    endif
    That will forward a copy of any mail sent by monitored@address.com to the monitoring@address.com mailbox. Copying the incoming mail is done easily with a standard forwarder.

  15. #15
    Zaf
    Zaf is offline
    Member
    Join Date
    Aug 2005
    Posts
    119

    Default

    Quote Originally Posted by AQHost
    Had a request for this too, and did it successfully with a filter in /etc/antivirus.exim

    Code:
    if $sender_address is monitored@address.com
    then
     unseen deliver monitoring@address.com
    endif
    That will forward a copy of any mail sent by monitored@address.com to the monitoring@address.com mailbox. Copying the incoming mail is done easily with a standard forwarder.
    I believe that would only work for one email id only...could we do it for all mail ids for a domain or all domains even?

+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Similar Threads & Tags
Similar threads

  1. Is SpamAssassin scanning outgoing mails?
    By Kent Brockman in forum E-mail Discussions
    Replies: 0
    Last Post: 07-11-2008, 06:32 PM
  2. copy of outgoing mails ???
    By furquan in forum E-mail Discussions
    Replies: 2
    Last Post: 03-15-2008, 07:13 AM
  3. extend the outgoing mails
    By Vinu007 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 01-02-2008, 08:04 AM
  4. Filter to copy outgoing e-mails.
    By Pringle9984 in forum E-mail Discussions
    Replies: 0
    Last Post: 06-26-2007, 10:13 AM
  5. Redirect outgoing mails ???
    By furquan in forum cPanel and WHM Discussions
    Replies: 6
    Last Post: 05-28-2007, 06:51 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube