On 2014-01-23, Maxi Cooper - EGS <[email protected]> wrote:
> Hi all. My name is Maxi and this is the first time I have to do some work
> around a MTA.
>
> I use as a primary email server my Google Apps account, but I need to
> achieve something very specifiy which I cannot do with them. Therefore, I
> configured Google Apps to route certain specific emails throught my server
> instead of theirs. At this point I managed to send an email from a Google
> Groups, route it to my VPS (without SMTP auth) and have exim process it and
> send it.
>
> Now I need to modify the "From" and "Cc" and I'm lost on how to start. Been
> browsing for hours but I'm obviously lacking the basics. Emails sent from
> Google Groups come with the following headers:

> From: [email protected]
> To: [email protected]
> Cc: [email protected] (the actual legitimate destinatary of the message)

email.com and domain.com probably don't like others using their domain names 
in examples. 

> and I need them to be:
>
> From: [email protected] (a different domain which I own and manage from
> this VPS)
> To: [email protected]
> Bcc: [email protected]
>
> So, is this possible to achive? If so, could someone please point me in the
> right direction on how to address this?


It looks like all you need to do is 
copy the Cc: content to To:, and drop the Cc: header entirely
Also rewrite the from, but what about envelope sender?
Bcc isn't a header.


-- 
For a good time: install ntp

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to