|
|||
|
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 :: Authorised cpanel Partner NOC 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 |
|
|||
|
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.
|
|
|||
|
Quote:
__________________
:: Anand :: Authorised cpanel Partner NOC 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 |
|
|||
|
anyone with solution to this ?
__________________
:: Anand :: Authorised cpanel Partner NOC 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 |
|
|||
|
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. |
|
|||
|
Quote:
__________________
:: Anand :: Authorised cpanel Partner NOC 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 |
|
||||
|
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
__________________
Regards, David Forum Moderator Alternate Support? http://www.cpanelhosts.com Looking for a server? http://www.myvirtualhosting.com Get Dedicated in Toronto at MVH. We are a licensed cPanel PartnerNoc |
|
||||
|
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 cPanel Forum Moderator 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 |
|
|||
|
Thx guys, i will check it out.
__________________
:: Anand :: Authorised cpanel Partner NOC 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 |
|
||||
|
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. |
|
|||
|
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 |
|
|||
|
Quote:
__________________
:: Anand :: Authorised cpanel Partner NOC 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 |
|
|||
|
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 |
|
|||
|
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|