I don't understand. how do you do for other email (normal mail, not the
bcc copies)? it also has the oiginal sender.
> So my question is: is there a way to tell postfix to use maybe something
> like another smtp service for recipient_bcc_maps, such as maybe msmtp2
> which i can configure to use a default account to send these mails over?
use a specific domain for the bcc (such as @bcc.exaample.com) so that
you can use transport_maps. you can use generic maps to rewrite the
address (remove bcc part for example) if you need to do so.
> Or are there any options possible in recipient_bcc_maps to give msmtp
> the parameters manually (such as --from=def...@abc.com) ?
see above. the idea is to encode such information in the recipient
address (and remove it at some time if necessary).
>> So my question is: is there a way to tell postfix to use maybe something
>> like another smtp service for recipient_bcc_maps, such as maybe msmtp2
>> which i can configure to use a default account to send these mails over?
>
> use a specific domain for the bcc (such as @bcc.exaample.com) so that
> you can use transport_maps. you can use generic maps to rewrite the
> address (remove bcc part for example) if you need to do so.
>
>> Or are there any options possible in recipient_bcc_maps to give msmtp
>> the parameters manually (such as --from=def...@abc.com) ?
>
> see above. the idea is to encode such information in the recipient
> address (and remove it at some time if necessary).
>
So i use recipient_bcc_maps to send it to a specific domain, and
transport_maps to give the necessary options for that? Ok, will try that,
thankya ;)