OS X Lion postfix smtpd problems

For the life of me I couldn't get smtpd running correctly on my iMac (brand new SL iMac upgraded to Lion).
Looking at the syslog, I kept getting:
postfix/smtpd[1001]: fatal: open /etc/postfix/submit.cred: No such file or directory
postfix/master[971]: warning: process /usr/libexec/postfix/smtpd pid 1001 exit status 1
postfix/master[971]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Upon checking, that /etc/postfix/submit.cred file was missing. Created a blank one. Syslog then showed:
postfix/smtpd[1041]: fatal: unsafe ownership or permissions on /etc/postfix/submit.cred: uid/gid/mode are 0/0/644 should be 0/0/0600
postfix/master[1035]: warning: process /usr/libexec/postfix/smtpd pid 1041 exit status 1
postfix/master[1035]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Did the chmod 0600 on it.
FINALLY smtpd started accepting connections!
Syslog still showed a warning:
postfix/smtpd[1420]: warning: no valid hostport|username|password entries in /etc/postfix/submit.cred
So I just commented it out of /etc/postfix/main.cf:
# (APPLE) Credentials for using URLAUTH with IMAP servers.
#imap_submit_cred_file = /etc/postfix/submit.cred
And now all looks good.
Seems this is a new (broken?) option Apple have added to postfix.
Hope this helps someone else avoid the frustration I've been having!!  :-)

Hi, the submit.cred file is NOT a new (broken) Apple option. It has been introduced, instead, with the new versions of PostFix, so you could find it also on Linux or BSD installatios running the latest version of it.
It has been introduced to match the MTA with the RFC4468 (http://tools.ietf.org/html/rfc4468) which describes an extension of the IMAP protocol.
In order to fix the problem your console is displaying, you should:
Create a submit.cred file in /etc/postfix directory (sudo touch /etc/postfix/submit.cred will do).
Create a header for that file: sudo echo "submitcred version 1" >> /etc/postfix/submit.cred
Add as many lines as the number of users you want to enable to submit mail, in the form hostname|user|passwd sudo echo''hostname|username|password" >> /etc/postfix/submit.cred
Give the file the appropriate permissions: sudo chmod 600 /etc/postfix/submit.cred
Once you've done this you could restart postfix and everything sould run smoothly. You should also fine-tune your postfix configuration in order to prevent it to deliver spam or provide security breaches.
Enjoy.

Similar Messages

  • I am deleting files through my trash in my macbook pro (2010) and then emptying the trash can, but my hard disk space is not increasing! i recently upgraded to lion and the problem is new, wasn't the same with snow leopard! HELP!!!!!

    i am deleting files through my trash in my macbook pro (2010) and then emptying the trash can, but my hard disk space is not increasing! i recently upgraded to lion and the problem is new, wasn't the same with snow leopard! HELP!!!!!
    When i press command+I (Get Info) i see that there is 140 GB "Available Space" on my hard disk but when i click on my hard disk icon on the desktop, and then press "space" i only see 102 GB free!! What the f*???
    Please HELP!!!!!! Getting second thoughts on Lion!!!!

    Hi b,
    Have you restarted yet?

  • [SOLVED] Postfix smtpd exits when using dovecot SASL auth

    I've been trying to configure my mail server with dovecot SASL authentication.  I've been following the guide here to set this up.  However, when I telnet to the server on port 25, I get this in the postfix logs:
    Aug 4 21:51:00 localhost postfix/smtpd[2316]: connect from unknown[192.168.1.27]
    Aug 4 21:51:00 localhost postfix/smtpd[2316]: fatal: no SASL authentication mechanisms
    Aug 4 21:51:01 localhost postfix/master[2312]: warning: process /usr/lib/postfix/smtpd pid 2316 exit status 1
    Aug 4 21:51:01 localhost postfix/master[2312]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
    After enabling debug logging in dovecot, I get this at the same time in the dovecot logs:
    Aug 04 21:51:00 auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
    Aug 04 21:51:00 auth: Debug: auth client connected (pid=0)
    System info:
    Linux matrix 3.4.7-1-ARCH #1 SMP PREEMPT Sun Jul 29 22:02:56 CEST 2012 x86_64 GNU/Linux
    Output from postconf:
    2bounce_notice_recipient = postmaster
    access_map_defer_code = 450
    access_map_reject_code = 554
    address_verify_cache_cleanup_interval = 12h
    address_verify_default_transport = $default_transport
    address_verify_local_transport = $local_transport
    address_verify_map = btree:$data_directory/verify_cache
    address_verify_negative_cache = yes
    address_verify_negative_expire_time = 3d
    address_verify_negative_refresh_time = 3h
    address_verify_poll_count = ${stress?1}${stress:3}
    address_verify_poll_delay = 3s
    address_verify_positive_expire_time = 31d
    address_verify_positive_refresh_time = 7d
    address_verify_relay_transport = $relay_transport
    address_verify_relayhost = $relayhost
    address_verify_sender = $double_bounce_sender
    address_verify_sender_dependent_default_transport_maps = $sender_dependent_default_transport_maps
    address_verify_sender_dependent_relayhost_maps = $sender_dependent_relayhost_maps
    address_verify_sender_ttl = 0s
    address_verify_service_name = verify
    address_verify_transport_maps = $transport_maps
    address_verify_virtual_transport = $virtual_transport
    alias_database = $alias_maps
    alias_maps = hash:/etc/postfix/aliases
    allow_mail_to_commands = alias, forward
    allow_mail_to_files = alias, forward
    allow_min_user = no
    allow_percent_hack = yes
    allow_untrusted_routing = no
    alternate_config_directories =
    always_add_missing_headers = no
    always_bcc =
    anvil_rate_time_unit = 60s
    anvil_status_update_time = 600s
    append_at_myorigin = yes
    append_dot_mydomain = yes
    application_event_drain_time = 100s
    authorized_flush_users = static:anyone
    authorized_mailq_users = static:anyone
    authorized_submit_users = static:anyone
    backwards_bounce_logfile_compatibility = yes
    berkeley_db_create_buffer_size = 16777216
    berkeley_db_read_buffer_size = 131072
    best_mx_transport =
    biff = yes
    body_checks =
    body_checks_size_limit = 51200
    bounce_notice_recipient = postmaster
    bounce_queue_lifetime = 5d
    bounce_service_name = bounce
    bounce_size_limit = 50000
    bounce_template_file =
    broken_sasl_auth_clients = no
    canonical_classes = envelope_sender, envelope_recipient, header_sender, header_recipient
    canonical_maps =
    cleanup_service_name = cleanup
    command_directory = /usr/sbin
    command_execution_directory =
    command_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
    command_time_limit = 1000s
    config_directory = /etc/postfix
    connection_cache_protocol_timeout = 5s
    connection_cache_service_name = scache
    connection_cache_status_update_time = 600s
    connection_cache_ttl_limit = 2s
    content_filter =
    cyrus_sasl_config_path =
    daemon_directory = /usr/lib/postfix
    daemon_table_open_error_is_fatal = no
    daemon_timeout = 18000s
    data_directory = /var/lib/postfix
    debug_peer_level = 2
    debug_peer_list = 127.0.0.1
    debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
    default_database_type = hash
    default_delivery_slot_cost = 5
    default_delivery_slot_discount = 50
    default_delivery_slot_loan = 3
    default_destination_concurrency_failed_cohort_limit = 1
    default_destination_concurrency_limit = 20
    default_destination_concurrency_negative_feedback = 1
    default_destination_concurrency_positive_feedback = 1
    default_destination_rate_delay = 0s
    default_destination_recipient_limit = 50
    default_extra_recipient_limit = 1000
    default_filter_nexthop =
    default_minimum_delivery_slots = 3
    default_privs = nobody
    default_process_limit = 100
    default_rbl_reply = $rbl_code Service unavailable; $rbl_class [$rbl_what] blocked using $rbl_domain${rbl_reason?; $rbl_reason}
    default_recipient_limit = 20000
    default_recipient_refill_delay = 5s
    default_recipient_refill_limit = 100
    default_transport = smtp
    default_verp_delimiters = +=
    defer_code = 450
    defer_service_name = defer
    defer_transports =
    delay_logging_resolution_limit = 2
    delay_notice_recipient = postmaster
    delay_warning_time = 0h
    deliver_lock_attempts = 20
    deliver_lock_delay = 1s
    destination_concurrency_feedback_debug = no
    detect_8bit_encoding_header = yes
    disable_dns_lookups = no
    disable_mime_input_processing = no
    disable_mime_output_conversion = no
    disable_verp_bounces = no
    disable_vrfy_command = no
    dnsblog_reply_delay = 0s
    dnsblog_service_name = dnsblog
    dont_remove = 0
    double_bounce_sender = double-bounce
    duplicate_filter_limit = 1000
    empty_address_default_transport_maps_lookup_key = <>
    empty_address_recipient = MAILER-DAEMON
    empty_address_relayhost_maps_lookup_key = <>
    enable_long_queue_ids = no
    enable_original_recipient = yes
    error_delivery_slot_cost = $default_delivery_slot_cost
    error_delivery_slot_discount = $default_delivery_slot_discount
    error_delivery_slot_loan = $default_delivery_slot_loan
    error_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
    error_destination_concurrency_limit = $default_destination_concurrency_limit
    error_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
    error_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
    error_destination_rate_delay = $default_destination_rate_delay
    error_destination_recipient_limit = $default_destination_recipient_limit
    error_extra_recipient_limit = $default_extra_recipient_limit
    error_initial_destination_concurrency = $initial_destination_concurrency
    error_minimum_delivery_slots = $default_minimum_delivery_slots
    error_notice_recipient = postmaster
    error_recipient_limit = $default_recipient_limit
    error_recipient_refill_delay = $default_recipient_refill_delay
    error_recipient_refill_limit = $default_recipient_refill_limit
    error_service_name = error
    execution_directory_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
    expand_owner_alias = no
    export_environment = TZ MAIL_CONFIG LANG
    fallback_transport =
    fallback_transport_maps =
    fast_flush_domains = $relay_domains
    fast_flush_purge_time = 7d
    fast_flush_refresh_time = 12h
    fault_injection_code = 0
    flush_service_name = flush
    fork_attempts = 5
    fork_delay = 1s
    forward_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
    forward_path = $home/.forward${recipient_delimiter}${extension}, $home/.forward
    frozen_delivered_to = yes
    hash_queue_depth = 1
    hash_queue_names = deferred, defer
    header_address_token_limit = 10240
    header_checks =
    header_size_limit = 102400
    helpful_warnings = yes
    home_mailbox = Maildir/
    hopcount_limit = 50
    html_directory = no
    ignore_mx_lookup_error = no
    import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C
    in_flow_delay = 1s
    inet_interfaces = all
    inet_protocols = ipv4
    initial_destination_concurrency = 5
    internal_mail_filter_classes =
    invalid_hostname_reject_code = 501
    ipc_idle = 5s
    ipc_timeout = 3600s
    ipc_ttl = 1000s
    line_length_limit = 2048
    lmtp_address_preference = any
    lmtp_assume_final = no
    lmtp_bind_address =
    lmtp_bind_address6 =
    lmtp_body_checks =
    lmtp_cname_overrides_servername = no
    lmtp_connect_timeout = 0s
    lmtp_connection_cache_destinations =
    lmtp_connection_cache_on_demand = yes
    lmtp_connection_cache_time_limit = 2s
    lmtp_connection_reuse_time_limit = 300s
    lmtp_data_done_timeout = 600s
    lmtp_data_init_timeout = 120s
    lmtp_data_xfer_timeout = 180s
    lmtp_defer_if_no_mx_address_found = no
    lmtp_delivery_slot_cost = $default_delivery_slot_cost
    lmtp_delivery_slot_discount = $default_delivery_slot_discount
    lmtp_delivery_slot_loan = $default_delivery_slot_loan
    lmtp_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
    lmtp_destination_concurrency_limit = $default_destination_concurrency_limit
    lmtp_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
    lmtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
    lmtp_destination_rate_delay = $default_destination_rate_delay
    lmtp_destination_recipient_limit = $default_destination_recipient_limit
    lmtp_discard_lhlo_keyword_address_maps =
    lmtp_discard_lhlo_keywords =
    lmtp_dns_resolver_options =
    lmtp_enforce_tls = no
    lmtp_extra_recipient_limit = $default_extra_recipient_limit
    lmtp_generic_maps =
    lmtp_header_checks =
    lmtp_host_lookup = dns
    lmtp_initial_destination_concurrency = $initial_destination_concurrency
    lmtp_lhlo_name = $myhostname
    lmtp_lhlo_timeout = 300s
    lmtp_line_length_limit = 998
    lmtp_mail_timeout = 300s
    lmtp_mime_header_checks =
    lmtp_minimum_delivery_slots = $default_minimum_delivery_slots
    lmtp_mx_address_limit = 5
    lmtp_mx_session_limit = 2
    lmtp_nested_header_checks =
    lmtp_per_record_deadline = no
    lmtp_pix_workaround_delay_time = 10s
    lmtp_pix_workaround_maps =
    lmtp_pix_workaround_threshold_time = 500s
    lmtp_pix_workarounds = disable_esmtp,delay_dotcrlf
    lmtp_quit_timeout = 300s
    lmtp_quote_rfc821_envelope = yes
    lmtp_randomize_addresses = yes
    lmtp_rcpt_timeout = 300s
    lmtp_recipient_limit = $default_recipient_limit
    lmtp_recipient_refill_delay = $default_recipient_refill_delay
    lmtp_recipient_refill_limit = $default_recipient_refill_limit
    lmtp_reply_filter =
    lmtp_rset_timeout = 20s
    lmtp_sasl_auth_cache_name =
    lmtp_sasl_auth_cache_time = 90d
    lmtp_sasl_auth_enable = no
    lmtp_sasl_auth_soft_bounce = yes
    lmtp_sasl_mechanism_filter =
    lmtp_sasl_password_maps =
    lmtp_sasl_path =
    lmtp_sasl_security_options = noplaintext, noanonymous
    lmtp_sasl_tls_security_options = $lmtp_sasl_security_options
    lmtp_sasl_tls_verified_security_options = $lmtp_sasl_tls_security_options
    lmtp_sasl_type = cyrus
    lmtp_send_dummy_mail_auth = no
    lmtp_send_xforward_command = no
    lmtp_sender_dependent_authentication = no
    lmtp_skip_5xx_greeting = yes
    lmtp_skip_quit_response = no
    lmtp_starttls_timeout = 300s
    lmtp_tcp_port = 24
    lmtp_tls_CAfile =
    lmtp_tls_CApath =
    lmtp_tls_block_early_mail_reply = no
    lmtp_tls_cert_file =
    lmtp_tls_ciphers = export
    lmtp_tls_dcert_file =
    lmtp_tls_dkey_file = $lmtp_tls_dcert_file
    lmtp_tls_eccert_file =
    lmtp_tls_eckey_file = $lmtp_tls_eccert_file
    lmtp_tls_enforce_peername = yes
    lmtp_tls_exclude_ciphers =
    lmtp_tls_fingerprint_cert_match =
    lmtp_tls_fingerprint_digest = md5
    lmtp_tls_key_file = $lmtp_tls_cert_file
    lmtp_tls_loglevel = 0
    lmtp_tls_mandatory_ciphers = medium
    lmtp_tls_mandatory_exclude_ciphers =
    lmtp_tls_mandatory_protocols = !SSLv2
    lmtp_tls_note_starttls_offer = no
    lmtp_tls_per_site =
    lmtp_tls_policy_maps =
    lmtp_tls_protocols = !SSLv2
    lmtp_tls_scert_verifydepth = 9
    lmtp_tls_secure_cert_match = nexthop
    lmtp_tls_security_level =
    lmtp_tls_session_cache_database =
    lmtp_tls_session_cache_timeout = 3600s
    lmtp_tls_verify_cert_match = hostname
    lmtp_use_tls = no
    lmtp_xforward_timeout = 300s
    local_command_shell =
    local_delivery_slot_cost = $default_delivery_slot_cost
    local_delivery_slot_discount = $default_delivery_slot_discount
    local_delivery_slot_loan = $default_delivery_slot_loan
    local_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
    local_destination_concurrency_limit = 2
    local_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
    local_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
    local_destination_rate_delay = $default_destination_rate_delay
    local_destination_recipient_limit = 1
    local_extra_recipient_limit = $default_extra_recipient_limit
    local_header_rewrite_clients = permit_inet_interfaces
    local_initial_destination_concurrency = $initial_destination_concurrency
    local_minimum_delivery_slots = $default_minimum_delivery_slots
    local_recipient_limit = $default_recipient_limit
    local_recipient_maps = proxy:unix:passwd.byname $alias_maps
    local_recipient_refill_delay = $default_recipient_refill_delay
    local_recipient_refill_limit = $default_recipient_refill_limit
    local_transport = local:$myhostname
    luser_relay =
    mail_name = Postfix
    mail_owner = postfix
    mail_release_date = 20120801
    mail_spool_directory = /var/mail
    mail_version = 2.9.4
    mailbox_command =
    mailbox_command_maps =
    mailbox_delivery_lock = fcntl, dotlock
    mailbox_size_limit = 51200000
    mailbox_transport =
    mailbox_transport_maps =
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    maps_rbl_domains =
    maps_rbl_reject_code = 554
    masquerade_classes = envelope_sender, header_sender, header_recipient
    masquerade_domains =
    masquerade_exceptions =
    master_service_disable =
    max_idle = 100s
    max_use = 100
    maximal_backoff_time = 4000s
    maximal_queue_lifetime = 5d
    message_reject_characters =
    message_size_limit = 10240000
    message_strip_characters =
    milter_command_timeout = 30s
    milter_connect_macros = j {daemon_name} v
    milter_connect_timeout = 30s
    milter_content_timeout = 300s
    milter_data_macros = i
    milter_default_action = tempfail
    milter_end_of_data_macros = i
    milter_end_of_header_macros = i
    milter_header_checks =
    milter_helo_macros = {tls_version} {cipher} {cipher_bits} {cert_subject} {cert_issuer}
    milter_macro_daemon_name = $myhostname
    milter_macro_v = $mail_name $mail_version
    milter_mail_macros = i {auth_type} {auth_authen} {auth_author} {mail_addr} {mail_host} {mail_mailer}
    milter_protocol = 6
    milter_rcpt_macros = i {rcpt_addr} {rcpt_host} {rcpt_mailer}
    milter_unknown_command_macros =
    mime_boundary_length_limit = 2048
    mime_header_checks = $header_checks
    mime_nesting_limit = 100
    minimal_backoff_time = 300s
    multi_instance_directories =
    multi_instance_enable = no
    multi_instance_group =
    multi_instance_name =
    multi_instance_wrapper =
    multi_recipient_bounce_reject_code = 550
    mydestination = $myhostname, localhost.$mydomain, localhost
    mydomain = (hidden)
    myhostname = (hidden)
    mynetworks = 127.0.0.1/32 192.168.1.32/32
    mynetworks_style = host
    myorigin = $mydomain
    nested_header_checks = $header_checks
    newaliases_path = /usr/bin/newaliases
    non_fqdn_reject_code = 504
    non_smtpd_milters =
    notify_classes = resource, software
    owner_request_special = yes
    parent_domain_matches_subdomains = debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,relay_domains,smtpd_access_maps
    permit_mx_backup_networks =
    pickup_service_name = pickup
    plaintext_reject_code = 450
    postmulti_control_commands = reload flush
    postmulti_start_commands = start
    postmulti_stop_commands = stop abort drain quick-stop
    postscreen_access_list = permit_mynetworks
    postscreen_bare_newline_action = ignore
    postscreen_bare_newline_enable = no
    postscreen_bare_newline_ttl = 30d
    postscreen_blacklist_action = ignore
    postscreen_cache_cleanup_interval = 12h
    postscreen_cache_map = btree:$data_directory/postscreen_cache
    postscreen_cache_retention_time = 7d
    postscreen_client_connection_count_limit = $smtpd_client_connection_count_limit
    postscreen_command_count_limit = 20
    postscreen_command_filter =
    postscreen_command_time_limit = ${stress?10}${stress:300}s
    postscreen_disable_vrfy_command = $disable_vrfy_command
    postscreen_discard_ehlo_keyword_address_maps = $smtpd_discard_ehlo_keyword_address_maps
    postscreen_discard_ehlo_keywords = $smtpd_discard_ehlo_keywords
    postscreen_dnsbl_action = ignore
    postscreen_dnsbl_reply_map =
    postscreen_dnsbl_sites =
    postscreen_dnsbl_threshold = 1
    postscreen_dnsbl_ttl = 1h
    postscreen_enforce_tls = $smtpd_enforce_tls
    postscreen_expansion_filter = $smtpd_expansion_filter
    postscreen_forbidden_commands = $smtpd_forbidden_commands
    postscreen_greet_action = ignore
    postscreen_greet_banner = $smtpd_banner
    postscreen_greet_ttl = 1d
    postscreen_greet_wait = ${stress?2}${stress:6}s
    postscreen_helo_required = $smtpd_helo_required
    postscreen_non_smtp_command_action = drop
    postscreen_non_smtp_command_enable = no
    postscreen_non_smtp_command_ttl = 30d
    postscreen_pipelining_action = enforce
    postscreen_pipelining_enable = no
    postscreen_pipelining_ttl = 30d
    postscreen_post_queue_limit = $default_process_limit
    postscreen_pre_queue_limit = $default_process_limit
    postscreen_reject_footer = $smtpd_reject_footer
    postscreen_tls_security_level = $smtpd_tls_security_level
    postscreen_use_tls = $smtpd_use_tls
    postscreen_watchdog_timeout = 10s
    postscreen_whitelist_interfaces = static:all
    prepend_delivered_header = command, file, forward
    process_id_directory = pid
    propagate_unmatched_extensions = canonical, virtual
    proxy_interfaces =
    proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $sender_bcc_maps $recipient_bcc_maps $smtp_generic_maps $lmtp_generic_maps $alias_maps
    proxy_write_maps = $smtp_sasl_auth_cache_name $lmtp_sasl_auth_cache_name $address_verify_map $postscreen_cache_map
    proxymap_service_name = proxymap
    proxywrite_service_name = proxywrite
    qmgr_clog_warn_time = 300s
    qmgr_daemon_timeout = 1000s
    qmgr_fudge_factor = 100
    qmgr_ipc_timeout = 60s
    qmgr_message_active_limit = 20000
    qmgr_message_recipient_limit = 20000
    qmgr_message_recipient_minimum = 10
    qmqpd_authorized_clients =
    qmqpd_client_port_logging = no
    qmqpd_error_delay = 1s
    qmqpd_timeout = 300s
    queue_directory = /var/spool/postfix
    queue_file_attribute_count_limit = 100
    queue_minfree = 0
    queue_run_delay = 300s
    queue_service_name = qmgr
    rbl_reply_maps =
    readme_directory = no
    receive_override_options =
    recipient_bcc_maps =
    recipient_canonical_classes = envelope_recipient, header_recipient
    recipient_canonical_maps =
    recipient_delimiter =
    reject_code = 554
    reject_tempfail_action = defer_if_permit
    relay_clientcerts =
    relay_delivery_slot_cost = $default_delivery_slot_cost
    relay_delivery_slot_discount = $default_delivery_slot_discount
    relay_delivery_slot_loan = $default_delivery_slot_loan
    relay_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
    relay_destination_concurrency_limit = $default_destination_concurrency_limit
    relay_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
    relay_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
    relay_destination_rate_delay = $default_destination_rate_delay
    relay_destination_recipient_limit = $default_destination_recipient_limit
    relay_domains = $mydestination
    relay_domains_reject_code = 554
    relay_extra_recipient_limit = $default_extra_recipient_limit
    relay_initial_destination_concurrency = $initial_destination_concurrency
    relay_minimum_delivery_slots = $default_minimum_delivery_slots
    relay_recipient_limit = $default_recipient_limit
    relay_recipient_maps =
    relay_recipient_refill_delay = $default_recipient_refill_delay
    relay_recipient_refill_limit = $default_recipient_refill_limit
    relay_transport = relay
    relayhost =
    relocated_maps =
    remote_header_rewrite_domain =
    require_home_directory = no
    reset_owner_alias = no
    resolve_dequoted_address = yes
    resolve_null_domain = no
    resolve_numeric_domain = no
    retry_delivery_slot_cost = $default_delivery_slot_cost
    retry_delivery_slot_discount = $default_delivery_slot_discount
    retry_delivery_slot_loan = $default_delivery_slot_loan
    retry_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
    retry_destination_concurrency_limit = $default_destination_concurrency_limit
    retry_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
    retry_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
    retry_destination_rate_delay = $default_destination_rate_delay
    retry_destination_recipient_limit = $default_destination_recipient_limit
    retry_extra_recipient_limit = $default_extra_recipient_limit
    retry_initial_destination_concurrency = $initial_destination_concurrency
    retry_minimum_delivery_slots = $default_minimum_delivery_slots
    retry_recipient_limit = $default_recipient_limit
    retry_recipient_refill_delay = $default_recipient_refill_delay
    retry_recipient_refill_limit = $default_recipient_refill_limit
    rewrite_service_name = rewrite
    sample_directory = /etc/postfix/sample
    send_cyrus_sasl_authzid = no
    sender_bcc_maps =
    sender_canonical_classes = envelope_sender, header_sender
    sender_canonical_maps =
    sender_dependent_default_transport_maps =
    sender_dependent_relayhost_maps =
    sendmail_fix_line_endings = always
    sendmail_path = /usr/sbin/sendmail
    service_throttle_time = 60s
    setgid_group = postdrop
    show_user_unknown_table_name = yes
    showq_service_name = showq
    smtp_address_preference = any
    smtp_always_send_ehlo = yes
    smtp_bind_address =
    smtp_bind_address6 =
    smtp_body_checks =
    smtp_cname_overrides_servername = no
    smtp_connect_timeout = 30s
    smtp_connection_cache_destinations =
    smtp_connection_cache_on_demand = yes
    smtp_connection_cache_time_limit = 2s
    smtp_connection_reuse_time_limit = 300s
    smtp_data_done_timeout = 600s
    smtp_data_init_timeout = 120s
    smtp_data_xfer_timeout = 180s
    smtp_defer_if_no_mx_address_found = no
    smtp_delivery_slot_cost = $default_delivery_slot_cost
    smtp_delivery_slot_discount = $default_delivery_slot_discount
    smtp_delivery_slot_loan = $default_delivery_slot_loan
    smtp_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
    smtp_destination_concurrency_limit = $default_destination_concurrency_limit
    smtp_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
    smtp_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
    smtp_destination_rate_delay = $default_destination_rate_delay
    smtp_destination_recipient_limit = $default_destination_recipient_limit
    smtp_discard_ehlo_keyword_address_maps =
    smtp_discard_ehlo_keywords =
    smtp_dns_resolver_options =
    smtp_enforce_tls = no
    smtp_extra_recipient_limit = $default_extra_recipient_limit
    smtp_fallback_relay = $fallback_relay
    smtp_generic_maps =
    smtp_header_checks =
    smtp_helo_name = $myhostname
    smtp_helo_timeout = 300s
    smtp_host_lookup = dns
    smtp_initial_destination_concurrency = $initial_destination_concurrency
    smtp_line_length_limit = 998
    smtp_mail_timeout = 300s
    smtp_mime_header_checks =
    smtp_minimum_delivery_slots = $default_minimum_delivery_slots
    smtp_mx_address_limit = 5
    smtp_mx_session_limit = 2
    smtp_nested_header_checks =
    smtp_never_send_ehlo = no
    smtp_per_record_deadline = no
    smtp_pix_workaround_delay_time = 10s
    smtp_pix_workaround_maps =
    smtp_pix_workaround_threshold_time = 500s
    smtp_pix_workarounds = disable_esmtp,delay_dotcrlf
    smtp_quit_timeout = 300s
    smtp_quote_rfc821_envelope = yes
    smtp_randomize_addresses = yes
    smtp_rcpt_timeout = 300s
    smtp_recipient_limit = $default_recipient_limit
    smtp_recipient_refill_delay = $default_recipient_refill_delay
    smtp_recipient_refill_limit = $default_recipient_refill_limit
    smtp_reply_filter =
    smtp_rset_timeout = 20s
    smtp_sasl_auth_cache_name =
    smtp_sasl_auth_cache_time = 90d
    smtp_sasl_auth_enable = no
    smtp_sasl_auth_soft_bounce = yes
    smtp_sasl_mechanism_filter =
    smtp_sasl_password_maps =
    smtp_sasl_path =
    smtp_sasl_security_options = noplaintext, noanonymous
    smtp_sasl_tls_security_options = $smtp_sasl_security_options
    smtp_sasl_tls_verified_security_options = $smtp_sasl_tls_security_options
    smtp_sasl_type = cyrus
    smtp_send_dummy_mail_auth = no
    smtp_send_xforward_command = no
    smtp_sender_dependent_authentication = no
    smtp_skip_5xx_greeting = yes
    smtp_skip_quit_response = yes
    smtp_starttls_timeout = 300s
    smtp_tls_CAfile =
    smtp_tls_CApath =
    smtp_tls_block_early_mail_reply = no
    smtp_tls_cert_file =
    smtp_tls_ciphers = export
    smtp_tls_dcert_file =
    smtp_tls_dkey_file = $smtp_tls_dcert_file
    smtp_tls_eccert_file =
    smtp_tls_eckey_file = $smtp_tls_eccert_file
    smtp_tls_enforce_peername = yes
    smtp_tls_exclude_ciphers =
    smtp_tls_fingerprint_cert_match =
    smtp_tls_fingerprint_digest = md5
    smtp_tls_key_file = $smtp_tls_cert_file
    smtp_tls_loglevel = 0
    smtp_tls_mandatory_ciphers = medium
    smtp_tls_mandatory_exclude_ciphers =
    smtp_tls_mandatory_protocols = !SSLv2
    smtp_tls_note_starttls_offer = no
    smtp_tls_per_site =
    smtp_tls_policy_maps =
    smtp_tls_protocols = !SSLv2
    smtp_tls_scert_verifydepth = 9
    smtp_tls_secure_cert_match = nexthop, dot-nexthop
    smtp_tls_security_level =
    smtp_tls_session_cache_database =
    smtp_tls_session_cache_timeout = 3600s
    smtp_tls_verify_cert_match = hostname
    smtp_use_tls = no
    smtp_xforward_timeout = 300s
    smtpd_authorized_verp_clients = $authorized_verp_clients
    smtpd_authorized_xclient_hosts =
    smtpd_authorized_xforward_hosts =
    smtpd_banner = $myhostname ESMTP $mail_name
    smtpd_client_connection_count_limit = 50
    smtpd_client_connection_rate_limit = 0
    smtpd_client_event_limit_exceptions = ${smtpd_client_connection_limit_exceptions:$mynetworks}
    smtpd_client_message_rate_limit = 0
    smtpd_client_new_tls_session_rate_limit = 0
    smtpd_client_port_logging = no
    smtpd_client_recipient_rate_limit = 0
    smtpd_client_restrictions =
    smtpd_command_filter =
    smtpd_data_restrictions =
    smtpd_delay_open_until_valid_rcpt = yes
    smtpd_delay_reject = yes
    smtpd_discard_ehlo_keyword_address_maps =
    smtpd_discard_ehlo_keywords =
    smtpd_end_of_data_restrictions =
    smtpd_enforce_tls = no
    smtpd_error_sleep_time = 1s
    smtpd_etrn_restrictions =
    smtpd_expansion_filter = \t\40!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~
    smtpd_forbidden_commands = CONNECT GET POST
    smtpd_hard_error_limit = ${stress?1}${stress:20}
    smtpd_helo_required = no
    smtpd_helo_restrictions =
    smtpd_history_flush_threshold = 100
    smtpd_junk_command_limit = ${stress?1}${stress:100}
    smtpd_milters =
    smtpd_noop_commands =
    smtpd_null_access_lookup_key = <>
    smtpd_peername_lookup = yes
    smtpd_per_record_deadline = ${stress?yes}${stress:no}
    smtpd_policy_service_max_idle = 300s
    smtpd_policy_service_max_ttl = 1000s
    smtpd_policy_service_timeout = 100s
    smtpd_proxy_ehlo = $myhostname
    smtpd_proxy_filter =
    smtpd_proxy_options =
    smtpd_proxy_timeout = 100s
    smtpd_recipient_limit = 1000
    smtpd_recipient_overshoot_limit = 1000
    smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
    smtpd_reject_footer =
    smtpd_reject_unlisted_recipient = yes
    smtpd_reject_unlisted_sender = no
    smtpd_restriction_classes =
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_authenticated_header = no
    smtpd_sasl_exceptions_networks =
    smtpd_sasl_local_domain =
    smtpd_sasl_path = private/auth
    smtpd_sasl_security_options = noanonymous, noplaintext
    smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
    smtpd_sasl_type = dovecot
    smtpd_sender_login_maps =
    smtpd_sender_restrictions =
    smtpd_service_name = smtpd
    smtpd_soft_error_limit = 10
    smtpd_starttls_timeout = ${stress?10}${stress:300}s
    smtpd_timeout = ${stress?10}${stress:300}s
    smtpd_tls_CAfile =
    smtpd_tls_CApath =
    smtpd_tls_always_issue_session_ids = yes
    smtpd_tls_ask_ccert = no
    smtpd_tls_auth_only = no
    smtpd_tls_ccert_verifydepth = 9
    smtpd_tls_cert_file =
    smtpd_tls_ciphers = export
    smtpd_tls_dcert_file =
    smtpd_tls_dh1024_param_file =
    smtpd_tls_dh512_param_file =
    smtpd_tls_dkey_file = $smtpd_tls_dcert_file
    smtpd_tls_eccert_file =
    smtpd_tls_eckey_file = $smtpd_tls_eccert_file
    smtpd_tls_eecdh_grade = strong
    smtpd_tls_exclude_ciphers =
    smtpd_tls_fingerprint_digest = md5
    smtpd_tls_key_file = $smtpd_tls_cert_file
    smtpd_tls_loglevel = 0
    smtpd_tls_mandatory_ciphers = medium
    smtpd_tls_mandatory_exclude_ciphers =
    smtpd_tls_mandatory_protocols = !SSLv2
    smtpd_tls_protocols =
    smtpd_tls_received_header = no
    smtpd_tls_req_ccert = no
    smtpd_tls_security_level =
    smtpd_tls_session_cache_database =
    smtpd_tls_session_cache_timeout = 3600s
    smtpd_tls_wrappermode = no
    smtpd_use_tls = no
    soft_bounce = no
    stale_lock_time = 500s
    stress =
    strict_7bit_headers = no
    strict_8bitmime = no
    strict_8bitmime_body = no
    strict_mailbox_ownership = yes
    strict_mime_encoding_domain = no
    strict_rfc821_envelopes = no
    sun_mailtool_compatibility = no
    swap_bangpath = yes
    syslog_facility = mail
    syslog_name = ${multi_instance_name:postfix}${multi_instance_name?$multi_instance_name}
    tcp_windowsize = 0
    tls_append_default_CA = no
    tls_daemon_random_bytes = 32
    tls_disable_workarounds =
    tls_eecdh_strong_curve = prime256v1
    tls_eecdh_ultra_curve = secp384r1
    tls_export_cipherlist = aNULL:-aNULL:ALL:+RC4:@STRENGTH
    tls_high_cipherlist = aNULL:-aNULL:ALL:!EXPORT:!LOW:!MEDIUM:+RC4:@STRENGTH
    tls_low_cipherlist = aNULL:-aNULL:ALL:!EXPORT:+RC4:@STRENGTH
    tls_medium_cipherlist = aNULL:-aNULL:ALL:!EXPORT:!LOW:+RC4:@STRENGTH
    tls_null_cipherlist = eNULL:!aNULL
    tls_preempt_cipherlist = no
    tls_random_bytes = 32
    tls_random_exchange_name = ${data_directory}/prng_exch
    tls_random_prng_update_period = 3600s
    tls_random_reseed_period = 3600s
    tls_random_source = dev:/dev/urandom
    tlsproxy_enforce_tls = $smtpd_enforce_tls
    tlsproxy_service_name = tlsproxy
    tlsproxy_tls_CAfile = $smtpd_tls_CAfile
    tlsproxy_tls_CApath = $smtpd_tls_CApath
    tlsproxy_tls_always_issue_session_ids = $smtpd_tls_always_issue_session_ids
    tlsproxy_tls_ask_ccert = $smtpd_tls_ask_ccert
    tlsproxy_tls_ccert_verifydepth = $smtpd_tls_ccert_verifydepth
    tlsproxy_tls_cert_file = $smtpd_tls_cert_file
    tlsproxy_tls_ciphers = $smtpd_tls_ciphers
    tlsproxy_tls_dcert_file = $smtpd_tls_dcert_file
    tlsproxy_tls_dh1024_param_file = $smtpd_tls_dh1024_param_file
    tlsproxy_tls_dh512_param_file = $smtpd_tls_dh512_param_file
    tlsproxy_tls_dkey_file = $smtpd_tls_dkey_file
    tlsproxy_tls_eccert_file = $smtpd_tls_eccert_file
    tlsproxy_tls_eckey_file = $smtpd_tls_eckey_file
    tlsproxy_tls_eecdh_grade = $smtpd_tls_eecdh_grade
    tlsproxy_tls_exclude_ciphers = $smtpd_tls_exclude_ciphers
    tlsproxy_tls_fingerprint_digest = $smtpd_tls_fingerprint_digest
    tlsproxy_tls_key_file = $smtpd_tls_key_file
    tlsproxy_tls_loglevel = $smtpd_tls_loglevel
    tlsproxy_tls_mandatory_ciphers = $smtpd_tls_mandatory_ciphers
    tlsproxy_tls_mandatory_exclude_ciphers = $smtpd_tls_mandatory_exclude_ciphers
    tlsproxy_tls_mandatory_protocols = $smtpd_tls_mandatory_protocols
    tlsproxy_tls_protocols = $smtpd_tls_protocols
    tlsproxy_tls_req_ccert = $smtpd_tls_req_ccert
    tlsproxy_tls_security_level = $smtpd_tls_security_level
    tlsproxy_tls_session_cache_timeout = $smtpd_tls_session_cache_timeout
    tlsproxy_use_tls = $smtpd_use_tls
    tlsproxy_watchdog_timeout = 10s
    trace_service_name = trace
    transport_maps =
    transport_retry_time = 60s
    trigger_timeout = 10s
    undisclosed_recipients_header =
    unknown_address_reject_code = 450
    unknown_address_tempfail_action = $reject_tempfail_action
    unknown_client_reject_code = 450
    unknown_helo_hostname_tempfail_action = $reject_tempfail_action
    unknown_hostname_reject_code = 450
    unknown_local_recipient_reject_code = 550
    unknown_relay_recipient_reject_code = 550
    unknown_virtual_alias_reject_code = 550
    unknown_virtual_mailbox_reject_code = 550
    unverified_recipient_defer_code = 450
    unverified_recipient_reject_code = 450
    unverified_recipient_reject_reason =
    unverified_recipient_tempfail_action = $reject_tempfail_action
    unverified_sender_defer_code = 450
    unverified_sender_reject_code = 450
    unverified_sender_reject_reason =
    unverified_sender_tempfail_action = $reject_tempfail_action
    verp_delimiter_filter = -=+
    virtual_alias_domains = $virtual_alias_maps
    virtual_alias_expansion_limit = 1000
    virtual_alias_maps = $virtual_maps
    virtual_alias_recursion_limit = 1000
    virtual_delivery_slot_cost = $default_delivery_slot_cost
    virtual_delivery_slot_discount = $default_delivery_slot_discount
    virtual_delivery_slot_loan = $default_delivery_slot_loan
    virtual_destination_concurrency_failed_cohort_limit = $default_destination_concurrency_failed_cohort_limit
    virtual_destination_concurrency_limit = $default_destination_concurrency_limit
    virtual_destination_concurrency_negative_feedback = $default_destination_concurrency_negative_feedback
    virtual_destination_concurrency_positive_feedback = $default_destination_concurrency_positive_feedback
    virtual_destination_rate_delay = $default_destination_rate_delay
    virtual_destination_recipient_limit = $default_destination_recipient_limit
    virtual_extra_recipient_limit = $default_extra_recipient_limit
    virtual_gid_maps =
    virtual_initial_destination_concurrency = $initial_destination_concurrency
    virtual_mailbox_base =
    virtual_mailbox_domains = $virtual_mailbox_maps
    virtual_mailbox_limit = 51200000
    virtual_mailbox_lock = fcntl, dotlock
    virtual_mailbox_maps =
    virtual_minimum_delivery_slots = $default_minimum_delivery_slots
    virtual_minimum_uid = 100
    virtual_recipient_limit = $default_recipient_limit
    virtual_recipient_refill_delay = $default_recipient_refill_delay
    virtual_recipient_refill_limit = $default_recipient_refill_limit
    virtual_transport = virtual
    virtual_uid_maps =
    postconf: warning: /etc/postfix/main.cf: unused parameter: smtpd_sasl_auth_only=yes
    Output from doveconf:
    # 2.1.9: /etc/dovecot/dovecot.conf
    # OS: Linux 3.4.7-1-ARCH x86_64 Arch Linux
    auth_anonymous_username = anonymous
    auth_cache_negative_ttl = 1 hours
    auth_cache_size = 0
    auth_cache_ttl = 1 hours
    auth_debug = yes
    auth_debug_passwords = no
    auth_default_realm =
    auth_failure_delay = 2 secs
    auth_first_valid_uid = 500
    auth_gssapi_hostname =
    auth_krb5_keytab =
    auth_last_valid_uid = 0
    auth_master_user_separator =
    auth_mechanisms = plain login
    auth_proxy_self =
    auth_realms =
    auth_socket_path = auth-userdb
    auth_ssl_require_client_cert = no
    auth_ssl_username_from_cert = no
    auth_use_winbind = no
    auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
    auth_username_format = %Lu
    auth_username_translation =
    auth_verbose = no
    auth_verbose_passwords = no
    auth_winbind_helper_path = /usr/bin/ntlm_auth
    auth_worker_max_count = 30
    base_dir = /var/run/dovecot
    config_cache_size = 1 M
    debug_log_path =
    default_client_limit = 1000
    default_idle_kill = 1 mins
    default_internal_user = dovecot
    default_login_user = dovenull
    default_process_limit = 100
    default_vsz_limit = 256 M
    deliver_log_format = msgid=%m: %$
    dict_db_config =
    director_doveadm_port = 0
    director_mail_servers =
    director_servers =
    director_user_expire = 15 mins
    director_username_hash = %Lu
    disable_plaintext_auth = yes
    dotlock_use_excl = yes
    doveadm_allowed_commands =
    doveadm_password =
    doveadm_proxy_port = 0
    doveadm_socket_path = doveadm-server
    doveadm_worker_count = 0
    dsync_alt_char = _
    dsync_remote_cmd = ssh -l%{login} %{host} doveadm dsync-server -u%u -l%{lock_timeout} -n%{namespace}
    first_valid_gid = 1
    first_valid_uid = 500
    hostname =
    imap_capability =
    imap_client_workarounds =
    imap_id_log =
    imap_id_send =
    imap_idle_notify_interval = 2 mins
    imap_logout_format = in=%i out=%o
    imap_max_line_length = 64 k
    imapc_features =
    imapc_host =
    imapc_list_prefix =
    imapc_master_user =
    imapc_password =
    imapc_port = 143
    imapc_rawlog_dir =
    imapc_ssl = no
    imapc_ssl_ca_dir =
    imapc_ssl_verify = yes
    imapc_user = %u
    import_environment = TZ LISTEN_PID LISTEN_FDS
    info_log_path =
    instance_name = dovecot
    last_valid_gid = 0
    last_valid_uid = 0
    lda_mailbox_autocreate = no
    lda_mailbox_autosubscribe = no
    lda_original_recipient_header =
    libexec_dir = /usr/lib/dovecot
    listen = *, ::
    lmtp_address_translate =
    lmtp_proxy = no
    lmtp_save_to_detail_mailbox = no
    lock_method = fcntl
    log_path = /var/log/dovecot.log
    log_timestamp = "%b %d %H:%M:%S "
    login_access_sockets =
    login_greeting = Dovecot ready.
    login_log_format = %$: %s
    login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c session=<%{session}>
    login_trusted_networks =
    mail_access_groups = mail
    mail_attachment_dir =
    mail_attachment_fs = sis posix
    mail_attachment_hash = %{sha1}
    mail_attachment_min_size = 128 k
    mail_cache_fields = flags
    mail_cache_min_mail_count = 0
    mail_chroot =
    mail_debug = no
    mail_fsync = optimized
    mail_full_filesystem_access = no
    mail_gid =
    mail_home =
    mail_location = maildir:~/Maildir
    mail_log_prefix = "%s(%u): "
    mail_max_keyword_length = 50
    mail_max_lock_timeout = 0
    mail_max_userip_connections = 10
    mail_never_cache_fields = imap.envelope
    mail_nfs_index = no
    mail_nfs_storage = no
    mail_plugin_dir = /usr/lib/dovecot/modules
    mail_plugins =
    mail_prefetch_count = 0
    mail_privileged_group =
    mail_save_crlf = no
    mail_shared_explicit_inbox = yes
    mail_temp_dir = /tmp
    mail_temp_scan_interval = 1 weeks
    mail_uid =
    mailbox_idle_check_interval = 30 secs
    mailbox_list_index = no
    maildir_broken_filename_sizes = no
    maildir_copy_with_hardlinks = yes
    maildir_stat_dirs = no
    maildir_very_dirty_syncs = no
    master_user_separator =
    mbox_dirty_syncs = yes
    mbox_dotlock_change_timeout = 2 mins
    mbox_lazy_writes = yes
    mbox_lock_timeout = 5 mins
    mbox_md5 = apop3d
    mbox_min_index_size = 0
    mbox_read_locks = fcntl
    mbox_very_dirty_syncs = no
    mbox_write_locks = dotlock fcntl
    mdbox_preallocate_space = no
    mdbox_rotate_interval = 0
    mdbox_rotate_size = 2 M
    mmap_disable = no
    passdb {
    args =
    default_fields =
    deny = no
    driver = pam
    master = no
    override_fields =
    pass = no
    pop3_client_workarounds =
    pop3_enable_last = no
    pop3_fast_size_lookups = no
    pop3_lock_session = no
    pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s
    pop3_no_flag_updates = no
    pop3_reuse_xuidl = no
    pop3_save_uidl = no
    pop3_uidl_duplicates = allow
    pop3_uidl_format = %08Xu%08Xv
    pop3c_host =
    pop3c_master_user =
    pop3c_password =
    pop3c_port = 110
    pop3c_rawlog_dir =
    pop3c_ssl = no
    pop3c_ssl_ca_dir =
    pop3c_ssl_verify = yes
    pop3c_user = %u
    postmaster_address =
    protocols = imap
    quota_full_tempfail = no
    recipient_delimiter = +
    rejection_reason = Your message to <%t> was automatically rejected:%n%r
    rejection_subject = Rejected: %s
    replication_full_sync_interval = 12 hours
    replication_max_conns = 10
    replicator_host = replicator
    replicator_port = 0
    sendmail_path = /usr/sbin/sendmail
    service aggregator {
    chroot = .
    client_limit = 0
    drop_priv_before_exec = no
    executable = aggregator
    extra_groups =
    fifo_listener replication-notify-fifo {
    group =
    mode = 0600
    user =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 0
    process_min_avail = 0
    protocol =
    service_count = 0
    type =
    unix_listener replication-notify {
    group =
    mode = 0600
    user =
    user = $default_internal_user
    vsz_limit = 18446744073709551615 B
    service anvil {
    chroot = empty
    client_limit = 0
    drop_priv_before_exec = no
    executable = anvil
    extra_groups =
    group =
    idle_kill = 4294967295 secs
    privileged_group =
    process_limit = 1
    process_min_avail = 1
    protocol =
    service_count = 0
    type = anvil
    unix_listener anvil-auth-penalty {
    group =
    mode = 0600
    user =
    unix_listener anvil {
    group =
    mode = 0600
    user =
    user = $default_internal_user
    vsz_limit = 18446744073709551615 B
    service auth-worker {
    chroot =
    client_limit = 1
    drop_priv_before_exec = no
    executable = auth -w
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 0
    process_min_avail = 0
    protocol =
    service_count = 1
    type =
    unix_listener auth-worker {
    group =
    mode = 0600
    user = $default_internal_user
    user =
    vsz_limit = 18446744073709551615 B
    service auth {
    chroot =
    client_limit = 0
    drop_priv_before_exec = no
    executable = auth
    extra_groups =
    group =
    idle_kill = 0
    inet_listener {
    address =
    port = 12345
    ssl = no
    privileged_group =
    process_limit = 1
    process_min_avail = 0
    protocol =
    service_count = 0
    type =
    unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0666
    user = postfix
    unix_listener auth-client {
    group = postfix
    mode = 0660
    user = postfix
    unix_listener auth-login {
    group =
    mode = 0600
    user = $default_internal_user
    unix_listener auth-master {
    group =
    mode = 0600
    user =
    unix_listener auth-userdb {
    group =
    mode = 0666
    user = $default_internal_user
    unix_listener login/login {
    group =
    mode = 0666
    user =
    user = root
    vsz_limit = 18446744073709551615 B
    service config {
    chroot =
    client_limit = 0
    drop_priv_before_exec = no
    executable = config
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 0
    process_min_avail = 0
    protocol =
    service_count = 0
    type = config
    unix_listener config {
    group =
    mode = 0600
    user =
    user =
    vsz_limit = 18446744073709551615 B
    service dict {
    chroot =
    client_limit = 1
    drop_priv_before_exec = no
    executable = dict
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 0
    process_min_avail = 0
    protocol =
    service_count = 0
    type =
    unix_listener dict {
    group =
    mode = 0600
    user =
    user = $default_internal_user
    vsz_limit = 18446744073709551615 B
    service director {
    chroot = .
    client_limit = 0
    drop_priv_before_exec = no
    executable = director
    extra_groups =
    fifo_listener login/proxy-notify {
    group =
    mode = 00
    user =
    group =
    idle_kill = 4294967295 secs
    privileged_group =
    process_limit = 1
    process_min_avail = 0
    protocol =
    service_count = 0
    type =
    unix_listener director-admin {
    group =
    mode = 0600
    user =
    unix_listener login/director {
    group =
    mode = 00
    user =
    user = $default_internal_user
    vsz_limit = 18446744073709551615 B
    service dns_client {
    chroot =
    client_limit = 1
    drop_priv_before_exec = no
    executable = dns-client
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 0
    process_min_avail = 0
    protocol =
    service_count = 0
    type =
    unix_listener dns-client {
    group =
    mode = 0666
    user =
    unix_listener login/dns-client {
    group =
    mode = 0666
    user =
    user = $default_internal_user
    vsz_limit = 18446744073709551615 B
    service doveadm {
    chroot =
    client_limit = 1
    drop_priv_before_exec = no
    executable = doveadm-server
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 0
    process_min_avail = 0
    protocol =
    service_count = 1
    type =
    unix_listener doveadm-server {
    group =
    mode = 0600
    user =
    user =
    vsz_limit = 18446744073709551615 B
    service imap-login {
    chroot = login
    client_limit = 0
    drop_priv_before_exec = no
    executable = imap-login
    extra_groups =
    group =
    idle_kill = 0
    inet_listener imap {
    address =
    port = 143
    ssl = no
    inet_listener imaps {
    address =
    port = 993
    ssl = yes
    privileged_group =
    process_limit = 0
    process_min_avail = 0
    protocol = imap
    service_count = 1
    type = login
    user = $default_login_user
    vsz_limit = 18446744073709551615 B
    service imap {
    chroot =
    client_limit = 1
    drop_priv_before_exec = no
    executable = imap
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 1024
    process_min_avail = 0
    protocol = imap
    service_count = 1
    type =
    unix_listener login/imap {
    group =
    mode = 0666
    user =
    user =
    vsz_limit = 18446744073709551615 B
    service indexer-worker {
    chroot =
    client_limit = 1
    drop_priv_before_exec = no
    executable = indexer-worker
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 10
    process_min_avail = 0
    protocol =
    service_count = 0
    type =
    unix_listener indexer-worker {
    group =
    mode = 0600
    user = $default_internal_user
    user =
    vsz_limit = 18446744073709551615 B
    service indexer {
    chroot =
    client_limit = 0
    drop_priv_before_exec = no
    executable = indexer
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 1
    process_min_avail = 0
    protocol =
    service_count = 0
    type =
    unix_listener indexer {
    group =
    mode = 0666
    user =
    user = $default_internal_user
    vsz_limit = 18446744073709551615 B
    service ipc {
    chroot = empty
    client_limit = 0
    drop_priv_before_exec = no
    executable = ipc
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 1
    process_min_avail = 0
    protocol =
    service_count = 0
    type =
    unix_listener ipc {
    group =
    mode = 0600
    user =
    unix_listener login/ipc-proxy {
    group =
    mode = 0600
    user = $default_login_user
    user = $default_internal_user
    vsz_limit = 18446744073709551615 B
    service lmtp {
    chroot =
    client_limit = 1
    drop_priv_before_exec = no
    executable = lmtp
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 0
    process_min_avail = 0
    protocol = lmtp
    service_count = 0
    type =
    unix_listener lmtp {
    group =
    mode = 0666
    user =
    user =
    vsz_limit = 18446744073709551615 B
    service log {
    chroot =
    client_limit = 0
    drop_priv_before_exec = no
    executable = log
    extra_groups =
    group =
    idle_kill = 4294967295 secs
    privileged_group =
    process_limit = 1
    process_min_avail = 0
    protocol =
    service_count = 0
    type = log
    unix_listener log-errors {
    group =
    mode = 0600
    user =
    user =
    vsz_limit = 18446744073709551615 B
    service pop3-login {
    chroot = login
    client_limit = 0
    drop_priv_before_exec = no
    executable = pop3-login
    extra_groups =
    group =
    idle_kill = 0
    inet_listener pop3 {
    address =
    port = 110
    ssl = no
    inet_listener pop3s {
    address =
    port = 995
    ssl = yes
    privileged_group =
    process_limit = 0
    process_min_avail = 0
    protocol = pop3
    service_count = 1
    type = login
    user = $default_login_user
    vsz_limit = 18446744073709551615 B
    service pop3 {
    chroot =
    client_limit = 1
    drop_priv_before_exec = no
    executable = pop3
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 1024
    process_min_avail = 0
    protocol = pop3
    service_count = 1
    type =
    unix_listener login/pop3 {
    group =
    mode = 0666
    user =
    user =
    vsz_limit = 18446744073709551615 B
    service replicator {
    chroot =
    client_limit = 0
    drop_priv_before_exec = no
    executable = replicator
    extra_groups =
    group =
    idle_kill = 4294967295 secs
    privileged_group =
    process_limit = 1
    process_min_avail = 0
    protocol =
    service_count = 0
    type =
    unix_listener replicator {
    group =
    mode = 0600
    user = $default_internal_user
    user =
    vsz_limit = 18446744073709551615 B
    service ssl-params {
    chroot =
    client_limit = 0
    drop_priv_before_exec = no
    executable = ssl-params
    extra_groups =
    group =
    idle_kill = 0
    privileged_group =
    process_limit = 0
    process_min_avail = 0
    protocol =
    service_count = 0
    type = startup
    unix_listener login/ssl-params {
    group =
    mode = 0666
    user =
    user =
    vsz_limit = 18446744073709551615 B
    service stats {
    chroot = empty
    client_limit = 0
    drop_priv_before_exec = no
    executable = stats
    extra_groups =
    fifo_listener stats-mail {
    group =
    mode = 0600
    user =
    group =
    idle_kill = 4294967295 secs
    privileged_group =
    process_limit = 1
    process_min_avail = 0
    protocol =
    service_count = 0
    type =
    unix_listener stats {
    group =
    mode = 0600
    user =
    user = $default_internal_user
    vsz_limit = 18446744073709551615 B
    shutdown_clients = yes
    ssl = yes
    ssl_ca =
    ssl_cert = /etc/ssl/certs/mail.crt
    ssl_cert_username_field = commonName
    ssl_cipher_list = ALL:!LOW:!SSLv2:!EXP:!aNULL
    ssl_client_cert =
    ssl_client_key =
    ssl_crypto_device =
    ssl_key = /etc/ssl/private/mail.key
    ssl_key_password =
    ssl_parameters_regenerate = 1 weeks
    ssl_protocols = !SSLv2
    ssl_require_crl = yes
    ssl_verify_client_cert = no
    stats_command_min_time = 1 mins
    stats_domain_min_time = 12 hours
    stats_ip_min_time = 12 hours
    stats_memory_limit = 16 M
    stats_session_min_time = 15 mins
    stats_user_min_time = 1 hours
    submission_host =
    syslog_facility = mail
    userdb {
    args =
    default_fields =
    driver = passwd
    override_fields =
    valid_chroot_dirs =
    verbose_proctitle = no
    verbose_ssl = yes
    version_ignore = no
    protocol imap {
    imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
    Last edited by ryukafalz (2012-08-08 15:10:31)

    Oh, my apologies, I'd forgotten about the -n flag.  In any case, the lines you quoted from my config are for smtp client auth, which I'm not using.  The three lines you provided are for smtp server auth, and they're already in my config.  My fault, it's easy to miss that when wading through that huge output I provided.
    postconf -n output:
    alias_database = $alias_maps
    alias_maps = hash:/etc/postfix/aliases
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/lib/postfix
    data_directory = /var/lib/postfix
    debug_peer_level = 2
    debug_peer_list = 127.0.0.1
    debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
    home_mailbox = Maildir/
    html_directory = no
    inet_interfaces = all
    inet_protocols = ipv4
    mail_owner = postfix
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mydestination = $myhostname, localhost.$mydomain, localhost
    mydomain = (hidden)
    myhostname = (hidden)
    mynetworks_style = host
    myorigin = $mydomain
    newaliases_path = /usr/bin/newaliases
    queue_directory = /var/spool/postfix
    readme_directory = no
    sample_directory = /etc/postfix/sample
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_path = private/auth
    smtpd_sasl_security_options = noanonymous, noplaintext
    smtpd_sasl_type = dovecot
    unknown_local_recipient_reject_code = 550
    postconf: warning: /etc/postfix/main.cf: unused parameter: smtpd_sasl_auth_only=yes
    doveconf -n output (in case you need it):
    # 2.1.9: /etc/dovecot/dovecot.conf
    # OS: Linux 3.4.7-1-ARCH x86_64 Arch Linux
    auth_debug = yes
    auth_mechanisms = plain login
    log_path = /var/log/dovecot.log
    mail_access_groups = mail
    mail_location = maildir:~/Maildir
    passdb {
    driver = pam
    protocols = imap
    service auth {
    inet_listener {
    port = 12345
    unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0666
    user = postfix
    unix_listener auth-client {
    group = postfix
    mode = 0660
    user = postfix
    user = root
    ssl_cert = /etc/ssl/certs/mail.crt
    ssl_key = /etc/ssl/private/mail.key
    userdb {
    driver = passwd
    verbose_ssl = yes
    protocol imap {
    imap_client_workarounds = delay-newmail tb-extra-mailbox-sep

  • HELP...   Since last week, I can not awake from sleep. After reading a review I downloaded Deep Sleep, but after the first deep sleep, my MBP (late 2011 with Mountain Lion), developed a problem restarting from sleep.

    HELP...   Since last week, I can not awake from sleep. After reading a review I downloaded Deep Sleep, but after the first deep sleep, my MBP (late 2011 with Mountain Lion), developed a problem restarting from sleep. I straight away uninstalled Deep Sleep, but the problem has increased.
    Now when I try to awake from sleep, a grey screen with the apple logo appears with a progress bar underneath it, which slowly moves to the forelast indicator, then it stops and a audio signal starts.  Three bleeps and pause.
    Then when I press the on/off botton and restart the system, the underneath error reports appears with the heading  RAPPORTD unexpectedly failed.
    Can any one help?
    Process:         rapportd [235]
    Path:            /Library/Rapport/*/rapportd
    Identifier:      rapportd
    Version:         ???
    Code Type:       X86 (Native)
    Parent Process:  launchd [196]
    User ID:         501
    Date/Time:       2012-08-27 11:38:13.723 +0200
    OS Version:      Mac OS X 10.8.1 (12B19)
    Report Version:  10
    Interval Since Last Report:          8281 sec
    Crashes Since Last Report:           5
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                      F7A70155-2067-4184-A500-CECB394A71B3
    Crashed Thread:  5
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000920
    VM Regions Near 0x920:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Library/Rapport/*
        __TEXT                 0000000000001000-0000000000065000 [  400K] r-x/rwx SM=COW  /Library/Rapport/*
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x991479c9 szone_free_definite_size + 3565
    1   libsystem_c.dylib                       0x99141cdc free + 217
    2   rapportd                                0x00022a80 refree + 43
    3   rapportd                                0x0001dc09 dictionary_free + 97
    4   RapportUtil1.dylib                      0x001893ea CLocalSection::~CLocalSection() + 40
    5   RapportUtil1.dylib                      0x0018e17b CSimplePersistentSection::~CSimplePersistentSection() + 97
    6   RapportUtil1.dylib                      0x00186e07 counted_ptr<IConfigurationSection>::release() + 57
    7   RapportUtil1.dylib                      0x00186512 SectionSynchronizer::~SectionSynchronizer() + 54
    8   RapportUtil1.dylib                      0x00186e07 counted_ptr<IConfigurationSection>::release() + 57
    9   RapportUtil1.dylib                      0x001885d8 std::pair<std::string const, counted_ptr<IConfigurationSection> >::~pair() + 26
    10  RapportUtil1.dylib                      0x00188628 __gnu_cxx::hashtable<std::pair<std::string const, counted_ptr<IConfigurationSection> >, std::string, __gnu_cxx::hash<std::string>, std::_Select1st<std::pair<std::string const, counted_ptr<IConfigurationSection> > >, std::equal_to<std::string>, std::allocator<counted_ptr<IConfigurationSection> > >::_M_delete_node(__gnu_cxx::_Hashtable_node<std::pair<std::string const, counted_ptr<IConfigurationSection> > >*) + 44
    11  RapportUtil1.dylib                      0x00188994 __gnu_cxx::hashtable<std::pair<std::string const, counted_ptr<IConfigurationSection> >, std::string, __gnu_cxx::hash<std::string>, std::_Select1st<std::pair<std::string const, counted_ptr<IConfigurationSection> > >, std::equal_to<std::string>, std::allocator<counted_ptr<IConfigurationSection> > >::clear() + 62
    12  RapportUtil1.dylib                      0x001889eb __gnu_cxx::hashtable<std::pair<std::string const, counted_ptr<IConfigurationSection> >, std::string, __gnu_cxx::hash<std::string>, std::_Select1st<std::pair<std::string const, counted_ptr<IConfigurationSection> > >, std::equal_to<std::string>, std::allocator<counted_ptr<IConfigurationSection> > >::~hashtable() + 23
    13  RapportUtil1.dylib                      0x00186791 CConfigurationManager::~CConfigurationManager() + 77
    14  RapportUtil1.dylib                      0x0019a8e3 counted_ptr<CConfigurationManager>::release() + 57
    15  RapportUtil1.dylib                      0x0019b348 configuration::~configuration() + 54
    16  RapportUtil1.dylib                      0x0019a113 counted_ptr<configuration>::release() + 57
    17  libsystem_c.dylib                       0x99161edb __cxa_finalize + 184
    18  libsystem_c.dylib                       0x99164dd5 exit + 23
    19  rapportd                                0x00002317 start + 63
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x98a8b9ae kevent + 10
    1   libdispatch.dylib                       0x99223cc5 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x992237fd _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x98a8b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9912a04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99129e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99111cca start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x98a8b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9912a04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99129e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99111cca start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x98a8b0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9912a04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99129e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99111cca start_wqthread + 30
    Thread 5 Crashed:
    0   rapportd                                0x0002c66c threaded_service::main(void*) + 208
    1   libsystem_c.dylib                       0x99127557 _pthread_start + 344
    2   libsystem_c.dylib                       0x99111cee thread_start + 34
    Thread 5 crashed with X86 Thread State (32-bit):
      eax: 0x00000900  ebx: 0x0002c5a7  ecx: 0xbffff894  edx: 0xbffff88c
      edi: 0xbffff898  esi: 0x00012868  ebp: 0xb030af98  esp: 0xb030af40
       ss: 0x00000023  efl: 0x00010202  eip: 0x0002c66c   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000920
    Logical CPU: 0
    Binary Images:
        0x1000 -    0x64fef +rapportd (???) <322EF040-125E-3D79-4A2F-01BB8B1415E9> /Library/Rapport/*/rapportd
       0xaf000 -   0x147ff7 +RapportWR.dylib (1) <A50472EA-F9E8-3C45-E173-216263532AEC> /Library/Rapport/*/RapportWR.dylib
      0x16e000 -   0x2faffb +RapportUtil1.dylib (1) <087D94DE-7376-A5E6-C000-2895F7D0AA60> /Library/Rapport/*/RapportUtil1.dylib
      0x3f8000 -   0x420fef +librooksbas.dylib (1) <75079BEF-ED76-12F6-5973-3B4584AFA1E4> /Library/Rapport/*/librooksbas.dylib
      0x718000 -   0x725ffb  com.apple.Librarian (1.1 - 1) <C8D82AA3-AE5E-3B6D-A8D1-847856057186> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
      0x732000 -   0x733fff +com.ecamm.pluginloader (Ecamm Plugin Loader v1.0.5 - 1.0.5) /Library/InputManagers/*/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0x8fe77000 - 0x8fea9e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x9000e000 - 0x9001bff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x90135000 - 0x90135fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x90294000 - 0x90294fff  libSystem.B.dylib (169.3) <4F99C03B-BBFF-3BF8-8CC2-2DA764447446> /usr/lib/libSystem.B.dylib
    0x90295000 - 0x90295fff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90296000 - 0x90296fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90297000 - 0x90679ff7  com.apple.HIToolbox (2.0 - 624) <04C20B6A-FE3D-396E-BCAF-AC4DBAB3747E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x90acc000 - 0x90b30ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x90b3f000 - 0x90db9ff3  com.apple.RawCamera.bundle (3.14.2 - 644) <3A5383AC-F30A-3674-88F4-DF82ADE8D73E> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x90dba000 - 0x90dc7fff  libGL.dylib (8.5) <B411046C-3068-3A22-B3F1-9E78C5888232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90dc8000 - 0x90e5affb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90e5b000 - 0x90f05ff7  com.apple.LaunchServices (539 - 539) <4C026504-5420-35D7-912E-A584C6F9FFC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90f06000 - 0x90f4bff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9114e000 - 0x91158fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x91159000 - 0x911b6fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x911c3000 - 0x911cafff  liblaunch.dylib (442.21) <349330F8-1BBF-3B78-AFB2-4F32413CE971> /usr/lib/system/liblaunch.dylib
    0x911cb000 - 0x91219ffb  com.apple.SystemConfiguration (1.12 - 1.12) <5859B368-4118-3755-A197-0A8172514ADA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9121a000 - 0x9121effe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x9121f000 - 0x91220fff  libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib
    0x91223000 - 0x91279ff3  com.apple.HIServices (1.20 - 416) <C52A00FD-76D6-34F3-95D1-7EDB857EC5E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x912b7000 - 0x913afff2  libsqlite3.dylib (138) <AA00F27E-B72D-31DE-8EE4-985227CC9912> /usr/lib/libsqlite3.dylib
    0x913b0000 - 0x913b2ffb  libRadiance.dylib (843) <6C2B92DB-A537-3618-9E68-F006DF427D2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x913b3000 - 0x913f7fff  libGLU.dylib (8.5) <DC69992A-2547-38FF-ABD1-BDE19EA75C08> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91428000 - 0x9144aff3  libc++abi.dylib (24.2) <4C064BFE-B8B4-35CA-AB3C-F6A47D47A0F2> /usr/lib/libc++abi.dylib
    0x91571000 - 0x91571ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <B688A998-93B5-3D9B-BAE4-E49947AA82B4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91572000 - 0x915b3ff7  libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib
    0x915b4000 - 0x915c2fff  com.apple.opengl (1.8.5 - 1.8.5) <8EB6DEE7-7248-3644-B840-35174755C356> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x915c3000 - 0x91625fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x91651000 - 0x91a09ffa  libLAPACK.dylib (1073.3) <0F813868-D84F-365D-8A7B-67FDA169F19C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91a0d000 - 0x91e2aff3  FaceCoreLight (2.0.1) <3EF03B25-C361-31A6-8704-3FBFFBD0E10B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x91e30000 - 0x91e54fff  libJPEG.dylib (843) <04383F74-067F-3E98-882F-21F5B9578984> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91f89000 - 0x92087ff7  libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x92088000 - 0x9208cffc  libGIF.dylib (843) <355B672B-D07D-36FE-B6B9-142406ACFBA2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9219e000 - 0x9245bff3  com.apple.security (7.0 - 55178.0.1) <EB90D52E-27EC-3874-BA15-C69976F1067A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9249f000 - 0x924fafff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x924fb000 - 0x9253aff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9253b000 - 0x92589ffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9258a000 - 0x925bbff7  com.apple.DictionaryServices (1.2 - 184) <9199E88F-2477-3596-9F56-B8E317A7164D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x925bc000 - 0x92745ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92746000 - 0x92750fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x92751000 - 0x92771ff7  com.apple.ChunkingLibrary (2.0 - 132) <172C3F7F-CB49-323F-932F-35340999979E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x92772000 - 0x92a77fff  com.apple.CoreServices.CarbonCore (1037 - 1037) <92494ADA-2ED1-3141-81B9-23F2C27E779C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92fbb000 - 0x92fbffff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93003000 - 0x930c1ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x930c2000 - 0x93162ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93163000 - 0x931affff  libcorecrypto.dylib (106) <FAAD1A30-0D84-3A17-AC40-288EF0F529AA> /usr/lib/system/libcorecrypto.dylib
    0x93208000 - 0x93dc1fff  com.apple.AppKit (6.8 - 1187) <5E13B150-4096-3B61-9DC0-6ABA48F6515B> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93dc2000 - 0x93e04ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x94492000 - 0x94501ffb  com.apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x94502000 - 0x9461dff7  com.apple.desktopservices (1.7.1 - 1.7.1) <0039FBAA-BB0B-36B7-962F-BDAC8E3D1C58> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94994000 - 0x94994fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x949cb000 - 0x949ceffb  com.apple.TCC (1.0 - 1) <C1B2A1EB-9EA2-3340-8611-F788C87A951F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x9524c000 - 0x952b2fff  com.apple.print.framework.PrintCore (8.0 - 387) <84DFC4F0-3186-3C59-9EBD-9EF2C3561A43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x952b3000 - 0x952b3fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x952b4000 - 0x952f9ff5  com.apple.opencl (2.1.17 - 2.1.17) <921C1549-637A-33D7-A891-834FB9F582C7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x952fa000 - 0x9531efff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x9531f000 - 0x95497ff5  com.apple.QuartzCore (1.8 - 304.0) <0B0EC55A-9084-3E28-9A84-1813CE3FAA9B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x95498000 - 0x9549bffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x95516000 - 0x95958ff3  com.apple.CoreGraphics (1.600.0 - 322) <2E04AAAD-8403-3819-BD6C-9836D42F58B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x95959000 - 0x9595bfff  com.apple.securityhi (4.0 - 55002) <15E9B9BC-108F-3416-A0A7-A321A85081F7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95d59000 - 0x95d5cfff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95d5d000 - 0x95d6bfff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x95d6c000 - 0x95d6dffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x95d78000 - 0x95dedff7  com.apple.ApplicationServices.ATS (332 - 341) <EC79D064-1399-3F33-BACC-6D93A5BE04E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95e03000 - 0x95e5aff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x95e5b000 - 0x95e5bfff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x95eb3000 - 0x95f66ff7  com.apple.coreui (2.0 - 181) <4F071012-F857-367D-B0B8-EAD088A05740> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95faf000 - 0x95fbdff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x95fbe000 - 0x962dbfff  com.apple.Foundation (6.8 - 945) <B6F00754-C3F7-3E33-B708-CCEA2AA3E969> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x962dc000 - 0x962e4fff  com.apple.DiskArbitration (2.5 - 2.5) <E49427B0-5317-3DFD-B12E-117402BB19CB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x962e5000 - 0x962f3ff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x969fc000 - 0x96bb8ffd  libicucore.A.dylib (491.11.1) <DB04A8FD-9BBE-3CBC-869F-8FA855FB43D2> /usr/lib/libicucore.A.dylib
    0x96bb9000 - 0x96bc9ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96bca000 - 0x96bd3ffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96eeb000 - 0x96f01fff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x96f02000 - 0x96f02fff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96f34000 - 0x96f35fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x96f36000 - 0x9708dff7  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <6856CA9B-BF08-341B-AEE9-91CC258D4534> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x970b4000 - 0x970b8fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x970b9000 - 0x970bbfff  libCVMSPluginSupport.dylib (8.5) <A91DC66E-5A16-31AC-9B6A-605292573281> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x97107000 - 0x97113ff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x97114000 - 0x97199ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9719a000 - 0x9719affd  libOpenScriptingUtil.dylib (148) <6B34E8E4-EE31-3E2B-AEB3-8714C3102AED> /usr/lib/libOpenScriptingUtil.dylib
    0x9719b000 - 0x97249ff3  com.apple.CoreText (260.0 - 275.14) <3CC31B7F-5560-364A-ADFC-31861C3C2328> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x97264000 - 0x9729affb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9729b000 - 0x972eaff6  libTIFF.dylib (843) <AA81BA16-8026-35DA-8193-2C8715ACD435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x972ef000 - 0x972f0fff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x972f1000 - 0x97388fff  com.apple.ink.framework (1.4 - 110) <C01F2572-E7E4-3A6C-B4F2-2F97B4AD43D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9738d000 - 0x9738effd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x9738f000 - 0x97393fff  com.apple.IOSurface (86.0.2 - 86.0.2) <BDF93CE4-9F14-3747-9CD5-FFE71D488BDA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x97394000 - 0x973c1ffb  com.apple.CoreServicesInternal (153 - 153) <DB105788-CCF5-3678-88C5-65A7267DC581> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x973ce000 - 0x973d1ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x973d2000 - 0x973d2fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97435000 - 0x97635ffb  com.apple.CoreData (106 - 407.5) <B4386286-5C67-3134-A5BD-852447DA696E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97636000 - 0x9763dff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x97680000 - 0x976a4ff2  com.apple.framework.familycontrols (4.0 - 400) <A313D83E-5A03-3174-A213-1F7D379040D1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x976a5000 - 0x976a6fff  libdnsinfo.dylib (453.16) <6441AEC9-3916-3BF6-BE54-9C25E2BE61E1> /usr/lib/system/libdnsinfo.dylib
    0x976a7000 - 0x97938ffb  com.apple.CoreImage (8.0.17 - 1.0.1) <CE54EC11-1C41-3857-B82D-F8B7D1798F42> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x97939000 - 0x9794bfff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x97996000 - 0x97aa315f  libobjc.A.dylib (532) <9663A040-F232-3E2A-8318-AA40B940AF6F> /usr/lib/libobjc.A.dylib
    0x97aa4000 - 0x97b95ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x97b9d000 - 0x97ca8ff7  libJP2.dylib (843) <D8FE1E1C-D4DC-3465-95C4-AEADD6C2611C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x97d41000 - 0x97d58fff  com.apple.GenerationalStorage (1.1 - 132.1) <4E0F0C47-7796-3152-A77D-F6456287498A> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x97d59000 - 0x97d65ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x97da9000 - 0x97e03fff  com.apple.Symbolication (1.3 - 93) <D327EEFF-F2F5-39C4-B1EC-32E259DC04F1> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x97e04000 - 0x97e10ffd  com.apple.CrashReporterSupport (10.8.1 - 412) <9BBEBED1-DEDD-3258-A8CC-F46EC5CDD4F7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x97e14000 - 0x97e27ff9  com.apple.MultitouchSupport.framework (235.27 - 235.27) <75D9C0FD-6A40-3A9E-8861-C74DBE137CF3> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x97e82000 - 0x97e9ffff  com.apple.openscripting (1.3.5 - 148) <3460338D-B686-3C33-B322-DC8391668F8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x97ea0000 - 0x97eacffc  libkxld.dylib (2050.9.2) <301804CB-55F1-3A9B-BC45-DEB020C22C6F> /usr/lib/system/libkxld.dylib
    0x97eb7000 - 0x97ec1ffc  com.apple.bsd.ServiceManagement (2.0 - 2.0) <D3112172-D3A7-3C9A-825D-5630D47327D1> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x97ef4000 - 0x97f11fff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x97f8f000 - 0x97fabff7  libPng.dylib (843) <43C3DD20-4BB2-3429-A40A-7FF9BC50E5FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97fac000 - 0x98095ff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x98096000 - 0x9809aff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x9809b000 - 0x980a4ff9  com.apple.CommonAuth (3.0 - 2.0) <A1A6CC3D-AA88-3519-A305-9B5D76C5D63B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x980f1000 - 0x9810efff  libxpc.dylib (140.37) <F61095FA-B2CF-3CD8-9088-9D9FC18B38BC> /usr/lib/system/libxpc.dylib
    0x9810f000 - 0x9824aff7  libBLAS.dylib (1073.3) <804B5AF7-2646-31D1-8875-FCCF158476D4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9824b000 - 0x982e3ff7  com.apple.CoreServices.OSServices (557 - 557) <F7CDD65A-3D2E-3AAE-BD55-4C604C9D1709> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x982e4000 - 0x982e5fff  libDiagnosticMessagesClient.dylib (7) <B2BC685E-C129-3F6B-9222-AF3CF4F186AC> /usr/lib/libDiagnosticMessagesClient.dylib
    0x982e6000 - 0x98313ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x98314000 - 0x98315fff  libremovefile.dylib (23.1) <98622D14-DAAB-3AD8-A5D9-C322BF572A98> /usr/lib/system/libremovefile.dylib
    0x985a8000 - 0x985cdff7  com.apple.CoreVideo (1.8 - 99.0) <7A90C337-4493-3393-9C56-75EB52112D75> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x985fd000 - 0x98665fe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x98784000 - 0x9879dfff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9879e000 - 0x988eaff3  com.apple.CFNetwork (596.1 - 596.1) <DE5FA267-6E01-388E-9ADA-8764BE469C35> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x988ec000 - 0x98909ff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x9890a000 - 0x98911fff  libsystem_dnssd.dylib (379.27.1) <B5CD3F39-7039-30CF-877D-FDF38A659E46> /usr/lib/system/libsystem_dnssd.dylib
    0x98912000 - 0x98912fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x98913000 - 0x98946ff3  com.apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x98947000 - 0x989a0ff7  com.apple.AE (645 - 645) <D4919967-EF16-36BA-9E8A-DA110DE8BB4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x989a1000 - 0x98a1dffb  com.apple.Metadata (10.7.0 - 707.1) <E18350AD-CAA9-3323-BDE9-63A688792C6C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x98a1e000 - 0x98a26fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x98a27000 - 0x98a62fe7  libGLImage.dylib (8.5) <D2589E82-41ED-383D-9254-6D12A3A20644> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x98a63000 - 0x98a6efff  libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib
    0x98a6f000 - 0x98a75fff  libGFXShared.dylib (8.5) <7022CE54-70E9-33D3-B679-9A9BB6B2AABF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x98a76000 - 0x98a90ffc  libsystem_kernel.dylib (2050.9.2) <C6BA5A9F-08BB-3544-9A36-070DEDE92279> /usr/lib/system/libsystem_kernel.dylib
    0x98a91000 - 0x98b0bff7  com.apple.securityfoundation (6.0 - 55115.4) <7F614418-F853-3FED-B265-0EA47F309A49> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x98b0c000 - 0x98b21fff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <20E394D6-D9BA-3C1D-993A-533B60EF3B63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x98b22000 - 0x98bbcfff  com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x98bd5000 - 0x98ce2ffb  com.apple.ImageIO.framework (3.2.0 - 843) <4BFEFB05-3EE3-36A7-891D-CE03D1DF8125> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x98dc7000 - 0x98e9bff7  com.apple.backup.framework (1.4 - 1.4) <12123FB8-B42D-38B0-8463-6BA375C3C643> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x98e9c000 - 0x98ea4fff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x98ea5000 - 0x98eacffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x98ead000 - 0x98f11fff  com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x98f12000 - 0x98f15ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x98f16000 - 0x990fdffb  com.apple.CoreFoundation (6.8 - 744) <A2BB4949-264A-302B-897E-713860894FE6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x99111000 - 0x991ceffb  libsystem_c.dylib (825.24) <7D90CAC5-EC98-35F8-A52E-81B54F0C7DCC> /usr/lib/system/libsystem_c.dylib
    0x991cf000 - 0x991d1fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x991d2000 - 0x99214ff7  com.apple.RemoteViewServices (2.0 - 80.3) <EE36AF6C-E574-3F48-9AC3-E8C8295739FF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x99215000 - 0x9921bfff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9921f000 - 0x99231ff7  libdispatch.dylib (228.18) <833C83BE-278C-353E-AC6D-9B85FAC50A1D> /usr/lib/system/libdispatch.dylib
    0x99232000 - 0x99247fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x994c5000 - 0x994eefff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x995e7000 - 0x9964eff7  com.apple.framework.IOKit (2.0 - 755.9.7) <CB976A7C-2601-3054-BC41-C3AD6896327C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9964f000 - 0x9967bff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x9a61f000 - 0x9a63dffb  com.apple.Ubiquity (1.2 - 234.2) <BEFF43DE-CF72-3E66-90C8-CAECAFD5F3ED> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 318
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=120.4M resident=73.0M(61%) swapped_out_or_unallocated=47.4M(39%)
    Writable regions: Total=92.1M written=1476K(2%) resident=1836K(2%) swapped_out=0K(0%) unallocated=90.3M(98%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG shared images                     96K
    CoreServices                       1472K
    MALLOC                             81.3M
    MALLOC guard page                    48K
    Memory tag=35                      7256K
    Stack                              66.5M
    VM_ALLOCATE                          56K
    __DATA                             5584K
    __DATA/__OBJC                       160K
    __IMAGE                             528K
    __IMPORT                              8K
    __LINKEDIT                         32.4M
    __OBJC                             1492K
    __PAGEZERO                            4K
    __TEXT                             88.0M
    __UNICODE                           544K
    mapped file                        99.4M
    shared memory                       308K
    ===========                      =======
    TOTAL                             384.8M
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.4 GHz, 16 GB, SMC 1.69f3
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1333 MHz, 0x859B, 0x43543130323436344246313333392E4D3136
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1333 MHz, 0x859B, 0x43543130323436344246313333392E4D3136
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.81.21)
    Bluetooth: Version 4.0.9f8 10405, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0253, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

    For anybody whomay stumble across this post- it is an addendum to the originalpost
    Just to be sure  it is an APPLE SOFTWARE ISSUE - ProbablySafari---I used my mac mini ( with mountain lion ) and-- it too drops wifi-- and the end  result is
    SAFARI CANNOT CONNECT TO SERVER lol
    the app store hangs and hangs and hangs
    as it does my macbook pro -- they  BOTH have to be restarted-- then it is okay for a little while
    THIS IS SO ANNOYING  ha ha-- in this instance caps does mean I am yelling lol

  • HI .. I have a new macmini 2.5 Ghz 10.7.3 Lion, had a problem today ,it froze so I could not shut down using mouse or tablet. used the power switch, when I tried to restart I got audible 'beeps' from it.

    HI ....I have a new macmini 2.5 Ghz 10.7.3 Lion, had a problem today ,it froze so I could not shut down using mouse or tablet pen. used the power switch, when I tried to restart I got audible 'beeps' from it. I managed to restart it but kept getting a message come up on one ot the dual screens ' restart using the power swich to turn it off , then press it again to restart.'
    This worked okay , but now it just keeps freezing whenever I start it up. I thought the issue could be my old Epson Expression 1680 scanner not being compatible , so I have unplugged it. I also had a look at the new memory I installed when I got it, but this seems not be the problem.
    It is connected up to an Eizo Flexscan S2231W using a cable straight into the HDMI input , the other monitor is a small Acer using the VGA into Thunderbolt port.
    When I turn the Eizo screen on first and then press the power button on the mac-mini, I hear the chime then the screen flahes the 'Digital no signal' message on and off for about 30 seconds , then the monitor comes on as normal. But it is still freezing up on me after using it for a while and I am having to use the power switch button to turn it off again.
    Can anyone help please.

    I really don't have an answer for that one. I guess that while trying to get things working correctly, I would use the most basic monitor I had which in your case would be the Eizon using the Thunderbolt port and adaptor.
    When you boot into Safe Mode the startup is quite slow, but you should get the Apple logo and then the spinning gear below it (release the SHIFT key when it appears.) Then after a little more time you should see a gray progress bar appear below the spinning gear. When that disappears the computer will startup to a login screen.

  • OS is Mountain Lion, upgraded no problems, used an external Hard drive for my time machine, now my iPhoto will not show any of my photo's or ay new ones I import! Help please!!

    OS is Mountain Lion, upgraded no problems, used an external Hard drive for my time machine, now my iPhoto will not show any of my photo's or ay new ones I import! Help please!!

    Do you get this window when you hold down the Command+Option keys and launch iPhoto?
    If not then you're not holding down both keys long enough.
    OT

  • Lion Font Book problem with Adobe FontFolio 11

    I have a fresh install of Lion. My problem is with FontFolio 11. It installs well, finds duplicates etc. The problem happens only after i deactivate all of the fontfolio fonts. After they have all be deactivated, if I click on any other font collection, fontd jumps up to 99% CPU usage and Font Book not responding. After 5 minutes of this Font Book's Real Mem usage slowly starts to increase, sometimes up to 3 gigs. Eventually, I am able to click through collection with no delay, however, after a system restart or just a Font Book restart, the process starts over and i have to wait.
    I have tried:
    Clearing every font cache file I can think of.
    Using Font Finagler to clear font caches.
    Restarting in safe mode.
    Creating a new user.
    Nothing has made this problem go away.
    So, what exactly is happening? Why is Font Book fast and responsive with my 427 fontfolio fonts active, but when i deactivate them it slows to a crawl and goes through the same CPU/memory cycle every time? I have research and experimented for a solid week. I can't waste any more time on this. I'm this close to giving LION and Font Book the big thumbs down and buying something that actually works.
    I never had a problem with snow leopard using Font Book and the same version font folio.

    Same here. My thread: https://discussions.apple.com/message/15995212#15995212
    I've had no replies. Have you looked at Activity Monitor while this is happening? check it out. I think i'm just going to go back to Leopard, don't know what else to do. Do you have an SSD in there?

  • A Foot Each In Leopard & Lion - 1st few problems :

    A Foot Each In Leopard & Lion - 1st few problems :
    When my late `06 iMac went basically kaput, I went to booting off an external clone of it's entire 600+ gb's from an `06 MacBook . . .
    ( never knew so much beach-ball and force quits were possible ! )
    Dear friends in Austin bought and just sent me a used 2009 21.5" on 10.7.5 ( 3.06 GHz Core 2 Duo / 4 GB 1067 MHz RAM ) . .  and it has 487.01 free out of 499.25 GB.
    I'm not diving head-first into Lion ( it seems I've heard more problematic tales on that OS then others, maybe ? ), so until I figure out how to enjoy my 600+ GBs on a "new" 499 GB, I'm booting the "new" one off the same external with everything amassed up thru now.
    I indeed get confused about which HD is "in charge" . . .
    Leopard's on the external, but it's being processed thru Lion, kind'a ? . . . right ?!
    That would suggest many things need to be reconciled :
    I first noticed Quicktime Pro couldn't play mp4s of 1080 movie burns.
    Audio plays . .  picture's black !
    That was my first question.
    Then, a simple Control/Shift/3 screen-shot came out completely scrambled . .  everytime !
    Then things got deeper !!
    A simple "oh good, iTunes isn't detecting my iPod . .  let's try a restart" resulted in the infamous "your computer needs to be restarted, please hold the power button for several seconds . . ." descending kernel panic screen !!
    More attempts got lesser results, up to no gearwheel at all on unchanging gray screen. . .  till I let it be awhile and got back to the kernel screen.
    12 hours later it just let me boot to the internal HD with Lion.
    But I felt a run of Disk Warrior was still in order . .
    I get :
    "DiskWarrior cannot currently be run from this disk because Mac OS X ignores ownership of some disks by default . . ."
    it suggest an approach which ends with :
    3) Click the "Sharing & permissions" triangle
    4) Uncheck "Ignore ownership on this volume"
    This becomes a ring of Catch 22 till my head hurts !!
    Right now, I can't even find an icon of the volume for Get Info, but when I saw it yesterday, it said under "Sharing & permissions" that I have "custom access' !?
    When I spoke to the wife of the wonderful couple who sent me this, she said she had indeed entered my name as admin, but there was "no password".
    Well Finder sure seems to know about & want one !!
    How do accomplish any changes without knowing what it is ???
    It's a wee bit difficult to know what my questions actually are when this confused halfway thru the looking glass . . .
    And no, outside of the 2009 iMac, & a wireless mouse and keyboard not recognized when booted to Leopard, there was no Install Disc sent.

    Alright, . . . 
    I feel for anybody try'na sort thru my nonsense here, so let me eliminate things that have "improved" :
    The "new" Mac calmed down, became bootable. And once Spotlight finished 90 minutes on indexing the prime external I was able to boot from it again. ( It's where all my apps are afterall, and a terrain I don't have to learn for days to use yet )
    On 1st restart option, the external didn't show, but that cleared-up, and I ran Disk Warrior
    the reults --
    DiskWarrior has successfully built a new optimized directory for the disk named "Macintosh HD." The new directory is ready to replace the original directory.
    All file and folder data was easily located.
    Comparison of the original and replacement directories indicates that there will be changes to the number, the
    contents and/or the attributes of the files and folders. It is recommended that you preview the replacement
    directory and examine the items listed below. All files and folders were compared and a total of 7,622,306
    comparison tests were performed.
    • Errors, if any, in the directory structure such as tree depth, header node, map nodes, node size, node counts, node
    links, indexes and more have been repaired.
    • 13 files had a directory entry with an incorrect text encoding value that was repaired.
    • Critical values in the Volume Information were incorrect and were repaired.
    • 1 folder will have more items.
    • 2 files had a Name that changed.
    Disk Information:
    Files: 276,023
    Folders: 67,816
    Free Space: 453.83 GB
    Format: Mac OS Extended (Journaled)
    Block Size: 4 K
    Disk Sectors: 975,093,952
    Media: WDC WD5000AAKS-40V2B0
    Time: 3/30/14 8:16:35 AM
    DiskWarrior Version: 4.1.1 - RR462973
    And the original Kernel Panic from earlier ? ( in case vivid clues are revealed )
    Interval Since Last Panic Report:  473 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    D635BBE0-585B-4C3F-9782-F457794A7B67
    Sat Mar 29 14:53:07 2014
    panic(cpu 0 caller 0x001AB0FE): Kernel trap at 0x07266dc0, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x0002004c, CR3: 0x017aa000, CR4: 0x00000668
    EAX: 0x07509800, EBX: 0x0053d048, ECX: 0x07509700, EDX: 0x0092e418
    CR2: 0x0002004c, EBP: 0x50d9bde8, ESI: 0x076edb00, EDI: 0x07509400
    EFL: 0x00010206, EIP: 0x07266dc0, CS:  0x00000008, DS:  0x00000010
    Error code: 0x00000002
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x50d9bba8 : 0x12b4c6 (0x45f91c 0x50d9bbdc 0x13355c 0x0)
    0x50d9bbf8 : 0x1ab0fe (0x469a98 0x7266dc0 0xe 0x469248)
    0x50d9bcd8 : 0x1a1713 (0x50d9bcf0 0x705 0x50d9bde8 0x7266dc0)
    0x50d9bce8 : 0x7266dc0 (0xe 0x20048 0x76f0010 0x120010)
    0x50d9bde8 : 0x900799 (0x76edb00 0x7509700 0x76edb00 0x7509400)
    0x50d9be48 : 0x417068 (0x76edb00 0x7509400 0x1 0x3f1478)
    0x50d9bea8 : 0x41890b (0x7509400 0x76edb00 0x7364880 0x7266620)
    0x50d9bf28 : 0x41816f (0x7509400 0x736a740 0x0 0xffffffff)
    0x50d9bf78 : 0x419803 (0x7509400 0x0 0x50d9bfac 0x1)
    0x50d9bfc8 : 0x1a14fc (0x72558a0 0x0 0x1a40b5 0x7664c80)
    Backtrace terminated-invalid frame pointer 0
          Kernel loadable modules in backtrace (with dependencies):
             com.apple.driver.AppleHDA(1.7.1a2)@0x8ff000->0x979fff
                dependency: com.apple.driver.DspFuncLib(1.7.1a2)@0x891000
                dependency: com.apple.iokit.IOHDAFamily(1.7.1a2)@0x81e000
                dependency: com.apple.iokit.IOAudioFamily(1.6.9fc5)@0x87a000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9L30
    Kernel version:
    Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
    System model name: iMac10,1 (Mac-F2268CC8)
    System uptime in nanoseconds: 14787507989
    unloaded kexts:
    (none)
    loaded kexts:
    com.Cycling74.driver.Soundflower          1.5.2
    com.apple.driver.AppleHDAPlatformDriver          1.7.1a2 - last loaded 14767266486
    com.apple.driver.AppleHDAHardwareConfigDriver          1.7.1a2
    com.apple.driver.AppleMikeyHIDDriver          1.0.6
    com.apple.driver.AppleHDA          1.7.1a2
    com.apple.driver.AppleUpstreamUserClient          2.7.5
    com.apple.driver.AppleMikeyDriver          1.7.1a2
    com.apple.driver.AppleHDAController          1.7.1a2
    com.apple.driver.iPodSBCDriver          1.1.2
    com.apple.iokit.IOBluetoothSerialManager          2.1.9f10
    com.apple.driver.AppleGraphicsControl          2.8.15
    com.apple.Dont_Steal_Mac_OS_X          6.0.3
    com.apple.driver.AudioIPCDriver          1.0.6
    com.apple.driver.AppleIRController          113
    com.apple.iokit.IOFireWireIP          1.7.7
    com.apple.driver.ACPI_SMC_PlatformPlugin          3.4.0a17
    com.apple.driver.NVSMU          1.1.7
    com.apple.driver.AppleSMBusPCI          1.0.1d1
    com.apple.driver.AppleLPC          1.3.1
    com.apple.driver.AppleBacklight          1.6.0
    com.apple.nvidia.nv50hal          5.4.8
    com.apple.driver.AppleTyMCEDriver          1.0.0d28
    com.apple.GeForce          5.4.8
    com.apple.driver.AppleUSBHIDMouse          1.2.4b3
    com.apple.driver.AppleHIDKeyboard          1.0.9b4
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.1.9f10
    com.apple.driver.iTunesPhoneDriver          1.0
    com.apple.driver.AppleUSBCardReader          2.0.8
    com.apple.driver.AppleUSBMergeNub          3.5.2
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.1.1
    com.apple.iokit.SCSITaskUserClient          2.1.1
    com.apple.driver.XsanFilter          2.7.91
    com.apple.iokit.IOAHCISerialATAPI          1.1.2
    com.apple.iokit.IOAHCIBlockStorage          1.2.2
    com.apple.driver.AppleFileSystemDriver          1.1.0
    com.apple.driver.AppleEFINVRAM          1.2.0
    com.apple.driver.AppleUSBHub          3.4.9
    com.apple.iokit.IOUSBUserClient          3.5.2
    com.apple.driver.AppleFWOHCI          3.9.7
    com.apple.driver.AppleAHCIPort          1.7.0
    com.apple.nvenet          1.0.54
    com.apple.driver.AppleUSBEHCI          3.4.6
    com.apple.driver.AppleUSBOHCI          3.4.6
    com.apple.driver.AppleRTC          1.2.3
    com.apple.driver.AppleHPET          1.4
    com.apple.driver.AppleACPIPCI          1.2.5
    com.apple.driver.AppleACPIButtons          1.2.5
    com.apple.driver.AppleSMBIOS          1.4
    com.apple.driver.AppleACPIEC          1.2.5
    com.apple.driver.AppleAPIC          1.4
    com.apple.security.seatbelt          107.12
    com.apple.nke.applicationfirewall          1.8.77
    com.apple.security.TMSafetyNet          3
    com.apple.driver.AppleIntelCPUPowerManagement          76.2.0
    com.apple.driver.DiskImages          199
    com.apple.BootCache          30.4
    com.apple.driver.DspFuncLib          1.7.1a2
    com.apple.driver.AppleSMBusController          1.0.1d1
    com.apple.iokit.IOHDAFamily          1.7.1a2
    com.apple.iokit.IOSerialFamily          9.4
    com.apple.iokit.IOAudioFamily          1.6.9fc5
    com.apple.kext.OSvKernDSPLib          1.1
    com.apple.driver.IOPlatformPluginFamily          3.4.0a17
    com.apple.driver.AppleSMC          2.3.1d1
    com.apple.NVDAResman          5.4.8
    com.apple.iokit.IONDRVSupport          1.7.3
    com.apple.iokit.IOGraphicsFamily          1.7.3
    com.apple.driver.AppleHIDMouse          1.2.4b3
    com.apple.iokit.IOUSBHIDDriver          3.4.6
    com.apple.driver.AppleUSBBluetoothHCIController          2.1.9f10
    com.apple.iokit.IOBluetoothFamily          2.1.9f10
    com.apple.iokit.IOUSBMassStorageClass          2.0.8
    com.apple.driver.AppleUSBComposite          3.2.0
    com.apple.iokit.IOBDStorageFamily          1.5
    com.apple.iokit.IODVDStorageFamily          1.5
    com.apple.iokit.IOCDStorageFamily          1.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.1.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.1.1
    com.apple.iokit.IOFireWireFamily          3.4.9
    com.apple.iokit.IOAHCIFamily          1.5.0
    com.apple.iokit.IONetworkingFamily          1.6.1
    com.apple.iokit.IOUSBFamily          3.5.2
    com.apple.driver.AppleEFIRuntime          1.2.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.iokit.IOStorageFamily          1.5.6
    com.apple.iokit.IOHIDFamily          1.5.5
    com.apple.driver.AppleACPIPlatform          1.2.5
    com.apple.iokit.IOPCIFamily          2.6
    com.apple.iokit.IOACPIFamily          1.2.0
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.52f9
    Graphics: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB
    Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334548312D4346382020
    Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334548312D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.67.5-P2P
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
    Serial ATA Device: WDC WD5000AAKS-40V2B0, 500.11 GB
    Serial ATA Device: HL-DT-ST DVDRW  GA11N
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0x24400000 / 2
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0x26500000 / 3
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0x26200000 / 2
    USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0x26220000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x06110000 / 5
    Oy !

  • I have installed Lion and have problems to print PDF from prewiev.

    I have installed Lion and have problems to print PDF from prewiev. When trying to print Prewiev locks. Anyone out there with the same problem?

    Hello David and Nicole
    I just installed Lion on my iMac, which was purchased in 2007, and I cannot print from Preview; it keeps locking up and not responding. So, I have to force quit Preview. I have been sending error reports to Apple. I suggest everyone who has this problem, send error reports!
    I can print from other applications, like Pages, with my Canon Laserjet. I do not think it is a printer issue becasue I can print in other application.
    I took your advice and installed Adobe reader. Now I can print pdf's.
    Thanks
    Ed

  • I am going to update my iOS from 10.6.8 to Mountain Lion. What problems will I face with third party applications? Alberto

    I am going to update my iOS from 10.6.8 to Mountain Lion. What problems will I face with third party applications? Alberto

    Are my applications compatible with Mountain Lion?
         See App Compatibility Table - RoaringApps.

  • Php & postfix mail problem [solved]

    Was having a battle with php mail() and it not wanting to send with postfix.
    Struggle ensued, and just as I though I was beaten, a dancing sandwich showed me the light!
    this was in my php.ini file..
    sendmail_path = /usr/sbin/sendmail
    for postfix, this is what you need
    sendmail_path = /usr/sbin/sendmail -t -i
    And there was much rejoicing in the land.

    Aug 11 11:52:25 hanna postfix/smtpd[13463]: fatal: incorrect version of Berkeley DB: compiled against 4.3.29, run-time linked against 4.4.20
    Within that line the error is. It was due to the fact that some librarys and such had been updated whilst the postfix-mysql hadn't been recompiled to meet these new dependencys or whatever you want to call them. Simple as that, I just got the pkgbuild file for postfix-mysql and remade the package and voila, it works like a charm!

  • Hi, After I installed Mac Lion, I have problem with the tamil font while typing in Neo Office. Especially with the letters "e-Ex: தெ" and "ai-Ex:தை". Please help me I know its not bug from Apple It shd be some problem in neo.

    Hi, After I installed Mac Lion, I have problem with the tamil font while typing in Neo Office. Especially with the letters "e-Ex: தெ" and "ai-Ex:தை". Please help me I know its not bug from Apple It shd be some problem in neo.

    Is your problem due to the keyboard or to NeoOffice Characters? You have to change probably the font. Not all fonts are supporting all Unicode sets. Which font you have in your NeoOffice set to write Tamil? Try with Arial Unicode MS for example.
    Are the letter e-Ex and ai-Ex right in your posting? If they are right, how you inserted these letters in your posting? By copy and paste or by typing? If by typing, your question is related to NeoOffice. Probably you should reinstall or update NeoOffice? Or switch to OpenOffice?
    marek

  • HT2020 if you have internet sharing on imac with Mountain Lion its stil problem with sleep mode ! why ???

    if you have internet sharing on imac with Mountain Lion its stil problem with sleep mode ! why ???

    Log a bug with Apple, with whatever details you can provide.  In the interrim, consider acquiring a router; either a repurposed x86 box running open-source networking or gateway software, or a commercial device.

  • Hi, I got a big problem. I restored my mac and after I erased everything and started to restall the system, it showed I need to give the apple ID that was purchased the lion. The problem is that I lost my CD, and I don't have an ID with lion purchased

    Hi, I got a big problem. I restored my macbook pro and after I erased everything and started to restall the system, it showed I need to give the apple ID that was purchased the lion. The problem is that I lost my installing CD, and I don't have an ID with lion purchased, so what should I do? Do you sell the system software?

    This is a user forum; we're not  Apple. 
    Please contact the Apple Support folks directly for issues related to hardware and software purchases.
    The particular model of MacBook Pro is a key detail here, as the Mac model will determine the oldest version it can boot, as well as whether it'll boot more current software.
    AFAIK there is and was no Lion installer DVD available.  It was a download.  AFAIK, the last DVDs commonly available were for Snow Leopard 10.6.  Snow Leopard DVDs are still available in the Apple online store in various countries, if your MacBook Pro is old enough to be able to boot that version.
    If your MacBook Pro purchase with Lion wasn't registered with Apple, then you'll have to discuss this directly with the Apple Support folks, or repurchase Lion from the Mac App Store (which will usually involve a call to Apple for a redemption code as it's old software), or you'll "purchase" (it's free) Mavericks OS X 10.9 and wipe and install that assuming your MacBook Pro supports Mavericks.  If you didn't purchase the MacBook Pro from Apple (and it was shipped with an older release), then you'll end up acquiring a redemption code from Apple for Lion, or installing Mavericks.
    For completeness and given you're probably already aware of this, the usual approach for restoration with recent OS X versions is via the recovery boot (more details).  If the disk is wiped and you can't get Lion, then you'll probably end up reinstalling with Target Disk Mode using another Mac with a compatible FireWire or Thunderbolt port and a cable.  Or visit the local Apple Store.
    sputniki: Once OS X 10.7 or 10.9 has been reinstalled, yes, getting Time Machine configured and going is undoubtedly on the agenda.  But had there been a viable backup here, I expect jianghua would have used it.

  • Does Mt. Lion resolve the problems Lion had with Adobe CS5?

    Does Mt. Lion resolve the problems Lion had with Adobe CS5?

    I didn't have problems with CS 5 and Lion, but I do now with Mountain Lion. I've got bitmapping issues across the board.

Maybe you are looking for

  • How can I silence my MacBook without powering it down?

    Quick summary My MacBook is running OS X Mavericks and has an unidentified hardware problem with the optical disc drive that, among other things, causes it to make an annoying sound four times right after each other anytime the MacBook checks if ther

  • Call Transaction in ALV Tree Display on Double Click

    Hi Experts, How can i call any Transaction on Double clicking  a field in ALV Tree? I'm able to call the transaction when Double clicked a field but it is not reading the value of the field on which i double click. It calls the transaction skipping t

  • Is there a guide for building adobe air apps for different languages?

    Hi, I´m not a programmer and I want to build some of my apps in different languages. I use Flash cc 2014 AIR 15 and I´m interested right know on Android apps. Any help will be appreciated.

  • HT204380 FaceTime for Mac error message

    I'm getting an error message that reads "FaceTime has not received any video from the connected camera.  Restarting your computer max fix this issue" in the last 2 days.  All software is updated.  Help!!

  • Strange HTTP probe with .cfm files.

    Hey All, I setup an http probe that checks a .cfm page for a keyword. according to the documentation there needs to be a content-length in the header for this to be parsed correctly. For some reason this .cfm page does not send the content-length. Th