CMC won't override anything.
If you don't want to send a mail to the users, then you'll need to hack the code.
administrator\components\com_cmc\controllers\users.php on line 208 you have:
$status = $chimp->listBatchSubscribe($list, $batch);
change it to
$status = $chimp->listBatchSubscribe($list, $batch, false);
This way your users won't receive a mail asking them to confirm their subscription to your list.
After you do the change go to users -> then select the option to add users to mailchimp. Select the user groups you want added to mailchimp and click the "go" button.
Once the users are added, go the sync button and sync your users.
Regards,
Daniel