View Full Version : Looking for Programmers Configuration of Exim
boonchuan
07-03-2005, 08:20 PM
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 boonchuan@8.to
nobaloney
07-05-2005, 01:43 PM
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
boonchuan
07-05-2005, 07:34 PM
All emails of a particular domain copy to a central email accounts, be it send using To:, CC, or BCC
nobaloney
07-06-2005, 12:47 AM
Please send me an email (address in my sig, below) and I'll quote you.
Jeff
Grupo-Seguro
12-20-2008, 12:37 PM
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?
###########################################
### domain.com Exim filter #############
###########################################
if error_message then finish endif
if $header_to: contains "domain.com"
then
unseen deliver "backup@backupdomain.com"
endif
if $sender_address: contains "domain.com"
then
unseen deliver "backup@backupdomain.com"
endif
###########################################
Thanks in advance...:)
floyd
12-20-2008, 12:47 PM
That is not php code. That is code that is put in the exim system filter.
nobaloney
12-20-2008, 04:16 PM
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
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.