Procmail not delivering to Cyrus instead to /var/mail

Hey guys,
I really need some help on this one.
Basically I have a postmaster user setup, which uses a .procmailrc file to dish emails out to the correct people. It used to work fine on my old 10.4 client system. But now using 10.4 Server I have ran into a problem.
Procmail manages to resend the emails to the correct people but all other emails are then moved to /var/mail/postmaster instead of going to the Postmasters inbox. Cyrus does not seem to use /var/mail/.
How do I tell Procmail how to leave the remaining messages in the postmasters inbox and not deliver to /var/mail/postmaster?
I don't need this for all system wide users, just this one account.
Does it make a difference if I tick "Deliver to /var/mail when POP & IMAP are disabled"?
My .procmailrc file is below:
SHELL=/bin/sh
#DEFAULT=""
LOGFILE="procmail.log"
XSENT="NO"
* ^To:.*[email protected]
! [email protected]
* ^To:.*[email protected]
! [email protected]
Thanks in advance for any advice/help.
Regards,
Tommy in London.
PowerMac G5   Mac OS X (10.4.7)  

Just an update...
I gave up with Procmail in the end.
After much reading I realised that the Sieve scripting is much more powerful and userfriendly (once you get it going). You can use Squirrelmail to add and edit rules, even vacation messages too!
I had a clean install of 10.4.7, using Open Directory authentication and had no hiccups.
Excellent directions at http://discussions.apple.com/thread.jspa?messageID=660096#660096
Hope this helps others - at least save a few hours!
Cheers,
Tommy.

Similar Messages

  • Mail not delivered when sent with the Unix "mail" command

    I am trying to send mail from the Unix command line with the "mail" command. Whenever I try to send an e-mail using a command of the form:
        mail -s 'This is the subject' <email address>
    the mail message always ends up in subdirectories of the postfix "deferred" directory:
        /private/var/spool/postfix/deferred
    It seems that the mail system runs for 60 seconds after an e-mail is sent and during that time I can run "mailq". If I do that I see something like the following:
    -Queue ID- Size ----Arrival Time---- -Sender/Recipient-------
    0195D1534C54 494 Sat Oct 18 11:48:13 [email protected]
    (connect to broadpark.no\[217.13.4.67\]: Operation timed out)
    [email protected]
    040F51556A8C 334 Sat Oct 18 17:42:39 [email protected]
    (connect to broadpark.no\[217.13.4.67\]: Operation timed out)
    [email protected]
    0C408153869D 1992 Sat Oct 18 12:26:48 MAILER-DAEMON
    (connect to broadpark.no\[217.13.4.67\]: Operation timed out)
    [email protected]
    3B10415374FC 1992 Sat Oct 18 12:23:47 MAILER-DAEMON
    (delivery temporarily suspended: connect to broadpark.no\[217.13.4.67\]: Operation timed out)
    [email protected]
    4509815374C0 342 Sat Oct 18 12:21:47 [email protected]
    (delivery temporarily suspended: connect to broadpark.no\[217.13.4.67\]: Operation timed out)
    [email protected]
    4CFC915374C7 2050 Sat Oct 18 12:21:47 MAILER-DAEMON
    (delivery temporarily suspended: connect to broadpark.no\[217.13.4.67\]: Operation timed out)
    [email protected]
        +<lots of lines snipped out>+
    It seems to be complaining that the connection timed out to broadpark.no\[217.13.4.67\], which is the domain of my ISP.
    My outgoing SMTP mail server is:
        mail.broadpark.no\[217.13.6.35\]
    Could it be that mail system is trying to connect to the wrong SMTP mailserver? If so, how can I fix this?
    I should mention that mail flows perfectly in and out of my machine via the Mail.app program. I am only having problem sending mail down at the Unix command line level.
    I had this working on OS X 10.4.x, but this is the first time I have tried this with Leopard.
    Any help/suggestions would be greatly appreciated. Thanks in advance.

    Perhaps I should have been a little bit clearer why I want to be able to send mail via my local mail/postfix system: I have several servers set up on my iMac, in particular:
        apache
        trac
    I want these servers to be able to send mail to, e.g.,
        webmaster@localhost
        root@localhost
        trac@localhost
    I have created aliases for these addresses in:
        /etc/postfix/aliases
    (I have also executed "newaliases"). These aliases all point to my own user account on the same machine (my iMac).
    Finally, I have a .forward file at the root level of my OS X account that forwards all local Unix mail to my normal e-mail account handled by my ISP.
    This way, all local mail sent to "webmaster2, "root", "trac", etc., should be sent to my normal e-mail address that I monitor with Mail.app.
    *This all worked perfectly with Mac OS X 10.4.x,* so I know it should be possible. However, I have only now just tried to set this up 10.5.x (Leopard) and, clearly, I am having problems.
    Perhaps this motivation for wanting to send e-mail via the Unix mail system will help others understand my situation, and I hope someone can point me in the right direction. Thanks very much in advance.

  • Mail Activity but mail not delivered

    Mail 5.0, Lion
    I see Mail Activity (10 messages) but mail not delivered. This repeats at check mail intervals.
    It was working fine - and now it doesn't.
    Any thoughts?
    Kind Regards
    Hugh

    Me too suddenly stop sending or recieving any of yahoo messeges first on my Macbook pro then i enabled the keychain for sync in my mobileMe then it comes to my iMac ,,,, same issue,

  • Procmail trouble migrating to Mavericks - everything delivered to /var/mail/ user

    My old hardware died Thanksigving afternoon, so I hastily migrated to the new machine I'd already been setting up with Mavericks. One post-migration problem was that user mail was delivered into /var/mail/<username> instead of into Maildirs. mail.log said it was delivering to procmail, but that's not where mail showed up. Removing (renaming) each user's .forward and .procmailrc files fixed this at the cost of turning off procmail's automatic filing.
    In the old setup, each user had a .forward file that said |/usr/bin/procmail, also a .procmailrc that started with
    # This causes delivery in maildir format.
    DEFAULT=$HOME/Maildir/
    In each user's home directory, Maildir was a symlink to /var/spool/imap/dovecot/mail/<some long hashcode>. Back in 10.6, each user owned their mail directory and all its contents.
    In Mavericks, the mail directories have moved to /Library/Server/Mail/Data/mail/<some long hashcode>. Those directories are completely owned by _dovecot. I repointed the symlinks, but wondered if the different ownership might be a problem.
    One seeming bug I found was that line 45 of /Library/Server/Mail/Config/dovecot/conf.d/10-mail.conf says
    mail_location = maildir:/Library/Server/Mail/Data/mail/%u
    Since %u is <username> and not <some long hashcode>, I think that should say
    mail_location = maildir:/Library/Server/Mail/Data/mail/users/%u
    But changing it and restarting dovecot had no effect. Only disabling procmail made mail go where it should.
    My bottom line question is, how can I get procmail working again?

    Possibly I've answered my own question-and-a-half. My mail is being sieved. For the record:
    Setting mail_debug=yes in /Library/Server/Mail/Config/dovecot/conf.d/10-logging.conf put some helpful notes into /Library/Logs/Mail/mail-debug.log. Searching for "sieve" in there revealed that dovecot was looking for per-user sieves as /Library/Server/Mail/Data/rules/<long-hash-code>/dovecot.sieve. That path was specified with %u in the dovecot config, so%u must really mean <long-hash-code>, not <username> as I thought. (That was the half-question.)
    So apart from having to create those directories and populate them, sieve was already configured and running as a dovecot plugin.

  • Osx has messed up my phone it is iclould and I want apple..my emails was changedto iclound and i WANT Back my aol.my messages are now not delivered ND IN GREE INSTEAD OF BLUE WANT ALLPE NOT ICLOUD THAT IS JUST MY SECONARY ACCT

    don't know how I even got osx..I was on apple..now on   icloud..don't want iclould cause my mail it Not going on AOL..messages(icloud messages only) are not delivered and in green not blue...address book messed up to...please help to get my phone back the way it was...want aol. mail n not iclound can't seem to change it......Camille

    Let me take your side here. Call verizon billing and tell them you are cancelling the phone and service since you have not received it from Fedex. Verizon requires you to sign for their shipments from Fedex. The carrier then tries three delivery attempts and then sends the package back to verizon.
    If you paid by credit card call up and dispute the charge, since your 14 days of previewing has not technically started as to return it within that time frame, just cancel the whole order. Make sure Verizon does not try to bill you .
    Dispute, dispute and dispute.
    You could have went into a verizon store and got your phone imediately instead of being shipped.
    A lost or stolen phone not signed for by you or authorized person is verizons problem and not yours. You don't owe verizon for service not provided or the phone that was not delivered. Call your bank or credit card company and have them remove the charge.

  • Amavisd not running, mails not delivered when spam filter is enabled

    Hey everyone,
    So I've got a slight problem here with a 10.4.11 server. Our spam filter was set to be too tolerant of spam, allowing a threshold 22.0 before bouncing it, so through the command line I edited /etc/amavisd.conf to $sa_kill_level_deflt = 6.0; tag2 is set to 3.0. Then I bounced amavisd via:
    sudo /bin/launchctl unload /System/Library/LaunchDaemons/org.amavis.amavisd.plist
    sudo /bin/launchctl load /System/Library/LaunchDaemons/org.amavis.amavisd.plist
    Well that caused all sorts of whacky issues with the queue. The server couldn't connect to itself and wouldn't deliver any mail, only queue it up. So I went back in to amavisd.conf and changed the parameters back to default, then bounced amavisd again. To no avail. Then I restored from a backup file I had created and bounced amavisd again to no avail.
    Finally I removed the junkmail and virus filters via SA, saved, then reenabled them to no avail. Then I just disabled them and mail is flowing again, but I still have 187 messages in my queue that wont get delivered no matter how many times I flush it.
    After more research, I issued a ps -U clamav to see if amavisd is running, below are the only results I get:
    PID TT STAT TIME COMMAND
    1291 ?? Ss 0:00.01 freshclam -d -D -pfreshclam.pid -c 1
    I would assume it is NOT running...? I next issued amavisd to see if it throws any errors, and get the following:
    ERROR: MISSING REQUIRED BASIC MODULES:
    MIME::Parser
    BEGIN failed--compilation aborted at /usr/bin/amavisd line 139.
    So my next question is how do I repair amavisd so I can get it to run so I can reenable the content filter. Here are the results of postconf in case you need them:
    2bounce_notice_recipient = postmaster
    access_map_reject_code = 554
    address_verify_default_transport = $default_transport
    address_verify_local_transport = $local_transport
    address_verify_map =
    address_verify_negative_cache = yes
    address_verify_negative_expire_time = 3d
    address_verify_negative_refresh_time = 3h
    address_verify_poll_count = 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 = postmaster
    address_verify_service_name = verify
    address_verify_transport_maps = $transport_maps
    address_verify_virtual_transport = $virtual_transport
    alias_database = hash:/etc/aliases
    alias_maps = hash:/etc/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_bcc =
    append_at_myorigin = yes
    append_dot_mydomain = yes
    application_event_drain_time = 100s
    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
    broken_sasl_auth_clients = no
    canonical_maps =
    cleanup_service_name = cleanup
    command_directory = /usr/sbin
    command_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
    command_time_limit = 1000s
    config_directory = /etc/postfix
    content_filter =
    daemon_directory = /usr/libexec/postfix
    daemon_timeout = 18000s
    debug_peer_level = 2
    debug_peer_list =
    default_database_type = hash
    default_delivery_slot_cost = 5
    default_delivery_slot_discount = 50
    default_delivery_slot_loan = 3
    default_destination_concurrency_limit = 20
    default_destination_recipient_limit = 50
    default_extra_recipient_limit = 1000
    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 = 10000
    default_transport = smtp
    default_verp_delimiters = +=
    defer_code = 450
    defer_service_name = defer
    defer_transports =
    delay_notice_recipient = postmaster
    delay_warning_time = 0h
    deliver_lock_attempts = 20
    deliver_lock_delay = 1s
    disable_dns_lookups = no
    disable_mime_input_processing = no
    disable_mime_output_conversion = no
    disable_verp_bounces = no
    disable_vrfy_command = no
    dont_remove = 0
    double_bounce_sender = double-bounce
    duplicate_filter_limit = 1000
    empty_address_recipient = MAILER-DAEMON
    enable_errors_to = no
    enable_original_recipient = yes
    enable_server_options = yes
    error_notice_recipient = postmaster
    error_service_name = error
    expand_owner_alias = no
    export_environment = TZ MAIL_CONFIG
    fallback_relay =
    fallback_transport =
    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
    hash_queue_depth = 1
    hash_queue_names = incoming, active, deferred, bounce, defer, flush, hold, trace
    header_address_token_limit = 10240
    header_checks =
    header_size_limit = 102400
    helpful_warnings = yes
    home_mailbox =
    hopcount_limit = 50
    html_directory = no
    ignore_mx_lookup_error = no
    import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY
    in_flow_delay = 1s
    inet_interfaces = all
    initial_destination_concurrency = 5
    invalid_hostname_reject_code = 501
    ipc_idle = 100s
    ipc_timeout = 3600s
    ipc_ttl = 1000s
    line_length_limit = 2048
    lmtp_cache_connection = yes
    lmtp_connect_timeout = 0s
    lmtp_data_done_timeout = 600s
    lmtp_data_init_timeout = 120s
    lmtp_data_xfer_timeout = 180s
    lmtp_destination_concurrency_limit = $default_destination_concurrency_limit
    lmtp_destination_recipient_limit = $default_destination_recipient_limit
    lmtp_lhlo_timeout = 300s
    lmtp_mail_timeout = 300s
    lmtp_quit_timeout = 300s
    lmtp_rcpt_timeout = 300s
    lmtp_rset_timeout = 120s
    lmtp_sasl_auth_enable = no
    lmtp_sasl_password_maps =
    lmtp_sasl_security_options = noplaintext, noanonymous
    lmtp_send_xforward_command = no
    lmtp_skip_quit_response = no
    lmtp_tcp_port = 24
    lmtp_xforward_timeout = 300s
    local_command_shell =
    local_destination_concurrency_limit = 2
    local_destination_recipient_limit = 1
    local_recipient_maps =
    local_transport = local:$myhostname
    luser_relay = undeliverable
    mail_name = Postfix
    mail_owner = postfix
    mail_release_date = 20040915
    mail_spool_directory = /var/mail
    mail_version = 2.1.5
    mailbox_command =
    mailbox_command_maps =
    mailbox_delivery_lock = flock
    mailbox_size_limit = 0
    mailbox_transport = cyrus
    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 =
    max_idle = 100s
    max_use = 100
    maximal_backoff_time = 4000s
    maximal_queue_lifetime = 5d
    message_size_limit = 0
    mime_boundary_length_limit = 2048
    mime_header_checks = $header_checks
    mime_nesting_limit = 100
    minimal_backoff_time = 1000s
    multi_recipient_bounce_reject_code = 550
    mydestination = $myhostname,localhost.$mydomain,localhost,mail.mnn.org,$mydomain,youthchannel.o rg,mnn.org
    mydomain = mnn.org
    mydomain_fallback = localhost
    myhostname = mail.mnn.org
    mynetworks = 127.0.0.0/8,192.168.0.0/16,216.164.83.160/27
    mynetworks_style = host
    myorigin = $myhostname
    nested_header_checks = $header_checks
    newaliases_path = /usr/bin/newaliases
    non_fqdn_reject_code = 504
    notify_classes = resource, software
    owner_request_special = yes
    parent_domain_matches_subdomains = debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_a uthorized_clients,relay_domains,smtpd_access_maps
    permit_mx_backup_networks =
    pickup_service_name = pickup
    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
    qmgr_clog_warn_time = 300s
    qmgr_fudge_factor = 100
    qmgr_message_active_limit = 20000
    qmgr_message_recipient_limit = 20000
    qmgr_message_recipient_minimum = 10
    qmqpd_authorized_clients =
    qmqpd_error_delay = 1s
    qmqpd_timeout = 300s
    queue_directory = /private/var/spool/postfix
    queue_file_attribute_count_limit = 100
    queue_minfree = 0
    queue_run_delay = 1000s
    queue_service_name = qmgr
    rbl_reply_maps =
    readme_directory = /usr/share/doc/postfix
    receive_override_options =
    recipient_bcc_maps =
    recipient_canonical_maps =
    recipient_delimiter =
    reject_code = 554
    relay_clientcerts =
    relay_destination_concurrency_limit = $default_destination_concurrency_limit
    relay_destination_recipient_limit = $default_destination_recipient_limit
    relay_domains = $mydestination
    relay_domains_reject_code = 554
    relay_recipient_maps =
    relay_transport = relay
    relayhost =
    relocated_maps =
    require_home_directory = no
    resolve_dequoted_address = yes
    resolve_null_domain = no
    rewrite_service_name = rewrite
    sample_directory = /usr/share/doc/postfix/examples
    sender_based_routing = no
    sender_bcc_maps =
    sender_canonical_maps =
    sendmail_path = /usr/sbin/sendmail
    service_throttle_time = 60s
    setgid_group = postdrop
    show_user_unknown_table_name = yes
    showq_service_name = showq
    smtp_always_send_ehlo = yes
    smtp_bind_address =
    smtp_connect_timeout = 30s
    smtp_data_done_timeout = 600s
    smtp_data_init_timeout = 120s
    smtp_data_xfer_timeout = 180s
    smtp_defer_if_no_mx_address_found = no
    smtp_destination_concurrency_limit = $default_destination_concurrency_limit
    smtp_destination_recipient_limit = $default_destination_recipient_limit
    smtp_enforce_tls = no
    smtp_helo_name = $myhostname
    smtp_helo_timeout = 300s
    smtp_host_lookup = dns
    smtp_line_length_limit = 990
    smtp_mail_timeout = 300s
    smtp_mx_address_limit = 0
    smtp_mx_session_limit = 2
    smtp_never_send_ehlo = no
    smtp_pix_workaround_delay_time = 10s
    smtp_pix_workaround_threshold_time = 500s
    smtp_quit_timeout = 300s
    smtp_quote_rfc821_envelope = yes
    smtp_randomize_addresses = yes
    smtp_rcpt_timeout = 300s
    smtp_rset_timeout = 120s
    smtp_sasl_auth_enable = no
    smtp_sasl_password_maps =
    smtp_sasl_security_options = noplaintext, noanonymous
    smtp_sasl_tls_security_options = $var_smtp_sasl_opts
    smtp_sasl_tls_verified_security_options = $var_smtp_sasl_tls_opts
    smtp_send_xforward_command = no
    smtp_skip_5xx_greeting = yes
    smtp_skip_quit_response = yes
    smtp_starttls_timeout = 300s
    smtp_tls_CAfile =
    smtp_tls_CApath =
    smtp_tls_cert_file =
    smtp_tls_cipherlist =
    smtp_tls_dcert_file =
    smtp_tls_dkey_file = $smtp_tls_dcert_file
    smtp_tls_enforce_peername = yes
    smtp_tls_key_file = $smtp_tls_cert_file
    smtp_tls_loglevel = 0
    smtp_tls_note_starttls_offer = no
    smtp_tls_per_site =
    smtp_tls_scert_verifydepth = 5
    smtp_tls_session_cache_database =
    smtp_tls_session_cache_timeout = 3600s
    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_limit_exceptions = $mynetworks
    smtpd_client_connection_rate_limit = 0
    smtpd_client_restrictions = permit_mynetworks reject_rbl_client zen.spamhaus.org reject_rbl_client bl.spamcop.net permit
    smtpd_data_restrictions =
    smtpd_delay_reject = yes
    smtpd_enforce_tls = no
    smtpd_error_sleep_time = 1s
    smtpd_etrn_restrictions =
    smtpd_expansion_filter = \t\40!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghi jklmnopqrstuvwxyz{|}~
    smtpd_hard_error_limit = 20
    smtpd_helo_required = no
    smtpd_helo_restrictions =
    smtpd_history_flush_threshold = 100
    smtpd_junk_command_limit = 100
    smtpd_noop_commands =
    smtpd_null_access_lookup_key =
    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_timeout = 100s
    smtpd_pw_server_security_options = gssapi,cram-md5,login,plain
    smtpd_recipient_limit = 1000
    smtpd_recipient_overshoot_limit = 1000
    smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination,permit
    smtpd_reject_unlisted_recipient = yes
    smtpd_reject_unlisted_sender = no
    smtpd_restriction_classes =
    smtpd_sasl_application_name = smtpd
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_exceptions_networks =
    smtpd_sasl_local_domain =
    smtpd_sasl_security_options = noanonymous
    smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
    smtpd_sender_login_maps =
    smtpd_sender_restrictions =
    smtpd_soft_error_limit = 10
    smtpd_starttls_timeout = 300s
    smtpd_timeout = 300s
    smtpd_tls_CAfile =
    smtpd_tls_CApath =
    smtpd_tls_ask_ccert = no
    smtpd_tls_auth_only = no
    smtpd_tls_ccert_verifydepth = 5
    smtpd_tls_cert_file =
    smtpd_tls_cipherlist =
    smtpd_tls_dcert_file =
    smtpd_tls_dh1024_param_file =
    smtpd_tls_dh512_param_file =
    smtpd_tls_dkey_file = $smtpd_tls_dcert_file
    smtpd_tls_key_file =
    smtpd_tls_loglevel = 0
    smtpd_tls_received_header = no
    smtpd_tls_req_ccert = no
    smtpd_tls_session_cache_database =
    smtpd_tls_session_cache_timeout = 3600s
    smtpd_tls_wrappermode = no
    smtpd_use_pw_server = yes
    smtpd_use_tls = no
    soft_bounce = no
    stale_lock_time = 500s
    strict_7bit_headers = no
    strict_8bitmime = no
    strict_8bitmime_body = no
    strict_mime_encoding_domain = no
    strict_rfc821_envelopes = no
    sun_mailtool_compatibility = no
    swap_bangpath = yes
    syslog_facility = mail
    syslog_name = postfix
    tls_daemon_random_bytes = 32
    tls_daemon_random_source =
    tls_random_bytes = 32
    tls_random_exchange_name = ${config_directory}/prng_exch
    tls_random_prng_update_period = 60s
    tls_random_reseed_period = 3600s
    tls_random_source =
    trace_service_name = trace
    transport_maps =
    transport_retry_time = 60s
    trigger_timeout = 10s
    undisclosed_recipients_header = To: undisclosed-recipients:;
    unknown_address_reject_code = 450
    unknown_client_reject_code = 450
    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_reject_code = 450
    unverified_sender_reject_code = 450
    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_destination_concurrency_limit = $default_destination_concurrency_limit
    virtual_destination_recipient_limit = $default_destination_recipient_limit
    virtual_gid_maps =
    virtual_mailbox_base =
    virtual_mailbox_domains = $virtual_mailbox_maps
    virtual_mailbox_limit = 51200000
    virtual_mailbox_lock = fcntl
    virtual_mailbox_maps =
    virtual_minimum_uid = 100
    virtual_transport = virtual
    virtual_uid_maps =
    TIA for an help!
    Andrew

    To get the queue going, issue:
    sudo postsuper -r ALL
    That said, I would think you initially introduced a typo in amavisd.conf. Next you probably restored amavisd and amavisd.conf files which were incompatible with each other and/or amavis incompatible with the updated perl modules of the latest security update.
    To fix things, I would re-apply the latest combo updater and security updates (assuming you are running stock versions and have not installed your own versions of amavisd, etc).
    If things still do not work, please post the output of:
    amavisd -V

  • Phone is NOT delivered; my bill made it. (Imagine going to a restaurant not eating and being given a bill.)

    I know exactly how you feel. After getting fed up with ATT, I ordered a wireless phone and service from Verizon. I tracked the package and Fed-Ex claimed to have attempted to make delivery attempts 3 times, but that's impossible since I was home 2 of the three times and I never heard a knock or saw anyone from Fed-Ex. I contacted Verizon 3 times telling them about this and they also promised a follow up and I haven't heard from them either.
    I'm now 2 weeks into the billing cycle. (Yeah, they are still charging me for service I'm not being provided!) I'm being e-mailed a notice that my statement will be available for viewing and still no phone.
    Their phone response is terrible, they never call back and just forget about chatting with them on the web. Everytime it's clear they are in the wrong, their system or customer service rep *magically* "has issues connecting" and you are advised to "please, wait, while we transfer your conversation to another representative".
    The wait time on that transfer, it seems, is LONGER than the original wait time, which is already an hour. I don't have an hour to stare at a chatbox waiting for some one.
    It seems to me, that Verizon has become very self-important. Back when cable was the only game in town, the cable company always screwed with you when they had to send some one to fix something. It's nice to know that Verizon has decided that they would rather join the ranks of the companies known to not care about their customers concerns instead of showing that there is a better way. It's really crummy that Verizon has gone this route, but it is still nice to know how important my business and their reputation is to them.
    As bad as their competitors were, they, at least, had the decency to deliver my phone and charge me after I was actually able to use it. So far, Verizon has proven to be worse. I truly hope I'm wrong and I'm just an isolated incident that will get it fixed. But, I'm wondering am I isolated? Has anyone else had problems with Verizon customer service? Or phone/equipment delivery? Or billing? I just want to know, now. what I've agreed to have 2 years of.
    I'll post updates if this thread isn't deleted or my account isn't suspended for complaining.

    Let me take your side here. Call verizon billing and tell them you are cancelling the phone and service since you have not received it from Fedex. Verizon requires you to sign for their shipments from Fedex. The carrier then tries three delivery attempts and then sends the package back to verizon.
    If you paid by credit card call up and dispute the charge, since your 14 days of previewing has not technically started as to return it within that time frame, just cancel the whole order. Make sure Verizon does not try to bill you .
    Dispute, dispute and dispute.
    You could have went into a verizon store and got your phone imediately instead of being shipped.
    A lost or stolen phone not signed for by you or authorized person is verizons problem and not yours. You don't owe verizon for service not provided or the phone that was not delivered. Call your bank or credit card company and have them remove the charge.

  • Mail Server Will Not Deliver Mail

    I can connect with to the mail sever with a mail client, and see delivered mail up to this past Wednesday, but any new mail sent to any account on the server seems to get swallowed up. Except for a single spam mail with the title "JavaChief Info Request" which my mail client tags as junk.
    At first it had what appeared to be a database corruption, and I could not see accounts in the admin, so I rebuilt it. Now I can see the existing accounts. If I make a new account with the Workgroup Manager and give it mail capabilities, that account does not show up in the Mail admin.
    Because I only have 8 accounts, I'm read to just reformat the whole machine and start over. I don't want to do that because there's 6 months worth of data on the machine.
    I keep this particular Mac in my office, basically for internet access and to run my Mail services. So there's some personal data and Applications on the machine that can mostly be recovered with TimeMachine. But that's a time consuming project I'd rather not take on.
    BTW, the problems seemed to occur shortly after doing a system update last week to 10.5.4
    -ernie
    PS: Could it be possible that my service provider is blocking incoming traffic? But then why would this one source be able to deliver mail messages?

    here's more logs:
    Jul 12 12:46:49 server postfix/qmgr[18769]: 7F4F615ADCC0: removed
    Jul 12 12:46:49 server postfix/pipe[21753]: 7979815ADCCC: to=<[email protected]>, relay=cyrus, delay=0.1, delays=0/0.01/0/0.09, dsn=2.0.0, status=sent (delivered via cyrus service)
    Jul 12 12:46:49 server postfix/qmgr[18769]: 7979815ADCCC: removed
    Jul 12 12:57:20 server postfix/smtpd[21815]: connect from unknown[10.0.1.1]
    Jul 12 12:57:20 server postfix/smtpd[21815]: E38A315ADDC2: client=unknown[10.0.1.1]
    Jul 12 12:57:21 server postfix/cleanup[21818]: E38A315ADDC2: message-id=<[email protected]>
    Jul 12 12:57:21 server postfix/qmgr[18769]: E38A315ADDC2: from=<[email protected]>, size=2885, nrcpt=1 (queue active)
    Jul 12 12:57:21 server postfix/smtpd[21815]: disconnect from unknown[10.0.1.1]
    Jul 12 12:57:21 server postfix/smtpd[21821]: connect from localhost[127.0.0.1]
    Jul 12 12:57:21 server postfix/smtpd[21821]: 4F04E15ADDCE: client=localhost[127.0.0.1]
    Jul 12 12:57:21 server postfix/cleanup[21818]: 4F04E15ADDCE: message-id=<[email protected]>
    Jul 12 12:57:21 server postfix/qmgr[18769]: 4F04E15ADDCE: from=<[email protected]>, size=3314, nrcpt=1 (queue active)
    Jul 12 12:57:21 server postfix/smtpd[21821]: disconnect from localhost[127.0.0.1]
    Jul 12 12:57:21 server postfix/smtp[21819]: E38A315ADDC2: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.42, delays=0.11/0.01/0/0.3, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 4F04E15ADDCE)

  • When I try to send a message on my iPad mini it says not delivered

    Ok so when I try send a message from my iPad from the message app it says not delivered. Does anybody how to fix this?

    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Set Up Alert Sounds
    http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3
    Extra FaceTime IDs
    http://tinyurl.com/k683gr4
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Fix Can’t Sign Into FaceTime or iMessage iOS 7
    http://ipadtutr.com/fix-login-facetime-imessage-ios-7/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    iOS 7 allows you to block phone numbers or e-mail addresses from contacting you via the Phone, FaceTime, or Messages
    http://howto.cnet.com/8301-11310_39-57602643-285/you-can-block-people-from-conta cting-you-on-ios-7/
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457#19087457
    How to watch FaceTime calls on the big screen with Apple TV
    http://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetime
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-texting
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • IOS 7.0.4 I-Messages not delivered

    Despite trying all sorts of resets, &amp; shutdowns, I-Message continues to say "not delivered".  The not delivered message comes up straight away.
    What am I missing

    Are you sending a message to another Apple iDevice (iPhone, iPad, etc)?
    Plus, that person has to have iMessage set up.
    Using FaceTime http://support.apple.com/kb/ht4319http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/http://www.apple.com/ca/ios/messages/
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Set Up Alert Sounds
    http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3
    Extra FaceTime IDs
    http://tinyurl.com/k683gr4http://tinyurl.com/k683gr4
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htmhttp://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Fix Can’t Sign Into FaceTime or iMessage iOS 7
    http://ipadtutr.com/fix-login-facetime-imessage-ios-7/http://ipadtutr.com/fix-login-facetime-imessage-ios-7/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90https://discussions.apple.com/thread/4649373?tstart=90
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.htmlhttp://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457#19087457https://discussions.apple.com/message/19087457#19087457
    How to watch FaceTime calls on the big screen with Apple TV
    http://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetimehttp://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetime
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.htmlhttp://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.htmlhttp://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-textinghttp://appadvice.com/appguides/show/apps-for-texting
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • Sendmail doesn´t deliver to /var/mail/root

    Hi all,
    I don&acute;t know how since severals days sendmail doesn&acute;t deliver mails to root account. /var/mail/root file was missing and i created it with permissions .
    -rw-rw---- 1 root mail 0 Sep 1 09:50 root.
    Although i created the file no mails are received.
    Tkank you for your help

    belisario wrote:
    Hi all,
    I don&acute;t know how since severals days sendmail doesn&acute;t deliver mails to root account. /var/mail/root file was missing and i created it with permissions .
    -rw-rw---- 1 root mail 0 Sep 1 09:50 root.
    Although i created the file no mails are received.Sendmail will create the mbox file if it needs to. I'm not sure if it will use one if you create it ahead of time. Check for a dead.letter file or the sender's account to see if it has bounced back.
    On the box itself you could try:
    /usr/lib/sendmail -v root
    test
    don't forget the period on a line by itself to send the message. This will run sendmail in verbose mode and will hopefully shed some light on what is going on.
    alan

  • Mail not delivered to outside recipients with same name on server - Bug?

    Hi,
    I'm testing the mail server before telling my boss it's OK to move from our old sun "appliance". I have set up all users names and passords on our new mac mini the same as they are on that old server.
    The server will be thisdomain,com and the recipients will be thatdomain.com.
    I am off site and testing from home using mail.thisdomain,com as my outgoing server. I have all spam controls off for testing. In this example I am scott @ thisdomain.com trying to send an email to carol @ thatdomain.com.
    What's happening is that carol @ thatdomain.com is not getting the message. instead it is being dlivered to the carol on the server at carol @ thisdomain.com
    Does anybody know why this is happening and how to fix it? The log even says "orig_to=<carol @ thatdomain.com>" Here is the complete session:
    Sep 24 13:18:08 thisdomain.com postfix/postscreen[33490]: CONNECT from [50.174.118.164]:50680 to [173.164.166.20]:25
    Sep 24 13:18:14 thisdomain.com postfix/postscreen[33490]: PASS OLD [50.174.118.164]:50680
    Sep 24 13:18:14 thisdomain.com postfix/smtpd[33493]: connect from c-50-174-118-164.hsd1.ca.comcast.net[50.174.118.164]
    Sep 24 13:18:15 thisdomain.com postfix/smtpd[33493]: 9069B18C6CA: client=c-50-174-118-164.hsd1.ca.comcast.net[50.174.118.164], sasl_method=CRAM-MD5, sasl_username=scott
    Sep 24 13:18:15 thisdomain.com postfix/cleanup[33502]: sacl_check: mbr_user_name_to_uuid([email protected]) failed: No such file or directory
    Sep 24 13:18:15 thisdomain.com postfix/cleanup[33502]: 9069B18C6CA: message-id=<CE674190.1E707%[email protected]>
    Sep 24 13:18:15 thisdomain.com postfix/qmgr[33388]: 9069B18C6CA: from=<[email protected]>, size=723, nrcpt=1 (queue active)
    Sep 24 13:18:15 thisdomain.com postfix/pipe[33504]: 9069B18C6CA: to=<[email protected]>, orig_to=<[email protected]>, relay=dovecot, delay=0.59, delays=0.43/0.03/0/0.14, dsn=2.0.0, status=sent (delivered via dovecot service)
    Sep 24 13:18:15 thisdomain.com postfix/qmgr[33388]: 9069B18C6CA: removed
    Sep 24 13:18:21 thisdomain.com postfix/smtpd[33493]: disconnect from c-50-174-118-164.hsd1.ca.comcast.net[50.174.118.164]
    I also worry about the line:
    sacl_check: mbr_user_name_to_uuid(carol @ thisdomain.com) failed: No such file or directory
    This is driving me batty, so any help appreciated.
    Scott

    This is supposed to be the server for  thisdomain,com  and I have not entered anything in for  thatdomain.com. So that is really puzzling. Is there anything you can help me with in the postconf below?  Thanks!
    postconf -n
    biff = no
    command_directory = /usr/sbin
    config_directory = /Library/Server/Mail/Config/postfix
    daemon_directory = /usr/libexec/postfix
    data_directory = /Library/Server/Mail/Data/mta
    debug_peer_level = 2
    debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5
    dovecot_destination_recipient_limit = 1
    html_directory = /usr/share/doc/postfix/html
    imap_submit_cred_file = /Library/Server/Mail/Config/postfix/submit.cred
    inet_interfaces = loopback-only
    inet_protocols = all
    mail_owner = _postfix
    mailbox_size_limit = 0
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    message_size_limit = 10485760
    mydomain_fallback = localhost
    mynetworks = 127.0.0.0/8, [::1]/128
    newaliases_path = /usr/bin/newaliases
    queue_directory = /Library/Server/Mail/Data/spool
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated permit
    smtpd_tls_ciphers = medium
    smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL
    tls_random_source = dev:/dev/urandom
    unknown_local_recipient_reject_code = 550
    use_sacl_cache = yes

  • My iphone sends old messages, message not delivered

    So the other day I began having troubles with my phone. It's only been with one person in my contacts at the moment, but it's happening frequently enough to be irritating and concerning. Especially with the amount of texts I'd normally be sending.
    When I message this person, more often than not, a little red circle with an exclamation point pops up next to the sent message, and beneath it reads "not delivered".
    According to the person I text, they still get a message, however the messages are always older messages. Sometimes duplicate, but not always, it seems. The most recent duplicate was originally sent around 8am, and resent instead of a message sent around 3:30. The original message did not have the undelivered problem.
    I have the iphone 4, this person has a phone that is not an iphone.
    Today I went into a Verizon store and asked for advice. He told me to turn off iMessage, and that that should fix it, however I then sent another text and it once again marked it as not delivered, and sent an old message instead.
    Please, does anyone know how to fix this?
    Thanks.

    That means whoever you're trying to send an iMessage to either has iMessage turned off or doesn't have a data connection. There's nothing you can do on your end. The message will be held on Apple's servers for 24hrs, then deleted.

  • Message not delivered

    I have an Iphone 4 and sometimes when I send a text I get the message it was not delivered.  When I press the ! it gives me a couple of options and one is to send as a text message.  I select that and it sends the message.  Anyone have that issue and know what causes it?

    Hi there dee500,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    -Griff W. 

  • I've twice tried to use iTunes match. It stalls in step 2. I've rebooted my Mac computer and still stalls. Apple's taken the $25 but not delivered the service. Can I get some personal help?

    I've twice tried to use iTunes match. It stalls in step 2. I've rebooted my iMac computer and it still stalls. Apple's taken the $25 but not delivered the service. Can I get some personal help? There are 12,733 songs, a few dozen of which are not going to be in the Apple music library because they are unique to my collection. Also, some titled "Track XX" and no artist. I assume these would either not upload or else just be uploaded. But, after an overnight of step 2, the iTunes match program was still on song number 7384 or 12733 (it was on that number for over 12 hours). Looking in the music library, activating the iCloud icon and status fields, there were hundreds of songs with the status "waiting."

    Lmwilliamson wrote:
    Kernel panics:
    After taking my late 2009 15 inch macbook pro to the apple store, the genius completely erased my computer and reinstalled the Mac OS X software, but the problem still persists. 
    I also took it to my college tech support center, they tried to take the ram out and reinsert it and clean up the dust, but the problem still remains.
    I am able to use my computer in Safeboot mode (only)
    Well it could still be a software problem if you installed a third party program after the OS X wipe and install, because by booting into Safe Mode it disables certain functions of OS X and hardware. Check for updates or problems for all your third party software, include everything, including menulets, System Preference panes, hacks and so forth.
    If you restored any sort of software from backup like TimeMachine, it likely was corrupted data and now is returned.
    If the college tech support found a lot of dust clogging the rear exhaust vents behind the fans, then likely the heat damage done to the machine has already occured and can't be reversed. Video cards are usually first to go, which Safe Mode does disable the video card somewhat.
    Run through this list of fixes, it's systematic in nature, also has a Hardware Test to see what's going on
    ..Step by Step to fix your Mac
    Too bad this is occurring to a mere 4 year old machine, but dust will do that. Here is the culprit that Apple doesn't tell anyone about.

Maybe you are looking for

  • How to purchase mountain lion

    Been trying to upgrade now for an hour and it wont let me just keeps taking me back to preview page when i want to buy it. I just want to use my new iphone 5

  • OC4J problem and End of TNS data channel

    We are using Oralce 9iAS with OC4J to host our java application. Recently, we kept having problem with the application. The problem is when user enters username and password to login, the application doesn't do anything until we restart OC4J instance

  • Limit to Number of SMS recipients

    I have a list of 44 people to whom I regularly need to send a text message of an emergency nature. As late as last Thursday I could create a new text message using the default Text Message client included with my BlackBerry, select the group containi

  • How to create the Message ouptput ?

    Hi if i want to create the new message output type of Packing List, How can i create the new message output type ? Regards, Luke

  • Unableto openRepositoryafter giving usercredentials:Unable to connect to MS

    Hi, We have installed PI711 on cluster environment and now while doing readiness check i was trying to open Intergration Builder & Repository but it is giving me error : "Cannot connect to server using message server: ms://PICI.erp.bsnl.co.in:8102/P4