I have a project that requires managing three blogs and one e-commerce site from one instance of a CMS and one db. All the sites have separate domain names. The blogs require a full set of blog features such as can be seen in Wordpress. So I'd like to find a great CMS (Drupal looks to be one, as does Mambo) that allows me to publish to all 4 sites from one place, sharing some users and some db records between all of them but not all users or all db records.
With regard to blog functionality:
I note the discussion about blog functionality in Drupal to be found in the discussion, "integrating Drupal for Bloggers" (http://drupal.org/node/9059), and take from that discussion that the blog component that comes with the core Drupal installation is meant more for allowing multiple users of a Drupal-created site to have their own space in which to express themselves, but it is not for creating full-featured blogs. Do I understand this correctly? And if so, would incorporating Drupal4Bloggers (http://james.seng.sg/wiki/wiki.cgi?Drupal_For_Bloggers) into a Drupal installation solve this problem (problem from my perspective; I understand some Drupal users are happy with Drupal's built-in Drupal solution).
With regard to managing multiple sites (blogs or otherwise):
I note that between the project, "Multisite Configuration Patch (with site-specific modules and themes)" (http://drupal.org/node/5942), and the article in the ADMINISTRATORS' GUIDE in the DRUPAL HANDBOOK, "Database table prefix (and sharing tables across instances)" (http://drupal.org/node/2622), it appears my multi-site, single CMS instance/one db issue can be neatly addressed by Drupal. Is that correct? Does anyone have successful experience doing what I need to do with Drupal in this regard?