Custom Redirect After Account Creation

By default, a user is automatically redirected to a "welcome page" after his/her account is created. I would like to modify this behaviour. Specifically, I would like to redirect a user to the portal home page after his/her account is created. Is this possible? If so, how might one implement this customization?
Thanks,
John

Problem solved.
The condition was wrong and anyway it seems that Primary Contact is never NULL.

Similar Messages

  • Primary Contact check after account creation

    Hi,
    I want to check that the primary contact exists after account creation. I have created a workflow that check if the primary contact is null
    IfNull([<PrimaryContactFullName>],True)
    and wait 2 minutes before sending an email. The problem is that the email is always sended, without caring if the previous condition is true or false, even if I have used the re-evaluation flag.
    Does anybody the reason of this behaviour?
    Thanks in advance

    Problem solved.
    The condition was wrong and anyway it seems that Primary Contact is never NULL.

  • Add BP in a target group at account creation

    Hello experts !
    I'd like to know how in java or ABAP I could automatically add a BP in a target group when the account is created. The BP should after that use a campaign code associated with the target group, immediately after account creation.
    Thank you for your help !
    Julien

    Hi Julien,
    You will have to either create a custom program which gets triggered whenever there is any new BP created and then that program should execute the refresh of the target group.
    Or you setup the frequency of the Target group refresh in background to to say hourly.
    I am sorry i don;t see any other solution approach to this.
    rgrds,
    Randhir
    Edited by: Randhir Soni on Jun 17, 2011 4:28 PM

  • Account of the opportunity is not populated after the creation of a task

    Hi,
    In our project, we are using the Opportunity Object after the creation of a task. Our tasks are always related to an existing account.
    I was wondering why when I create an opportunity from a task, the field "Account Name" is not populated by default with the account name related to the task.
    Any ideas?
    Regards,
    Dara
    Edited by: user6469826 on 2 août 2011 11:40

    Contact an electronics repair shop.

  • Automatic creation of Credit customer management after XD01

    Hi,
    What is the customizing needed to generate automatically the Credit customer management (FD32) after the creation of customer master data (XD01) ?
    Please hep
    Regards.

    Make default setting in transaction OB45
    Regards,
    SDNer

  • Creation of New Special GL Indicator for customer long term accounts

    Hi Experts,
    We have a GL account (GL111) created for Long term accounts. this is a reconciliation account for customer. However, we have another GL account (GL222) assigned to our customer group this account is being invoiced for some expenses. Because of this we cannot assing GL111 to customer master data.
    We need to post in the same customer expense and loans. How can we create a new special gl indicator that will allow the posting from GL222 to GL111?
    Any inputs are very much appreciated. Thank you very much.

    Hi,
         Creating Own Special G/L Transactions: Specify  (OBYR-T.CODE)
    -  The account type for which the special G/L indicator is to apply
    -  Posting keys (for outgoing and incoming debit and credit postings)
    -  How it is posted
    - Properties for each special G/L indicator (noted item, relevance for the credit limit check, Warning message for liabilities and target special G/L indicator)
    -  transaction type (bill of exchange, down payment etc.).
    EXP:Go to T.code: OBYR path: Financial Accounting (New)>Accounts Receivable and Accounts Payable>Business Transactions>Down Payment Made>Define Alternative Reconciliation Account for Down Payments click on Define Alternative Reconciliation Account for Down Payments and click on double click on K F Pmt req Down Payment Requests and click on Properties (F8) and tick the Noted items ,Target sp.G/L ind. AIMB1 and save .
    Regards
    Sridhar
    Edited by: sridhar.shetty on Feb 28, 2012 1:21 PM

  • Send Email on User Account Creation in OIM 11g

    Hi All,
    We are working on email notifications for the user account creation. we followed the following procedure:
    1) Creation of email template
    2) Creation of resource object
    3) Creation of notification process
    4) Create Customer Rule
    5) Create Customers Role and Assign Rule
    6) Create Access Policy.
    After assigning AD account to the user we are getting following errors..
    1> Class/Method: tcEmailNotificationUtil/parseEmail encounter some problems: Data Access Error
    Supplemental Detail com.thortech.xl.dataaccess.tcDataSetException: Data Access Error
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:952)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1523)
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:903)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1490)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.parseEmail(tcEmailNotificationUtil.java:1213)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:235)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:269)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3765)
    2> *Class/Method: tcEmailNotificationUtil/sendEmail encounter some problems: [EOF]*
    Supplemental Detail javax.mail.MessagingException: [EOF]
    at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1481)
    at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1512)
    at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1054)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:634)
    at javax.mail.Transport.send0(Transport.java:189)
    at javax.mail.Transport.send(Transport.java:118)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.sendEmail(tcEmailNotificationUtil.java:850)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3782)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostUpdate(tcScheduleItem.java:741)
    3) And I am also getting error related to FAX like..
    select Fax from orc orc, usr usr where usr.usr_key=orc.usr_key and orc.orc_key =293
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:856)
    4) Class/Method: tcDataBase/readPartialStatement encounter some problems: ORA-00904: "FAX": invalid identifier
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    Plaese provide quick resolution to our issue..
    It will be very helpful to us.
    Thanks

    Thanks alot.I have configured this requirement.
    Regards
    A Abhinay

  • Windows 8 Sysprep - Can't skip local account creation and autologon fails, wrong admin password.

    Using Windows 8 x64 Enterprise, Sysprep pauses to ask me to create a local user, which I don't want.
    If I enable SkipSystemOOBE and SkipUserOOBE in OOBE under Microsoft-Windows-Shell-Setup sysprep (in oobe mode) will skip user creation and autologon works.  But it only works correctly once.  If I run sysprep again, when it tries to autologon
    it will say that I have the wrong password for the local account.  After I type in the password manually it works.  If I use the same password for the local administrator account as for the autologon account, it looks to have the encrypted password
    twice with an equal sign after it.
    What I need to know:
    How to skip local user account creation (we run on a domain but I have it connect through scripts later)
    How to fix the autologon issue
    Do I need the local administrator account enabled for this to work?
    I have my unattend.xml file attached.
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AutoLogon>
    <Password>
    <Value>[removed]</Value>
    <PlainText>false</PlainText>
    </Password>
    <Username>[removed]</Username>
    <LogonCount>2</LogonCount>
    <Enabled>true</Enabled>
    </AutoLogon>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <Order>1</Order>
    <CommandLine>c:\folder\abatchfile.bat</CommandLine>
    <RequiresUserInput>false</RequiresUserInput>
    </SynchronousCommand>
    </FirstLogonCommands>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <NetworkLocation>Work</NetworkLocation>
    <HideLocalAccountScreen>true</HideLocalAccountScreen>
    <ProtectYourPC>3</ProtectYourPC>
    </OOBE>
    <TimeZone>Eastern Standard Time</TimeZone>
    <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
    <RegisteredOrganization>Company Name</RegisteredOrganization>
    <RegisteredOwner>CompanyName</RegisteredOwner>
    </component>
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <UserLocale>en-US</UserLocale>
    <UILanguage>en-US</UILanguage>
    <SystemLocale>en-US</SystemLocale>
    <InputLocale>en-US</InputLocale>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ComputerName>*</ComputerName>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:[removed]/sources/install.wim#Windows 8 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    The user accounts-creation page in Windows Welcome is suppressed if a user or a group is added to a local security group. Add a user or a group to a local security group by doing one of the following:
    Create a local user.
    Add a domain user to a local security group with the Microsoft-Windows-Shell-Setup | UserAccounts unattended installation setting.
    To suppress the user accounts-creation page in Windows Welcome, without creating a local user, use one of the following workarounds:
    Workaround 1
    If the computer is already joined to a domain, use the following XML example to add the Domain Users security group to the Local Users security group.
    <DomainAccounts>
     <DomainAccountList wcm:action="add">
      <DomainAccount wcm:action="add">
      <Group>Users</Group>
      <Name>Domain Users</Name>
      </DomainAccount>
      <Domain>FabrikamDomain</Domain>
      </DomainAccountList>
    </DomainAccounts>
    Because joining a domain automatically adds the Domain Users security group to the Local Users security group, the DomainAccounts command does not affect the membership of the Local Users group. However, using this XML example to join a domain will also suppress
    the user accounts-creation page in Windows Welcome.
    Workaround 2
    Use the Sysprep/Quit command to set the following registry value to 1:
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OOBE\UnattendCreatedUser
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Sale order 'value changes' after invoice creation

    Experts,
    A sale order was created / shipped / invoiced. The invoice did not go to accounting because of credit auth error. We have a procedure to fix it and then release it to accounting (transaction VFX3). All OK until this point.
    While fixing the auth error, an user changed the freight condition value in the sale order. Then invoice is released to accounting. Now, the value of freight in order and invoice match. How is it possible to change the value of an invoice after its creation?
    Any input would be appreciated.
    UV

    when the value is changed in the sale order, it would automatically transfer
       the new pricing to the existing open SD invoice pending accounting entry??
    Certainly not.  The control is in VTFL where if you select the billing item category for the combination of your delivery type and billing type, you can see a field "Pricing Type".  If you maintain any value other than "B", system will copy the price from sale order to billing and you can, as I said above, can change manually in billing.  On the other hand, if you have maintained "B" in the above field, system will not  consider sale order price but will check your pricing condition maintained in VK11 which you can check in VK12 or VK13.
    thanks
    G. Lakshmipathi

  • Flat File Active Sync doesn't work for account creation without unique id

    Hi,
    I'm trying to set up a FlatFileActiveSync for creation and update of accounts in IDM 7.0. I've followed the below steps for this purpose :-
    1) Create a correlation rule (confirmation rule not reqd in my case).
    2) Create a proxy admin and assign him a empty form. Also give him control over Top organisation.
    3) Create a Flat-File Resource Adapter.
    4) Create ActiveSync input form using the (Active Sync) wizard.
    5) Start Active Sync...
    My feed file contains only 3 fields firstname, lastname, email Id.
    My correlation rule has the logic of matching up with IDM accounts(Lighthouse accountId) by taking first letter of firstname and concat with lastname from the data coming from feed file.
    Now everything works fine for account updates i.e. if I change somebody's email Id who already exists in IDM I can actually see the changed email Id in Configurator's console.
    But if I put in a record that doesn't exist, and which I expect to be created, it gives me an error.
    Although, if I introduce a unique identifier in my feed file and link it with Lighthouse.accountId the account creation works fine.
    Is this a limitation or I'm not doing something right ?
    Exception I saw in resource log with log level 4 :
    2007-04-30T10:02:12.291-0400: Error Processing Line: {lastname=Pogu, firstname=Gogu, [email protected]}
    com.waveset.adapter.iapi.IAPIException: There was a conflict with the record [{lastname=Pogu, firstname=Gogu, [email protected]}]
    and no resolution process has been specified on the adapter.
    It is recommended that you define the process for handling unmatched accounts
    on this load process.
    2007-04-30T10:02:12.292-0400: Poll complete.
    2007-04-30T10:02:12.292-0400: SARunner: loop 1076
    2007-04-30T10:02:12.314-0400: Started, paused until Mon Apr 30 10:07:12 EDT 2007
    2007-04-30T10:07:12.024-0400: Pause completed
    2007-04-30T10:07:12.038-0400: Polling
    2007-04-30T10:07:12.056-0400: Error Processing Line: {lastname=Poker, firstname=Hoker, [email protected]}
    com.waveset.adapter.iapi.IAPIException: There was a conflict with the record [{lastname=Poker, firstname=Hoker, [email protected]}]
    and no resolution process has been specified on the adapter.
    It is recommended that you define the process for handling unmatched accounts
    on this load process.

    That logic is in my correlation rule as I specified in my initial post and here's the XPRESS code for it :-
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE Rule PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <!-- MemberObjectGroups="#ID#Top" description="Find out if a resource account is correlated to an IDM account" id="#ID#D23CC16ECF6E5D42:-4527465C:11224925657:-769F" lastMod="61" lastModifier="Configurator" name="HR_DB_CORR" subtype="SUBTYPE_ACCOUNT_CORRELATION_RULE"-->
    <Rule subtype='SUBTYPE_ACCOUNT_CORRELATION_RULE' id='#ID#D23CC16ECF6E5D42:-4527465C:11224925657:-769F' name='HR_DB_CORR' creator='Configurator' createDate='1177449448746' lastModifier='Configurator' lastModDate='1177686884156' lastMod='61'>
    <Description>Find out if a resource account is correlated to an IDM account</Description>
    <cond>
    <and>
    <notnull>
    <ref>firstname</ref>
    </notnull>
    <notnull>
    <ref>lastname</ref>
    </notnull>
    </and>
    <block>
    <concat>
    <substr>
    <ref>firstname</ref>
    <i>0</i>
    <i>1</i>
    </substr>
    <ref>lastname</ref>
    </concat>
    </block>
    <s>false</s>
    </cond>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </Rule>
    Although this is not specified in Active Sync input form but in the correlation rule attribute of Active Sync config (using the wizard). Do I need to specify it there using the Field function.
    Also, I figured out today that I needed to restart IDM instance after changing the value of "Create Unmatched Accounts" flag and now the error is as below :-
    <WavesetResult>
    <ResultItem type='error' status='error'>
    <ResultError throwable='com.waveset.util.WavesetException'>
    <Message id='SES_VIEW_CHECKIN_ERROR'>
    </Message>
    <StackTrace>com.waveset.util.WavesetException: Unable to checkin view. No account ID specified.&#xA;&#x9;at com.waveset.view.UserViewer.checkinView(UserViewer.java:1165)&#xA;&#x9;at com.waveset.object.ViewMaster.checkinView(ViewMaster.java:727)&#xA;&#x9;at com.waveset.sync.IAPIUserImpl.processCommand(IAPIUserImpl.java:526)&#xA;&#x9;at com.waveset.sync.IAPIUserImpl.submitCreate(IAPIUserImpl.java:195)&#xA;&#x9;at com.waveset.sync.IAPIUserImpl.submit(IAPIUserImpl.java:749)&#xA;&#x9;at com.waveset.adapter.FlatFileActiveSyncAdapter.processLine(FlatFileActiveSyncAdapter.java:404)&#xA;&#x9;at com.waveset.adapter.FlatFileActiveSyncAdapter.processFlatFile(FlatFileActiveSyncAdapter.java:350)&#xA;&#x9;at com.waveset.adapter.FlatFileActiveSyncAdapter.poll(FlatFileActiveSyncAdapter.java:307)&#xA;&#x9;at com.waveset.task.SARunner.doRealWork(SARunner.java:288)&#xA;&#x9;at com.waveset.task.Executor.execute(Executor.java:154)&#xA;&#x9;at com.waveset.task.TaskThread.run(TaskThread.java:132)&#xA;</StackTrace>
    </ResultError>
    </ResultItem>
    </WavesetResult>

  • How to: Redirect after document adding to a sharepoint document library

    i need to redirect the current user to a custom url after successfully uploading a document.
    the user clicks "+ new document" in the document library
    the user selects a local document
    the document gets uploaded and in that moment after it is successfully uploaded and the item is created in the list, i want to redirect the user to a custom url
    Normally after successfully uploading a document to a document library under SharePoint 2010, the user gets a modal dialog where he sees only the field "Name" with the filename.
    I want to prevent this. How could i achieve this?
    best regards
    Yavuz

    Thanks for the replies, but that is not i was searching for.
    For example:
    the user clicks "+ new document" in the document library
    the user selects a local document
    the document gets uploaded and in that moment after it is successfully uploaded and the item is created in the list, i want to redirect the user to a custom url. On my system i get the Edit.aspx form ->
    i don't want this!!
    Normally after successfully uploading a document to a document library under SharePoint 2010, the user gets a modal dialog where he sees only the field "Name" with the filename.
    I would like to do this inside an eventreceiver.
    After the document is successfully added to the library i would like to redirect the user directly to another page.
    I hope this clearifies my problem :)

  • Defaulting Language in Address of Account Creation Page by Configuration

    Hi,
    We have a requirement where in we need to Default the Language field to EN in the Address Details of the BP in the Account Creation Page.
    Technically, this can be achieved either by implementing the BADI or SET method of the attributes.
    Can anyone please let us know, if this can be achieved by any Configuration step rather than drilling down till the technical level.
    Thanks in Advance!
    Regards
    Veena Nadipalli

    Veena,
    This is not a standard possibility in configuration.
    What you could do is indeed enhance the view to[ retrieve the default values and set them|http://blog.acorel.nl/2010/09/adding-default-values-to-search-screen.html].
    If you want to differ the value for instance based on the business role, you can use the [parameters |http://blog.acorel.nl/2011/06/usage-of-custom-businessrole-parameters.html] that can be added to the businessrole.
    Hope this helps.
    Regards,
    Pieter Rijlaarsdam

  • In FBl5n (after accounting process) exchange rate gets change

    Dear Experts ,
    I am  facing 
    issue regarding in FBl5n (after accounting process) exchange rate
    gets change.
    Due to this, there is a difference in billing
    amount.
    According to the KBA 1481328, If there is a manual entry in
    the sales order field VBKD-KURRF (Goto -> Header -> Accounting),
    then it is copied into VBRK-KURRF. Otherwise VBRK-KURRF is determined during
    invoice creation from the currency tables (Transactions: OB08, OB07 and
    OB22) according to the billing date.
    It is supposed that manual entry has higher priority.
    Why system is
    fetching the exchange rate from OB08 when manual entry has first priority?
    Kindly Advice.
    Regards,
    Shachi

    First of all, you got the KBA number wrong. It is a KBA 1481238 - How are different exchange rates (Price, FI postings and Conditions) determined in billing documents, not SAP Note 1481328.
    Now, if you manually change the exchange rate in sales order(SO - Goto - Header - Accounting), as per standard this will not be able impact your pricing. As the system always uses the local currency to convert currencies.
    For further detail refer SAP Note 123298 - Euro: Conversion of document currency in sales&distribution. That can be helpful in understanding the standard behaviour and solution to the same.
    In addition to that from Sales Order to Billing, we have copying control field for "Price Exchange Rate Type" which can impact the result for exchange rate determination. Where the option available are:
    A - Copy from sales order
    B - Price exchange rate = Accounting rate
    C - Exchange rate determination according to billing date
    D - Exchange rate determination according to pricing date
    E - Exchange rate determination according to current date
    F - Exch.rate determination accord.to date of services rendered
    Thanks, JP

  • How to configure a required field in the Vendor Account Creation?

    Hello,
    Good day to all!
    Please kindly help me change the set up for Transaction FK01: Create Vendor. I need to set the field for Withholding Tax Number as a 'Required' field during creation of vendor account for local vendors only. How can I be able to do that? Please advise.
    Thank you so much in advance..
    April

    This should have been posted in the SCM forum. Anyway, here is the path in config(tcode SPRO).
    Implementation Guide for R/3 Customizing (IMG)
    -->Financial Accounting
       -->Accounts Receivable and Accounts Payable
          -->Vendor Accounts
             -->Master Records
                -->Preparations for Creating Vendor Master Records
                   -->Define Account Groups with Screen Layout (Vendors)
    Once you choose this option, you will be presented with a screen where you have to choose an account group and click the display icon. In the next screen, under the 'Edit Status' section, double click on 'Company Code Data' and then in the next screen double click on 'W/holding tax data, w/h tax 2'. Here you can change the attributes to make it required.
    Srinivas

  • Mail 4.2 crashes on pop / smtp account creation

    After not having any success with the mac os x 10.5.8 which screwed up my mail app, I updated the entire system to SL 10.6.2 with all the latest updates, guess what now... the mail does not even get past the account creation process for my pop and smtp account and it crashes.
    Any updates on this subject as this is really getting seriously annoying. The only reason I dumped windows is the reliability of Mac os x but this is BS!!.
    Crashing occurs when creating the authentication details for the smtp, since according to the mail app the mail app cannot create the account cause the password is not sent out securely so either options of leaving it unsecure or secure crashes the app.
    Here is the log file after the crash.
    Process: Mail [300]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.2 (1077)
    Build Info: Mail-10770000~4
    Code Type: X86-64 (Native)
    Parent Process: launchd [89]
    Date/Time: 2010-01-16 03:23:29.354 +0300
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 1948 sec
    Crashes Since Last Report: 4
    Per-App Interval Since Last Report: 1053 sec
    Per-App Crashes Since Last Report: 4
    Anonymous UUID: B6E8C13E-2C6A-41E6-ADA0-3DD92EA4683F
    Exception Type: EXCBADINSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    -[AccountSetupValidator _validate]
    objc[300]: alt handlers in objc runtime are buggy!
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x00007fff83b228b7 objcfatal + 238
    1 libobjc.A.dylib 0x00007fff83b2357c objc_addExceptionHandler + 1026
    2 com.apple.CoreFoundation 0x00007fff86e51562 _CFDoExceptionOperation + 402
    3 com.apple.AppKit 0x00007fff82a74707 -[NSViewHierarchyLock lockForReadingWithExceptionHandler:] + 478
    4 com.apple.AppKit 0x00007fff82bc5cf6 -[NSConcreteTextStorage _lockForReading] + 243
    5 com.apple.AppKit 0x00007fff82b9fbc0 -[NSLayoutManager(NSPrivate) _fillGlyphHoleForCharacterRange:startGlyphIndex:desiredNumberOfCharacters:] + 320
    6 com.apple.AppKit 0x00007fff82aa0806 _NSFastFillAllGlyphHolesForGlyphRange + 719
    7 com.apple.AppKit 0x00007fff82aaf468 _NSFastFillAllLayoutHolesForGlyphRange + 1414
    8 com.apple.AppKit 0x00007fff82aae6af -[NSLayoutManager(NSPrivate) _firstPassGlyphRangeForBoundingRect:inTextContainer:okToFillHoles:] + 473
    9 com.apple.AppKit 0x00007fff82aad9a1 -[NSLayoutManager(NSPrivate) _glyphRangeForBoundingRect:inTextContainer:fast:okToFillHoles:] + 685
    10 com.apple.AppKit 0x00007fff82aad6f2 -[NSLayoutManager glyphRangeForBoundingRect:inTextContainer:] + 80
    11 com.apple.AppKit 0x00007fff82bc4d3b -[NSTextView drawRect:] + 1302
    12 com.apple.AppKit 0x00007fff82bc45e6 -[NSTextView _drawRect:clip:] + 2343
    13 com.apple.AppKit 0x00007fff82b4bc21 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325
    14 com.apple.AppKit 0x00007fff82b4bf8b -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    15 com.apple.AppKit 0x00007fff82b4bf8b -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
    16 com.apple.AppKit 0x00007fff82b4a2f3 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 767
    17 com.apple.AppKit 0x00007fff82b4b1bf -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    18 com.apple.AppKit 0x00007fff82b4b1bf -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    19 com.apple.AppKit 0x00007fff82b4b1bf -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    20 com.apple.AppKit 0x00007fff82b4b1bf -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    21 com.apple.AppKit 0x00007fff82b4b1bf -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    22 com.apple.AppKit 0x00007fff82b4b1bf -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    23 com.apple.AppKit 0x00007fff82b4b1bf -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    24 com.apple.AppKit 0x00007fff82b4b1bf -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    25 com.apple.AppKit 0x00007fff82b4b1bf -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4555
    26 com.apple.AppKit 0x00007fff82b49e17 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
    27 com.apple.AppKit 0x00007fff82b466bf -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
    28 com.apple.AppKit 0x00007fff82abff37 -[NSView displayIfNeeded] + 969
    29 com.apple.AppKit 0x00007fff82abadde _handleWindowNeedsDisplay + 678
    30 com.apple.Foundation 0x00007fff81a3ca39 __NSFireTimer + 114
    31 com.apple.CoreFoundation 0x00007fff86e45a58 __CFRunLoopRun + 6488
    32 com.apple.CoreFoundation 0x00007fff86e43c2f CFRunLoopRunSpecific + 575
    33 com.apple.HIToolbox 0x00007fff867dca4e RunCurrentEventLoopInMode + 333
    34 com.apple.HIToolbox 0x00007fff867dc853 ReceiveNextEventCommon + 310
    35 com.apple.HIToolbox 0x00007fff867dc70c BlockUntilNextEventMatchingListInMode + 59
    36 com.apple.AppKit 0x00007fff82a901f2 _DPSNextEvent + 708
    37 com.apple.AppKit 0x00007fff82a8fb41 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    38 com.apple.AppKit 0x00007fff82a55747 -[NSApplication run] + 395
    39 com.apple.AppKit 0x00007fff82a4e468 NSApplicationMain + 364
    40 com.apple.mail 0x0000000100002150 0x100000000 + 8528
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff85c38bba kevent + 10
    1 libSystem.B.dylib 0x00007fff85c3aa85 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff85c3a75c dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff85c3a286 dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff85c39bb8 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff85c39a55 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff85c1fe3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff85c204ad mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff86e447a2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff86e43c2f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff81a21a24 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff81a21903 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff872dca89 -[RSSInterchange _runManager] + 1445
    7 com.apple.Foundation 0x00007fff819e6e99 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff85c58f8e pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff85c58e41 thread_start + 13
    Thread 3: JavaScriptCore: FastMalloc scavenger
    0 libSystem.B.dylib 0x00007fff85c5a9ee _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff85c5e7f1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff86d7b2b3 ***::TCMalloc_PageHeap::scavengerThread() + 515
    3 com.apple.JavaScriptCore 0x00007fff86d7b2f9 ***::TCMalloc_PageHeap::runScavengerThread(void*) + 9
    4 libSystem.B.dylib 0x00007fff85c58f8e pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff85c58e41 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff85c1fe3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff85c204ad mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff86e447a2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff86e43c2f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff81a21a24 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff81a21903 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff8730f76c +[_NSSocket _runIOThread] + 78
    7 com.apple.Foundation 0x00007fff819e6e99 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff85c58f8e pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff85c58e41 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff85c639e2 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff86e66242 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff85c58f8e pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff85c58e41 thread_start + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff85c1fe3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff85c204ad mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff86e447a2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff86e43c2f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff81a664cf +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff819e6e99 _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff85c58f8e pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff85c58e41 thread_start + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff85c5a9ee _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff85c5a87d nanosleep + 148
    2 libSystem.B.dylib 0x00007fff85c5a7e7 usleep + 57
    3 com.apple.AppKit 0x00007fff82bdb56a -[NSUIHeartBeat _heartBeatThread:] + 1540
    4 com.apple.Foundation 0x00007fff819e6e99 _NSThread__main_ + 1429
    5 libSystem.B.dylib 0x00007fff85c58f8e pthreadstart + 331
    6 libSystem.B.dylib 0x00007fff85c58e41 thread_start + 13
    Thread 8: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff85c1fe82 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff85c253cd pthreadmutexlock + 469
    2 com.apple.Foundation 0x00007fff819e772f -[NSLock lock] + 175
    3 com.apple.AppKit 0x00007fff82be15df __-[NSUIHeartBeat updateHeartBeatState]block_invoke2 + 47
    4 com.apple.Foundation 0x00007fff81a1f7d9 -[NSBlockOperation main] + 140
    5 com.apple.Foundation 0x00007fff81a1006d -[__NSOperationInternal start] + 681
    6 com.apple.Foundation 0x00007fff81a0fd23 ___startOperations_block_invoke2 + 99
    7 libSystem.B.dylib 0x00007fff85c5bce8 dispatch_call_block_andrelease + 15
    8 libSystem.B.dylib 0x00007fff85c3a279 dispatch_workerthread2 + 231
    9 libSystem.B.dylib 0x00007fff85c39bb8 pthreadwqthread + 353
    10 libSystem.B.dylib 0x00007fff85c39a55 start_wqthread + 13
    Thread 9: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff85c1fe3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff85c204ad mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff86e447a2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff86e43c2f CFRunLoopRunSpecific + 575
    4 com.apple.MessageFramework 0x00007fff873108e7 _handleRequestWithTimeout + 1608
    5 com.apple.MessageFramework 0x00007fff8730fb91 -[_NSSocket connectToHost:withPort:protocol:] + 710
    6 com.apple.MessageFramework 0x00007fff8730f0f0 -[Connection _connectUsingHostname:onPort:securityLayerType:accountClass:] + 615
    7 com.apple.MessageFramework 0x00007fff8730e9f7 -[Connection connectAndSetSecurityLayerUsingAccount:] + 186
    8 com.apple.MessageFramework 0x00007fff8730e8ac -[Connection connectUsingAccount:] + 98
    9 com.apple.MessageFramework 0x00007fff87389dde -[SMTPConnection connectUsingAccount:] + 65
    10 com.apple.mail 0x000000010011559b 0x100000000 + 1136027
    11 com.apple.mail 0x0000000100115380 0x100000000 + 1135488
    12 com.apple.mail 0x0000000100114f8e 0x100000000 + 1134478
    13 com.apple.CoreFoundation 0x00007fff86e7e0dc _invoking__ + 140
    14 com.apple.CoreFoundation 0x00007fff86e7dfad -[NSInvocation invoke] + 141
    15 com.apple.MessageFramework 0x00007fff872de3f1 -[MonitoredInvocation invoke] + 214
    16 com.apple.MessageFramework 0x00007fff872c5888 -[ThrowingInvocationOperation main] + 31
    17 com.apple.MessageFramework 0x00007fff872c51c8 -[_MFInvocationOperation main] + 275
    18 com.apple.Foundation 0x00007fff81a1006d -[__NSOperationInternal start] + 681
    19 com.apple.Foundation 0x00007fff81a0fd23 ___startOperations_block_invoke2 + 99
    20 libSystem.B.dylib 0x00007fff85c5bce8 dispatch_call_block_andrelease + 15
    21 libSystem.B.dylib 0x00007fff85c3a279 dispatch_workerthread2 + 231
    22 libSystem.B.dylib 0x00007fff85c39bb8 pthreadwqthread + 353
    23 libSystem.B.dylib 0x00007fff85c39a55 start_wqthread + 13
    Thread 10:
    0 libSystem.B.dylib 0x00007fff85c399da _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff85c39dec pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff85c39a55 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x00000001163c96f0 rbx: 0x00000001163c3b90 rcx: 0x000000000000fff8 rdx: 0x00000001163c96f0
    rdi: 0x0000000000000000 rsi: 0x00000001163ca8b4 rbp: 0x00007fff5fbf9b70 rsp: 0x00007fff5fbf9a80
    r8: 0x00000001163fc0a0 r9: 0x00000001163fc0a4 r10: 0x0000000000000013 r11: 0x00000001163c96f0
    r12: 0x000000010057b5f0 r13: 0x00007fff5fbfaf60 r14: 0x00007fff82bc472e r15: 0x00007fff82bc3eff
    rip: 0x00007fff83b228b7 rfl: 0x0000000000010202 cr2: 0x00000001b0494000
    Binary Images:
    0x100000000 - 0x100338fe7 com.apple.mail 4.2 (1077) <A3B6D6AE-FBD2-15AE-46BA-5B27D9E85786> /Applications/Mail.app/Contents/MacOS/Mail
    0x114ae0000 - 0x114af3ff7 com.apple.AddressBook.LocalSourceBundle 1.0.1 (864) <157AB366-BDEE-6FA9-94FD-CA027086D2BA> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x1157f8000 - 0x1157fbfff com.apple.yahoo.syncframework 1.3 (51) <AEBB9A2D-B787-0C74-7C40-64E6F0BBF43C> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
    0x115bb0000 - 0x115bd3fff com.apple.Mail.Syncer 4.2 (1077) <A4CD23F8-C0FB-2587-9250-A3954B0A27F5> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x115c71000 - 0x115cd0fff com.apple.google.GoogleContactSyncFramework 39 (39) <BD6B36C2-620E-DBC2-71A9-ECE0F627DE22> /System/Library/PrivateFrameworks/GoogleContactSync.framework/Versions/A/Google ContactSync
    0x115e0e000 - 0x115e14fff com.apple.AddressBook.LDAPSource 1.0.1 (864) <A13EB3DE-9B6F-A74F-B653-3442B0A03AE4> /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/MacOS/LDAP
    0x116b00000 - 0x116b8efff com.apple.xquery 1.3 (29) <02F0C1EC-B4A3-F426-EB97-E56836C73C52> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80017ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff80066000 - 0x7fff80071fff com.apple.CrashReporterSupport 10.6.2 (239) <9A14C43B-69B0-842E-3149-2F580DC13A50> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff80072000 - 0x7fff8014cff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8014d000 - 0x7fff80219fff com.apple.CFNetwork 454.5 (454.5) <319C7138-2839-DA5E-413A-618248BD4A32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff80385000 - 0x7fff803a6fff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff803a7000 - 0x7fff803b2ff7 com.apple.HelpData 2.0.4 (34) <B44D2E2A-BC1E-CD63-F8A1-C9465491693A> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff803b3000 - 0x7fff80430fef com.apple.backup.framework 1.2 (1.2) <E3635A09-6221-71CE-6083-6025CE478634> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff80431000 - 0x7fff8043cfff com.apple.dotMacLegacy 3.2 (266) <80F00DE2-4C50-0FD9-5C6E-3EAA1599277B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x7fff8043d000 - 0x7fff805a9ff7 com.apple.QTKit 7.6.3 (1591.3) <2AD2AC43-F6A8-F2CE-CCFE-9E8E38E47BB0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff805aa000 - 0x7fff806c8ff7 com.apple.PubSub 1.0.4 (65.11) <C1D56F85-7553-FB97-2A31-35CEB2BB8B63> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff806c9000 - 0x7fff80715fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff80716000 - 0x7fff80716ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff80717000 - 0x7fff8075efef com.apple.QuickLookFramework 2.1 (327.3) <6B3D79C5-E19B-97E1-673F-74731A0B188B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8078f000 - 0x7fff8083efff edu.mit.Kerberos 6.5.9 (6.5.9) <42364D54-C647-14DE-2B1C-D94DAA03F092> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8083f000 - 0x7fff80851fe7 libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff80852000 - 0x7fff80a8cfff com.apple.AddressBook.framework 5.0.1 (864) <4FA65C25-3F4F-6D79-1901-07FF6BBAAEDB> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff80a8d000 - 0x7fff80a95ff7 com.apple.NSServerNotificationCenter 2 (1.0) <0F9B07B8-D9F9-A55D-AB60-9CC3533D77F8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x7fff80b97000 - 0x7fff80b9efff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff80b9f000 - 0x7fff80ca4fe7 libGLProgrammability.dylib ??? (???) <50498DA4-A2D6-260E-5C6E-994AF9BBDB98> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff80ca5000 - 0x7fff80ca9ff7 libCGXType.A.dylib ??? (???) <E11B4D25-2251-4646-118C-87BD4C57A194> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff80caa000 - 0x7fff80d66ff7 libFontParser.dylib ??? (???) <99DEA723-9D02-2361-E3C7-034E25C5B829> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff80d82000 - 0x7fff80d85fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff80d86000 - 0x7fff80dc3fff com.apple.LDAPFramework 2.0 (120.1) <05A853F5-76B9-AF27-6548-A2450AE86451> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff80dc6000 - 0x7fff814ba537 com.apple.CoreGraphics 1.536.12 (???) <0DCA088B-0C6B-146F-0341-9E0212B5CA50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff814bb000 - 0x7fff8153ffe7 com.apple.print.framework.PrintCore 6.1 (312.3) <33C0EADA-243E-1897-335D-17C5DC6A14A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff81540000 - 0x7fff81563ff7 com.apple.iChat.IMFoundation 5.0.1 (744) <C06AE6AC-F5F3-EC30-426A-0C9C81658B56> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x7fff81564000 - 0x7fff8162ffe7 ColorSyncDeprecated.dylib ??? (???) <1D97E664-75D3-E483-FDD3-35BD7733DF13> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff81630000 - 0x7fff81656fe7 libJPEG.dylib ??? (???) <89DFAA03-2801-BB31-1F4D-1AE0804E08BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff81657000 - 0x7fff81658ff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff81659000 - 0x7fff81659ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff816f2000 - 0x7fff8172dff7 com.apple.CoreMediaIOServices 124.0 (850) <B71C361C-105E-EDD2-5AEE-10E640445561> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff81912000 - 0x7fff81918fff com.apple.AOSNotification 1.1.0 (123.3) <9436ED02-186A-E6CC-E594-31E3942A5898> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff81919000 - 0x7fff819d5ff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff819d6000 - 0x7fff81c57fe7 com.apple.Foundation 6.6.1 (751.14) <767349DB-C486-70E8-7970-F13DB4CDAF37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff81c58000 - 0x7fff81c5eff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff81c5f000 - 0x7fff81cb4fef com.apple.framework.familycontrols 2.0 (2.0) <8DD78DC7-4C73-EDE6-86A4-BC35B335ED5F> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff81cb5000 - 0x7fff81ceafff libGLImage.dylib ??? (???) <8AB3A26A-4CC4-4E6D-95CC-530FD7204599> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff81ceb000 - 0x7fff81cf7fef libbz2.1.0.dylib ??? (???) <4AA81AA7-DF37-6430-07D1-F59F37AEC357> /usr/lib/libbz2.1.0.dylib
    0x7fff81cf8000 - 0x7fff81d47fef libTIFF.dylib ??? (???) <796A1E6E-09B0-64F4-35F7-2ACEE9C2B429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff81d48000 - 0x7fff81dd7fff com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff81dd8000 - 0x7fff81e12fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff81e13000 - 0x7fff81e75fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff81e76000 - 0x7fff81ef3fe7 com.apple.CoreText 3.1.0 (???) <B4BFF82D-CA77-9A8E-2C7E-66367E807C7C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff81ef4000 - 0x7fff81f60ff7 com.apple.CorePDF 1.1 (1.1) <3D51A551-50C5-DDD5-9A79-9679DA2806B0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff81f7f000 - 0x7fff81f94ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <E83DAF4F-F284-BE0B-3D9D-D573023098B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff81f95000 - 0x7fff820f4ff7 com.apple.syncservices 5.1 (578) <17B2B8E1-EFEE-B0F5-3FFF-27A88ACFB467> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff820f5000 - 0x7fff82102fe7 libCSync.A.dylib ??? (???) <F4066C8C-2A3E-4F2F-9F4D-03DB56F7C5CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff82103000 - 0x7fff821b7ff7 com.apple.ColorSync 4.6.2 (4.6.2) <78A86D96-7758-6BFE-7231-A0C70F185FDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff821b8000 - 0x7fff821e8fef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff821e9000 - 0x7fff82222ff7 com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff82223000 - 0x7fff82226ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff82227000 - 0x7fff82276ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff82277000 - 0x7fff82330fff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff82331000 - 0x7fff82340fef com.apple.opengl 1.6.5 (1.6.5) <30D6B03B-4B4C-1F78-1FDB-0403E7FE8707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff823f6000 - 0x7fff823f7fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff823f8000 - 0x7fff823fbff7 libCoreVMClient.dylib ??? (???) <1C6D04BA-5F78-CC4D-26CB-7904919042B9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff823fc000 - 0x7fff82402fff libCGXCoreImage.A.dylib ??? (???) <B6A66067-68D9-7644-B4AF-EEA3B2AACA8D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff82403000 - 0x7fff82447fef com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff82448000 - 0x7fff82460fff com.apple.iChat.InstantMessage 5.0.1 (744) <0D312A5A-78EA-AD6C-9492-C822F3DD1D03> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff82461000 - 0x7fff824a4ff7 libRIP.A.dylib ??? (???) <9CA0768E-C2DF-61FD-F475-DB48F4219B49> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8257d000 - 0x7fff825effef com.apple.CoreSymbolication 2.0 (23) <06F8561E-4B36-7BF6-31BA-64091B3D8058> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff825f0000 - 0x7fff82606fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff82607000 - 0x7fff8288cff7 com.apple.security 6.0 (36910) <67DF686D-B991-D0D6-20B6-9EA668018466> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8288d000 - 0x7fff8288ffff libRadiance.dylib ??? (???) <376EAE92-8F25-9202-CC35-8EED5BD471FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff82890000 - 0x7fff829cefff com.apple.CoreData 102.1 (250) <8DDA49A1-F78C-DE30-8B58-EBC49E4E7ABF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff829da000 - 0x7fff829ebfff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff829ec000 - 0x7fff82a43fff com.apple.Symbolication 1.1 (67) <73B6FC15-9E05-69E2-2955-14F82F9BC337> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff82a44000 - 0x7fff82a4bff7 com.apple.KerberosHelper 2.1 (1.0) <CAE238A0-1DEC-421D-EE11-36AE9E67C8DC> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff82a4c000 - 0x7fff83440fff com.apple.AppKit 6.6.3 (1038.25) <2F7A5AC8-29E7-9B5F-D3F1-4C7F5821BB80> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff83441000 - 0x7fff835fffff libicucore.A.dylib ??? (???) <5BD16988-545F-6A8C-9A6F-FB18ACDCAEC2> /usr/lib/libicucore.A.dylib
    0x7fff83600000 - 0x7fff8364afef com.apple.IMCore 5.0.1 (744) <32F01A93-564E-4A0A-7A59-76DB29E054A0> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x7fff8364b000 - 0x7fff8364bff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff8364c000 - 0x7fff83687ff7 com.apple.AE 496.1 (496.1) <27D2D2E9-B309-7E65-8C3F-7FF01148F0DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff83688000 - 0x7fff83791fff com.apple.MediaToolbox 0.420.18 (420.18) <0A2444E8-DA72-7DC8-084F-D78D28E5C74F> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff83792000 - 0x7fff83797ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff83798000 - 0x7fff83813ff7 com.apple.ISSupport 1.9.2 (50) <09D926B6-BBF7-7E15-2978-D0C4D933543D> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff83814000 - 0x7fff83863fff com.apple.iCalendar 1.0.1 (51) <6A991ED8-2A03-8FEC-85FF-5DDFDF18D8E3> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff838a9000 - 0x7fff838a9ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff838aa000 - 0x7fff83a64fef com.apple.ImageIO.framework 3.0.1 (3.0.1) <10202E28-34DD-71CA-BE5D-1BE5C8DE2198> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff83a65000 - 0x7fff83a73ff7 libkxld.dylib ??? (???) <568C35E7-B101-3F1E-0361-3E1E9F15C90B> /usr/lib/system/libkxld.dylib
    0x7fff83a74000 - 0x7fff83a9dff7 com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) <2D3B7CF8-DA92-F25D-F2E2-D17C7D7F46E5> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x7fff83aaa000 - 0x7fff83acaff7 com.apple.DirectoryService.Framework 3.6 (621.1) <FC0C2E15-84E2-B4A8-18EE-3AE620111627> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff83acb000 - 0x7fff83b14ff7 com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff83b15000 - 0x7fff83bcbfff libobjc.A.dylib ??? (???) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff83bcc000 - 0x7fff83c09fef libFontRegistry.dylib ??? (???) <8712832A-A980-3AAF-0D88-50164898F38E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff83c2f000 - 0x7fff83e69ff7 com.apple.imageKit 2.0.1 (1.0) <5E32976B-5CEB-6316-2B5C-2ABFEF588E4F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff83e6a000 - 0x7fff83efafff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff83efb000 - 0x7fff83efbff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff83f32000 - 0x7fff8419bfff com.apple.QuartzComposer 4.1 (156.10) <F5569DC9-15E9-0815-3032-7E1257F36A3E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff8419c000 - 0x7fff845dffef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff845f6000 - 0x7fff84614fff libPng.dylib ??? (???) <7635B74B-5415-9767-A881-E0B017F62376> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff84615000 - 0x7fff8463dfff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8463e000 - 0x7fff84646fff com.apple.DisplayServicesFW 2.2 (2.2) <2C497E53-F471-5930-D15D-C033C438F39C> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff84656000 - 0x7fff8468dff7 libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
    0x7fff8468e000 - 0x7fff846b0ff7 com.apple.opencl 12 (12) <533D6753-D6E4-EC34-E93B-8F6498B50FBA> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff846b1000 - 0x7fff84ebbfe7 libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff84ebc000 - 0x7fff84ec9ff7 com.apple.AppleFSCompression 1.0 (1.0) <06099990-D14E-CBD3-8E6A-23905A3B4A48> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff84eca000 - 0x7fff84f56fef SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff84f57000 - 0x7fff85066ff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff85097000 - 0x7fff8509dff7 IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8509e000 - 0x7fff85596ff7 com.apple.VideoToolbox 0.420.18 (420.18) <428CE263-C02B-421D-7772-FC73EFF180A3> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff85597000 - 0x7fff855fefef com.apple.AppleVAFramework 4.7.5 (4.7.5) <68D4E82B-7D55-A963-FF0B-80F276C1F2DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff855ff000 - 0x7fff8567fff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <04677A98-142E-9C0E-18A7-4C74275856B7> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x7fff85680000 - 0x7fff85681ff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <AE4C41BE-6CF3-CC3B-EBA7-A8E9D6A6047F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8577b000 - 0x7fff857e3ff7 com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff857e4000 - 0x7fff85922ff7 com.apple.WebKit 6531.21 (6531.21.8) <1B786776-E9EA-3B88-D9EE-618BC4CCD7B4> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff85923000 - 0x7fff85a3afef libxml2.2.dylib ??? (???) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff85a3b000 - 0x7fff85a51ff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <2BBD800A-0456-D90D-3205-8CE61F3A8F05> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff85a52000 - 0x7fff85a99ff7 com.apple.coreui 2 (113) <60D2FE5C-8470-A0F4-379B-1E90FBD4FE7D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff85a9a000 - 0x7fff85aadfff libGL.dylib ??? (???) <5F9DAF5F-C25C-B6C2-C9BC-3D91D723FD85> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff85aae000 - 0x7fff85b0bfef com.apple.framework.IOKit 2.0 (???) <EBBEED67-D5BE-5F7F-96F4-9023BBA1B913> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff85b48000 - 0x7fff85b7dff7 libcups.2.dylib ??? (???) <0D020D80-F9D5-55DE-9CCE-9B80CDF08FC4> /usr/lib/libcups.2.dylib
    0x7fff85b7e000 - 0x7fff85c1efff com.apple.LaunchServices 362 (362) <CCBFC037-7162-E392-B11F-90098891AE20> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff85c1f000 - 0x7fff85dddff7 libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib
    0x7fff85dde000 - 0x7fff85e93fe7 com.apple.ink.framework 1.3.1 (105) <5AA00FE5-B251-44AF-5108-44AA927C053C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff85eb7000 - 0x7fff85ee2ff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff85ee3000 - 0x7fff85f29fe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff85f2a000 - 0x7fff85f35ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff85f36000 - 0x7fff86268fef com.apple.CoreServices.CarbonCore 861.2 (861.2) <39F3B259-AC2A-792B-ECFE-4F3E72F2D1A5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff862d9000 - 0x7fff862dbfef com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x7fff862dc000 - 0x7fff862e4fff com.apple.iChat.IMUtils 5.0.1 (744) <A2956C75-C9E3-D609-17F2-A40D3BA2BD6C> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x7fff862e5000 - 0x7fff86309ff7 com.apple.CoreVideo 1.6.0 (43.1) <FF310442-03F4-648D-4CD2-D7AC459901D5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8630a000 - 0x7fff86339ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff8633a000 - 0x7fff8634dff7 com.apple.syncservices.syncservicesui 5.1 (578) <E103A7E4-EAD3-53F4-601A-E854870469FF> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x7fff8634e000 - 0x7fff86398ff7 com.apple.Metadata 10.6.2 (507.4) <A28A5E0C-DCDC-A5CE-4EB7-39752E63956A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff86399000 - 0x7fff864bdfe7 com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <F2AFF250-5F39-C3AD-0238-B10AF8A1ECFE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff864e5000 - 0x7fff86505fff com.apple.DotMacSyncManager 2.0.1 (446.3) <200FD7C1-8C44-A14C-33EF-0E287DE741D4> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x7fff86506000 - 0x7fff865a0fff com.apple.ApplicationServices.ATS 4.1 (???) <E2A107C5-0230-265A-E40D-CFE0219C99E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff865d2000 - 0x7fff86613fef com.apple.QD 3.33 (???) <3F528878-21F5-B2B5-8A9B-DF067BF91922> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff86614000 - 0x7fff86615fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff86616000 - 0x7fff86647fef libTrueTypeScaler.dylib ??? (???) <8291D9BB-97B2-AD06-D565-58A14A20D617> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff86648000 - 0x7fff866a4fff libGLU.dylib ??? (???) <6A6612BC-1AF9-08EC-80B2-B697238EED47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8676a000 - 0x7fff867adfff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff867ae000 - 0x7fff86aacfe7 com.apple.HIToolbox 1.6.2 (???) <D463A388-244E-047A-E49A-4DA6C15BD1BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff86c07000 - 0x7fff86c67fff com.apple.ExchangeWebServices 1.1 (56) <76BE6B3A-45B7-0FD3-CE9F-A0616C79B26E> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff86c6e000 - 0x7fff86df3fef com.apple.JavaScriptCore 6531.21 (6531.21.9) <FB6CF9E3-A3B1-8C45-1D91-756679DE36FB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff86df4000 - 0x7fff86df8ff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff86df9000 - 0x7fff86f6cff7 com.apple.CoreFoundation 6.6.1 (550.13) <1E952BD9-37C6-16BE-B2F0-CD92A6283D37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff86f6d000 - 0x7fff86f6dff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff86f6e000 - 0x7fff86f7ffef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff86fbf000 - 0x7fff86fc4fff libGIF.dylib ??? (???) <9DB87A71-27B7-A909-461B-F886DB2BD622> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff86fc5000 - 0x7fff8700fff7 com.apple.DAVKit 4.0.1 (730) <57B9EB89-C7A4-1F7B-4B09-0873CC557555> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x7fff87010000 - 0x7fff87010ff7 com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff87011000 - 0x7fff8704cfe7 com.apple.CoreMedia 0.420.18 (420.18) <30166EED-C905-A818-9C3C-32E4EEA20995> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8704d000 - 0x7fff8709efe7 com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8709f000 - 0x7fff8727ffff com.apple.CalendarStore 4.0.1 (973) <5A6D8FC7-F5C7-4FCA-FB31-7EB186EBC790> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff87280000 - 0x7fff8729bfff com.apple.datadetectors 2.0 (102.0) <D3E026E9-C12A-88ED-25FC-7A58E435AB02> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff8729c000 - 0x7fff872abfff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff872be000 - 0x7fff872beff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff872bf000 - 0x7fff875fdfef com.apple.MessageFramework 4.2 (1077) <32F00E54-E6C4-0511-EBE4-DDC7DE1CB474> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x7fff875fe000 - 0x7fff87672ff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <546E204C-AC7A-030C-DC32-125A3E422FB5> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff87673000 - 0x7fff87963ff3 com.apple.RawCamera.bundle 2.3.0 (505) <E65CF964-5AFF-805A-E24C-4A9E2E3D4759> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff87964000 - 0x7fff879e6fe7 com.apple.QuickLookUIFramework 2.1 (327.3) <A35335F3-BC7B-1341-D934-45ACC19FFEC3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff879e7000 - 0x7fff879e9fff com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff879ea000 - 0x7fff87af4ff7 com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff87af5000 - 0x7fff87e8dfff com.apple.QuartzCore 1.6.1 (227.8) <E296B174-F7CB-F021-D103-091CCB33BBEB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff87e8e000 - 0x7fff87eccfef com.apple.DebugSymbols 1.1 (70) <C3D11461-E118-09DB-D9D7-8972B3FD160F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff87ecd000 - 0x7fff87ee8ff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff87ee9000 - 0x7fff87f68fff com.apple.audio.CoreAudio 3.2.2 (3.2.2) <2633DFAC-F6A6-489D-8DF0-F12639CCD8C4> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff87f69000 - 0x7fff889a6fe7 com.apple.WebCore 6531.21 (6531.21.8) <04C92586-679B-00A5-E3BE-590A0E9BCB11> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff889a7000 - 0x7fff88a8bfff com.apple.DesktopServices 1.5.3 (1.5.3) <F443ED58-3761-116F-A8B2-C6DC29B7D119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff88a8c000 - 0x7fff88af6fe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff88b2d000 - 0x7fff88baafef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff88bf4000 - 0x7fff88bf9fff libGFXShared.dylib ??? (???) <05345B3E-5705-3C2A-464E-052B1DDA45B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff88bfa000 - 0x7fff88c3bff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <FFCA91A7-ADDB-E3D0-234A-47609BC37556> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff88c3c000 - 0x7fff88c55fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff88c56000 - 0x7fff88c6cfff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib
    Model: MacBook5,1, BootROM MB51.007D.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.40f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.26)
    Bluetooth: Version 2.2.4f3, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS543225L9SA02, 232.89 GB
    Serial ATA Device: MATSHITADVD-R UJ-868
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000

    Ernie I am hosting one of our company servers on peer1.com, this server has multiple domain names on there like virtual hosts.
    Peer1.com is not acting as my isp, I am connecting to a local isp which gives me access to the internet, if I want to access my emails I would use mail to access the pop accounts residing on the server based on the domain I need to access.
    Mobile me is working fine till the sending point same issue as the pop accounts, none of the emails will send out.
    I am using port 25 and enabled port 26 and it's not working still.
    Keep in mind that everything prior to the SL or the 10.5.8 update was working perfectly fine just when I applied the 10.5.8 update everything went hay wire thinking that SL has fixed this problem I proceeded to upgrade the 10.5.8 to 10.6.2 and bam now back to square one.
    Authentication is set on the remote server hosted on peer1.com as smtp authentication is required.
    Okay as I am typing this I had put one email test on mobileme account to send and it sent the email but thats after a long long time about 3 minutes to send a test email. So now the mobile me is working but takes ages.
    Smtp based on the pop accounts I am having are not being sent.
    I just disabled everything on my WAN and apple FW to make sure its not a FW issue.
    I can ping yahoo.com and google.com just fine but cant ping any of the domains residing on my server not even telnet to any ports.

Maybe you are looking for

  • Apple TV optical connection

    Hey everyone Just got Apple TV and concerned i have an issue. Updated it to 6.0.2 I have connected an optical out to my turtlebeach x41s (Xbox headphones) of which the base accepts any optical audio input.  I get no sound?!?  Works fine with xbox and

  • Returning to a Presentation After Quitting

    I am a college instructor. I often quit a particular Keynote presentation prior to completion. How do I then return to the same slide where I left off when I relaunch Keynote on a subsequent day? Presentations seems to open up randomly in the middle,

  • What is the best iphone 5 Car speaker phones

    Is the BlueAnt S4 better or worse than the Jabra Journey and why?

  • OSS4 vs ALSA vs Pusleaudio vs Jack

    I wonder which sound system is better? I used ALSA, resently switched to OSS4 and I seam to like it better. I've also tried to get jack to work, but without any success... I haven't tried pulseaudio... So what are the user's impressions from each of

  • D11.5 and Flash Communications Server?

    Does FCS still work with D11.5? If not anyone know of any alternatives? Thanks