Returned Goods - No Refund - Creative not responding to emails:

Anyone had a similar problem?
Creative confirmed receipt of returned goods and advised me on the 2th May that their finance department would issue a payment shortly. Since then I have been unable to get any reply from any email I have sent and have now sent them a final email requesting contact details as I intend to make a claim against them through the courts.
Does anyone know their full address (for my solicitors) or had similar experience?
Yogi62

Thanks,
I'll give it until Monday to allow them to reinburse the payment they originally approved, beyond that it goes to the small claims court.
For anyone interested, the original payment was made with a credit card, the goods returned for a genuine reason and the reinbursement approved. The problem started when Creative said they could not refund back to the the orginal card, it had to go through a bank?. (what would happen if I didn't have a bank account?).
Then there was a delay when they insisted on me providing a 'SWIFT Code' and 'IBAN' which they apperently need as they are based outside the UK. This I sorted out.
The refund was approved on the 2th May and their finance office notified by Customer Services. Since then, despite sending a number of emails I have heard absolutely nothing! It's now 28th May
Hence my decision to go legal and posting here to the forum to see if anyone else had received a similar experience.
Message Edited by yogi620 on 05-27-2009 :25 PMMessage Edited by yogi620 on 05-27-2009 :25 PMMessage Edited by yogi620 on 05-27-2009 :26 PM

Similar Messages

  • I have a problem in this that i want to paas a form in a case that when user pres n then it must go to a form but error arises and not working good and threading is not responding

    made in cosmos help please need it
    using System;
    using Cosmos.Compiler.Builder;
    using System.Threading;
    using System.Windows.Forms;
    namespace IUOS
        class Program
            #region Cosmos Builder logic
            // Most users wont touch this. This will call the Cosmos Build tool
            [STAThread]
            static void Main(string[] args)
                BuildUI.Run();
            #endregion
            // Main entry point of the kernel
            public static void Init()
                var xBoot = new Cosmos.Sys.Boot();
                xBoot.Execute();
                Console.ForegroundColor = ConsoleColor.DarkBlue;
                a:
                Console.WriteLine("------------------------------");
                Console.WriteLine("WELCOME TO THE NEWLY OS MADE BY THE STUDENTS OF IQRA UNIVERSITY!");
                Console.WriteLine("------------------------------");
                Console.WriteLine();
                Console.WriteLine();
                Console.WriteLine();
                Console.WriteLine("\t _____                                
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |");
                Console.WriteLine("\t|     |        |            |        
    |            |      |___________");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|     |        |            |        
    |            |                  |");
                Console.WriteLine("\t|_____|        |____________|         |____________|      ____________");
                string input;
                Console.WriteLine();
                Console.Write("\nAbout OS     : a");
                Console.Write("\nTo Shutdown  : s");
                Console.Write("\nTo Reboot    : r");
                Console.Write("\nStart Windows Normaly : n");
                Console.WriteLine();
                input = Console.ReadLine();
                if (input == "s" || input == "S"){
                    Cosmos.Sys.Deboot.ShutDown();
                else
                if (input == "r" || input == "R"){
                    Cosmos.Sys.Deboot.Reboot();
                else
                if (input == "a" || input == "A"){
                    Console.ForegroundColor = ConsoleColor.DarkBlue;
                    Console.Clear();
                    Console.WriteLine("\n\n\n-------------------------------------");
                    Console.WriteLine("version: DISPLAYS OS VERSION");
                    Console.WriteLine("about: DISPLAYS INFO ABOUT ANGRY OS");
                    Console.WriteLine("hello or hi: DISPLAYS A HELLO WORLD");
                    Console.WriteLine("MESSAGE THAT WAS USED TO TEST THIS OS!!");
                    Console.WriteLine("-----------------------------------");
                    Console.Write("You Want to know : ");
                    input = Console.ReadLine();
                    if (input == "version"){
                        Console.WriteLine("--------------------");
                        Console.WriteLine("OS VERSION 0.1");
                        Console.WriteLine("--------------------");
                    else
                    if (input == "about"){
                        Console.WriteLine("--------------------------------------------");
                        Console.WriteLine("OS IS DEVELOPED BY Qazi Jalil-ur-Rahman & Syed Akber Abbas Jafri");
                        Console.WriteLine("--------------------------------------------");
                    Console.Write("Want to go back to the main window");
                    Console.Write("\nYes : ");
                    string ans = Console.ReadLine();
                    if (ans == "y" || ans == "Y")
                        goto a;
                        Thread.Sleep(10000);
                    else
                    if (input == "n" || input == "N")
                        Thread.Sleep(5000);
                        Console.Clear();
                        for (int i = 0; i <= 0; i++){
                            Console.Write("\n\n\n\n\t\t\t\t\t  ____        ____   ___  
                            Console.Write("\n\t\t|\t\t |  |      |    |     
    |   |  | |  |  |");
                            Console.Write("\n\t\t|\t|    |  |----  |    |     
    |   |  | |  |  |---");
                            Console.Write("\n\t\t|____|____|  |____  |___ |____  |___|  |    |  |___");
                            Thread.Sleep(500);
                        Thread.Sleep(5000);
                        Console.Clear();
                        BootUserInterface();
                        Console.ReadLine();
    //                    Form1 fo = new Form1();
                    else{
                        for (int i = 0; i <= 5; i++){
                            Console.Beep();
                            Thread.Sleep(1000);
                            goto a;
                while (true);
            private static void BootUserInterface() {
                Thread t = new Thread(UserInterfaceThread);
                t.IsBackground = true;
                t.SetApartmentState(ApartmentState.STA);
                t.Start();
            private static void UserInterfaceThread(object arg) {
                Form1 frm = new Form1();  // use your own
                Application.Run(frm);
     

    Hi
    Jalil Cracker,
    >>when user pres n then it must go to a form but error arises and not working good and threading is not respondin
    Could you post the error information? And which line caused this error?
    If you want to show Form1, you can use form.show() method
    Form1 frm = new Form1();
    frm.Show();
    In addition, Cosmos is an acronym for C# Open Source Managed Operating System. This is not Microsoft product.If the issue is related to Cosmos, it would be out of our support. Thanks for your understanding. And you need raise an issue at Cosmos site.
    Best regards,
    kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Returned Goods- no refund yet!!!

    My attempt at a refund has been going on since 2..08, I have sent and replied to over 60 e mails, sent 2 signed for letters at a cost of nearly ?0.00, and only when 2nd letter informed them of probable?court action, did I receive a e mail on the 22nd July 2009, informing me that the refund had been processed and the money would be in my bank account in a few days,?as of this morning still no refund. It appears that I am not the only person whoh has had problems. I am dumbfounded that such a big company can treat its customers this way. I will be starting the court action on the 3rd of August , if I am not refudned by that date, I will keep you [email protected]

    how did this problem go about ? are you already refunded?
    <img border="0" src="http://storeyourpicture.com/images/signature_electronics.jpg">

  • Why does Firefox (most of the time) work not really good (seems to be not responding well) when I play Wildones game of Facebook ?

    Most of the time stuck and seems to be not running

    Upgrade your browser to Firefox 9 and check
    * getfirefox.com

  • HT2693 App Store refund - Developer not responding to contact

    I purchased the Countdown App from the App store and then the upgrade to allow the syncing of events between devices.
    The syncing doesn't work, I've contacted the developer twice over the space of a month and he isn't responding, should I initiate a charge back on my credit card?

    Just sent this to Apple Support:
    I purchased the App Countdown from the developer IAM Web Services, I then purchased the in app add on (£1.99) to allow syncing between devices which doesn't function.
    I have twice contacted IAM Web Services for assistance this month and on both occasions been ignored, no replies whatsoever.
    I'm at the point where I think I should instigate a charge back via my credit card company unless you have an alternative solution.

  • SMTP Server not responding to emails sent to 1 address externally

    I've set up a mail server on a 10.4.11 machine. Everything was working fine until I accidentally deleted my personal account via Workgroup manager, I figured since it was IMAP I could just recreate it and everything would work as it once did. It didn't, now when I send emails to that address, the smtp log shows nothing, but yet I do not receive a failure message back to the sender. However, the messages sent internally from other addresses in that server work properly. In summation, I can't use an external address to send emails to one of my accounts, the smtp log doesn't even show an attempt made to connect to the server.
    Also, all the other addresses work fine.
    Here's my postconf -n:
    always_bcc =
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/libexec/postfix
    debug_peer_level = 2
    enable_server_options = yes
    html_directory = no
    inet_interfaces = all
    local_recipient_maps =
    luser_relay = postmaster
    mail_owner = postfix
    mailbox_size_limit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mydestination = $myhostname,localhost.$mydomain,localhost, [removed for security]
    mydomain = [removed for security]
    mydomain_fallback = localhost
    myhostname = [removed for security]
    mynetworks = 127.0.0.1/32,[removed for security]
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpd_tls_key_file =
    unknown_local_recipient_reject_code = 550
    here's my postconf:
    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 = postmaster
    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 = 10240000
    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,aetkinz.com,sellwiz.biz,riflematch.co m
    mydomain = aetkinz.com
    mydomain_fallback = localhost
    myhostname = mail.aetkinz.com
    mynetworks = 127.0.0.1/32,10.0.11.0/24,192.168.34.0/24
    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 =
    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 = none
    smtpd_recipient_limit = 1000
    smtpd_recipient_overshoot_limit = 1000
    smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
    smtpd_reject_unlisted_recipient = yes
    smtpd_reject_unlisted_sender = no
    smtpd_restriction_classes =
    smtpd_sasl_application_name = smtpd
    smtpd_sasl_auth_enable = no
    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 = no
    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 =
    Message was edited by: JVicious
    Message was edited by: JVicious

    Ok, so I used mailfbr to try and fix it anyways, just to see what would happen. That didn't fix it, so I thought I could use the Backup program and just restore to an earlier point to see if the original settings could be restored, tat didn't work either, that totally messed everything up worse. I've had problems connecting to the lmtp socket, reading the mailbox file, permissions, but I think I've fixed all those. The only problem now is that everything gets stuck in the queue. I've checked these topics almost the whole day for these problems, but the cause and solution are not the same for me. Anything I can do? Or should I just start fresh again?
    postconf -n
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mydestination = $myhostname,localhost.$mydomain,localhost,aetkinz.com,sellwiz.biz,riflematch.co m
    mydomain = aetkinz.com
    mydomain_fallback = localhost
    myhostname = mail.aetkinz.com
    mynetworks = 127.0.0.1/32,10.0.11.0/24,192.168.34.0/24
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdtls_keyfile =
    unknownlocal_recipient_rejectcode = 550
    70-91-236-58-BusName-Michigan:/usr/sbin root# postconf -n
    always_bcc =
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    localrecipientmaps =
    luser_relay = postmaster
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mydestination = $myhostname,localhost.$mydomain,localhost,aetkinz.com,sellwiz.biz,riflematch.co m
    mydomain = aetkinz.com
    mydomain_fallback = localhost
    myhostname = mail.aetkinz.com
    mynetworks = 127.0.0.1/32,10.0.11.0/24,192.168.34.0/24
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdtls_keyfile =
    unknownlocal_recipient_rejectcode = 550

  • Safari reports the site is not responding, yet Firefox loads the same site.

    If the loading of most web pages is slow in Safari, more often than not, Safari returns that the site is not responding. Clearing the cache and restarting the app do not change this. Every time I've found this issue, Firefox has ALWAYS loaded the site with virtually no hiccup. These are not special sites, just if Safari can't load a site within it's time limit, it gives up on it completely. The best way I've found to induce this is to have a folder in your bookmark bar with a good number of URLs (one of mine can have upwards of 50) and then tell it to "Load all in Tabs." Most of the tabs will come back with the above mentioned failure, and then you've lost that site until you restart or a few hours go by (perhaps).
    Now I've mostly found this problem by just loading ONE site, not 50. Even Apple's own homepage has done this to me on regular occasion.
    Please give me your ideas on what I'm not paying attention to. I like Safari's WebClip function, and I've made up for most of the functions I'm used to in Firefox's Add-Ons, but this is the nail in the coffin if it's a regular occurrence.

    I'm getting a similar error over here. Sporadically some sites won't load specifically in Safari; they open just fine in Opera, Firefox and Camino though. This is really annoying.
    It's pretty clear it's nothing network related…

  • App World not responding :(

    Tried to open the appworld app, but it just goes in circles and then returns back with app world not responding. There is a problem with appworld.
    Tried Software Update, it says the update server is temporarily unavailable. error code 2032.

    sorry my bad, my wifi was acting up.

  • Safari Is Not Responding When I View other Programs

    When I have Safari open, and move the mouse to the upper left corner of the screen to view other programs - when I try to return to Safari it does not respond.  Instead it sits in the background and will not come up or let me close it.  It happened for the first time last night, and again this morning.
    Any advice?
    Thanks!

    Shouldn't have!  I'd be surprised if it did - but it wouldn't be the first time I'd been surprised by a computer!!!

  • I've only had my iphone 5s for a week. I keep getting an error message of "Server has stopped responding."  I need the server to work. Does anyone know if there is a "fix" for the problem? Other wise, I probably best return for a refund and get a Samsung.

    I've only had my iphone 5s for a week. I keep getting an error message of "Server has stopped responding."  I need the server to work. Does anyone know if there is a "fix" for the problem? Other wise, I probably best return for a refund and get a Samsung.  Thanks

    sandyzotz wrote:
    Other wise, I probably best return for a refund and get a Samsung.
    Unlikely.  Based on the complete lack of detail of the issue provided it is entirely possible the same issue would occur.
    Unless and until the user provides some actual details of the problem, there is nothing the indicate that the issue is with the iPhone.

  • HT1555 My Apple TV wasn't working so I returned it. I kept the same remote from my previous Apple TV and it's not responding to it. What should I do?

    My Apple TV wasn't working so I returned it. I kept the same remote from my previous Apple TV and it's not responding to it. What should I do?

    Don't you have 2 Apple remotes now?
    Either way, hold menu and down key together for 6 secs and that should fix it unless the remote is broken or battery is flat.
    AC

  • Application Not Responding Creative Suite

    Having major problems with Application Not Responding in Creative Suites 5 & 6. Whenever trying to quit applications, more than not have to force quit. Would like to be able to quit out of Adobe Apps without force quitting. Also get a lot of spinning wheel of death, that forces us to force quit and restart. Any help would be appreciated.

    What system? This behavior has nothing to do with the programs per se, "crashes on exit" always depend on systemic issues. provide the necessary details and crash info:
    Working with your Operating System’s Tools
    Mylenium

  • Creative 20gig DAP not respond

    Hi
    Was wondering if anyone could help me with an irritating problem I've got? I have a very old Creative 20gig DAP Jukebox, its been working perfectly fine on my win2k box for years (that long I can't remember when I bought it!!).
    I recently installed some HP Photosmart 375 software which was a real PITA, so much so that I uninstalled it. Now my DAP will not work at all. I have tried uninstalling and reinstalling but to no avail. It will attempt to load, enough that I get the splash screen on start up but then it just hangs and I can only close it by using task manager (not responding)
    I was wondering if anyone could help at all? I have a horrible feeling its a registry problem due to the poxy HP software but I dont know what else I can do apart from reformat
    Does anyone have any ideas at all? I really dont want to have to reformat the PC if possible but I really need to load some of my new bought CD's onto my DAP for my holiday next month!
    I'd be grateful if someone could offer any advice (but not too techie as I'm a complete novice)
    TIA

    Jason-CL wrote:
    I'm not going through PlayCenter since there's MediaSource available.
    Did you download and install this Creative NOMAD Jukebox driver (844.50 KB) Filename: Drv_jb.exe
    Install this driver first, then connect the player to the computer. Next download the Creative MediaSource Software Update version 2.03.29 (39.46 MB) and run that. Does it not install? If you're still having problem, try running Cleanup option from the player Rescue mode and then proceed with the MediaSource installation again. If MediaSource did get to complete the installation, be sure to download the Creative MediaSource - NOMAD Pack for Creative NOMAD Jukebox/Jukebox C (version .0.04) (3.2 MB) too.
    Jason
    Hi again :-)
    Many thanks for the reply (I received an email too :-))!!
    I did d/load the Drv_jb.exe driver and have installed that first.
    I then connected the player to the computer as suggested.
    I can't seem to locate the file "Creative MediaSource software Update version 2.03.29" Whereabouts can I find that file please Jason? (so sorry to be such a pain )
    [edit]
    Oh, I've found it now [blush] Sorry for confusion :-)
    I'll carry on with rest of your tips
    Thanks very much, no doubt I'll be back Message Edited by unique on 03-27-200605:20 AM
    [edit2] It worked!!! YAAAAAY!!! Thank you so much, now all I have to do is work out how the player works
    Many many thanks to all for your help, I can now load these tracks onto my DAP for my wedding in May!! You don't realise how much this means to me
    THANK YOU again Message Edited by unique on 03-27-200605:40 AM

  • Why would creative cloud app manager be not responding?

    I have just downloaded Creative Cloud and installed.  Initially I was able to navigate to the app manager and started the download of Photoshop.  It downloaded correctly.  I then later went back and opened and tried to go to the app manager and continually now get a not responding message.  That has been over the last two days.
    I uninstalled and reinstalled Creative Cloud and still am having the same issue.
    I've not began my subscription for the products because I want to make sure I can use them before I make that decision to buy them.
    Any suggestions are appreciated.

    I am running windows 7 professional.  Browser - Firefox but also have IE.
    I have disabled anti-virus and allow Adobe access via the firewall.
    I have again tried a download into the cloud desktop app and get a no response.  The error details are as follows:
    Problem signature:
      Problem Event Name:                        APPCRASH
      Application Name:                             Creative Cloud.exe
      Application Version:                           2.9.1.474
      Application Timestamp:                    54e121cd
      Fault Module Name:                          Creative Cloud.exe
      Fault Module Version:                        2.9.1.474
      Fault Module Timestamp:                 54e121cd
      Exception Code:                                  40000015
      Exception Offset:                                00146550
      OS Version:                                          6.1.7601.2.1.0.256.48
      Locale ID:                                             1033
      Additional Information 1:                  2282
      Additional Information 2:                  2282399860a1e8d0ee1342b7aa1586d4
      Additional Information 3:                  e43e
      Additional Information 4:                  e43eeb2ccb54af9542283f01cbfe0a6b
    I am hoping I am giving enough information.  Maybe I should see next if I should get someone to look remotely?

  • Creative cloud app not responding-not allowing use of photoshop

    Hello,
    When I try to open Photoshop it goes straight to the Adobe Application manager which does not respond and acts like it is loading for hours. What can I do to get this to work?
    Thank you

    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

Maybe you are looking for

  • Why does a face show up on my iPad when I have deleted it from aperture

    I am using aperture to tag a modestly large library (about 22,000 photos) all for personal use. I've been going through these photos and tagging faces. As a sort of "holding pen" for faces that I wasn't sure about in the unnamed faces strip at the bo

  • Install of HA MaxDB in a Sun Cluster 3.2 environment

    Hi. I am installing SAP Content Server using MaxDB in a Sun Cluster 3.2 environment. According to the SUN doc, I must install the X_server as a scalable resource/service.  For a scalable resource, I have to make the disk available on both nodes of th

  • I cannot find the command/template to force rebuild of users Spotlight

    I give up, I have searched these forums, but cannot find it. I need the command line to recreate the template, I know I found it online but cannot find it now. What's worse I had a template for it, but re imaged the Mac on which I run ARD, and cannot

  • Creating Adobe PDF on-line

    It is taking me hours to create Adobe PDF on-line and then to download the file. Why could this be happening? Joe Fleming

  • ISupplier Portal Personalization

    Hi, I personalized the OAF page and everything works fine when I login with the Oracle apps userid. If I login with the iSupplier User id and go to the responsibility, the personaliations doesn't work. Even I don't see the Personalize page option on