Looking for Programmers Configuration of Exim

boonchuan

Verified User
Joined
Dec 23, 2004
Messages
116
I am looking for programmers to configure the Exim such that all emails, TO, CC or BCC can be send to a central email account. Anyone interested please email me the quote direct to [email protected]
 
Are you asking for all emails to the server, or all emails to a specific domain?

Are you asking for forwards, or for copies?

Jeff
 
All emails of a particular domain copy to a central email accounts, be it send using To:, CC, or BCC
 
Please send me an email (address in my sig, below) and I'll quote you.

Jeff
 
Help!

Please send me an email (address in my sig, below) and I'll quote you.

Jeff

I want to know if it's possible to make a copy of all emails sent to or received by a domain under DirectAdmin and send them to another email in this domain or another external email.

My question are, The solution is in the forum?

I am looking for and found only something about php code. Is that it?
PHP:
########################################### 
### domain.com Exim filter ############# 
########################################### 
if error_message then finish endif 
if $header_to: contains "domain.com" 
then 
unseen deliver "[email protected]" 
endif  

if $sender_address: contains "domain.com" 
then 
unseen deliver "[email protected]" 
endif 
###########################################

Thanks in advance...:)
 
That is not php code. That is code that is put in the exim system filter.
 
Grupo-Seguro,

You're misusing the quote from my post; I wrote that in direct response to a request for a quote to write such code, about 3-1/2 years ago. The original poster wanted a quote.

You appear to only want an answer to your questions:
I want to know if it's possible to make a copy of all emails sent to or received by a domain under DirectAdmin and send them to another email in this domain or another external email.

My question are, The solution is in the forum?
Yes, it's possible. And yes, I believe this has been discussed in these forums several times in the last 3-1/2 years.

Jeff
 
Back
Top