On 2019-02-01, Nick via Exim-users <[email protected]> wrote:
> Good day!
>
> I'm new to exim, and MTA in general. I have a task to split emails with 
> multiple recipients in "to/cc/bcc" fields into separate emails, one recipient 
> - one email, for confidential purposes, so that only the recipient sees him 
> self as the only one in the "To:" field. Is this doable at all? Did not make 
> any change to the config, just a fresh install.


In the SMTP transport responsible for delivery add the following settings:

     max_rcpt=1
     headers_remove=to:cc:bcc
     headers_add=To: $local_part@$domain

-- 
  When I tried casting out nines I made a hash of it.

-- 
## 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