-- modified bongoagent.h to use CONFIGFILE to determine when the BongoGlobals is defined as extern and not. this prevents a build error in store
-- re-worked aliases to work more constently and dropped the idea of hosted vs global domains, (mapping-type)
-- MsgParseAddress now strdups the local_part if no domain is on the address.
-- changed a ton of XplConsolePrintf() statements to Log() statements
-- a couple of general housekeeping issues
-- fixed smtp to be more robust in its queue connection startup. i was seeing issues where it wouldn't connect because the store wasn't up yet. this should fix that