Mail Queue question

I can't seem to get the mail queue to show the email that the server recived
I changed the mail store location to another hard drive on the same server.
and I moved data base location to the same hard drive as the mail store.
Does that have any effect on the Mail Queue?
when is the mail queue supose to show mail? (incoming, out going, or both?)
the server sends and recives mail fine so i am sure it is something small but I dont know what
thanks in advance to anyone that can help me

Unless you have a very busy mail server, you probably will not see anything. That queue window is not 'live' but merely refreshes itself every 15 seconds (IIRC) - keep hitting 'refresh' and you should pick up something. If everything is working normally then mail actually spends very little time in a 'queue' as it passes from one process to another. Normally, you might just see deferred delivery mail there.
-david
Link: http://developer.apple.com/documentation/Darwin/Reference/ManPages/man8/qmgr.8.h tml

Similar Messages

  • How To reduce Mail Queue Database File?

    Hello Team,
    I setup exchange server 2013,i check daily mail queue database file increase .
    So how to decrease database file?i
    Thanks,
    Jemin Prajapati

    Hi Jim,
    While moving old queue, we will loose some mail during this operation.
    Can we do this activity without any downtime or without loosing any mail.
    Please confirm we only need to move mail.que and rest of other file (log and temp) will remain the same.
    What I am thinking how new queue will sync with old logs and other files.
    Thanks
    Hi
    If the new queue work without any problem, we could refer to the following steps:
    Use “Net stop MSExchangeTransport” to stop Exchange transport service.
    Overwrite all the existing empty queue database files and transaction log files on the target Exchange transport server by using all the files from "C:\QueueRecovery". By default, the queue database and transaction logs exist in C:\Program Files\Microsoft\Exchange
    Server\TransportRoles\data\Queue.
    A new queue database is created when the Microsoft Exchange Transport service is restarted. This can occur at any time after we have finished copying the queue database files to the target transport server.
    Use “ Net pause MXExchangeTransport ” to pause message flow through Hub Server
    Use the Queue Viewer or the Get-Queue cmdlet in the Exchange Management Shell to monitor the delivery queues on the target Exchange transport server. Wait until no messages remain in any of delivery queues on the server as indicated by a message count of
    0.
    Then we use “Net stop MSExchangeTransport” to stop Exchange transport service.
    Overwrite all the existing empty queue database files and transaction log files on the target Exchange transport server by using all the files from "C:\QueueRecovery". By default, the queue database and transaction logs exist in C:\Program Files\Microsoft\Exchange
    Server\TransportRoles\data\Queue.
    Use “Net start MSExchangeTransport” to enable Exchange transport service.
    We could refer to the following link to learn more details:
    http://technet.microsoft.com/en-us/library/bb124343(v=exchg.80).aspx
    If there are any questions regarding this issue, please be free to let me know.
    Best Regard,
    Jim

  • Ironport ESA queue question?

    Greeting Expert
    Can anyone tell me how big is the ESA queue size? let say my exchange server is down and i`m still receiving emails from the outside, ironport will intercept these messages but since Exchange is down the message will stay in the queue to be delivered? How the ESA manage these messages?
    Thanks

    See the following eKB article --->
    https://ironport.custhelp.com/app/answers/detail/a_id/695
    By default, mail is queued for 72 hours (259200 seconds) OR 100 retry attempts before it bounces to the original sender. 
    This setting is configurable from the command line (CLI): type "bounceconfig" and edit the "default" settings.  Also, you can modify this from the GUI interface by going to "Network > Bounce Profiles" and click on the Default profile.
    Also, the queue could fill up if there is too much mail. However, if the system reaches its storage limit, it will soft bounce further attempts by other mail servers to deliver more messages. This ensures that no messages will get lost, as these mail servers will reattempt message delivery as well until the ESA accepts messages again.
    Note: If you plan to shut down your internal mail server for maintenance for a longer period (more than a couple hours), best practice is to suspend the incoming listeners on your Email Security Appliances as well (CLI: suspendlisteners). As mentioned before, in this case any connection attempts will be soft bounced, and retried later. This way, you leave the task of storing the messages to the sending mail server, which will prevent the mail queue on your email appliances filling up quickly. No messages will be lost however, once you got your internal mail server back into service, also resume the listeners on your Email Security Appliances (CLI: resume), to allow delivery from remote hosts again.
    I hope this helps!
    -Robert
    (*If you have received the answer to your original question, and found this helpful/correct - please mark the question as answered, and be sure to leave a rating to reflect!)

  • What mail queuing notifications are available with Exchange Online Protection (EOP)?

    Basically, if EOP detects a service failure for the on-premises Exhange Servers and mail queuing is enabled, what notifications are available from EOP when mail queuing is enabled? I am unable to find a screenshot or documentation regarding this.
    Does EOP have the ability to email and or SMS notifications to an outside email address indicating the mail queuing has been enabled for the domain?

    Unfortunately, EOP doesn't have an ability to notify you with the SMS or email if the email is queued. We need to perform a message trace on the EOP to review the list of emails which is in pending status.
    http://technet.microsoft.com/en-us/library/dn167670(v=exchg.150).aspx
    Rinesh Chandran,
    Technical Consultant, Wipro Ltd.                

  • How  to look at mail queue

    I have installed Collaboration Suite 9.0.3, and am curious to know how to look at the mail queue on the OCS server, and more specifically, how do I delete emails in the queue? Somebody apparently found us during the installation of this server before I could lock it down with spam rules, and I have a ton of junk emails stuck in the queue that won't go anywhere. How do I get rid of those messages? They are literally using up the server resources after about 5 hours of the server trying to send them.
    Thanks,
    Michael

    Well, I guess that's part of the problem too. I'm not sure I have emails in the queue. I have the OCS server set up with the relay host set to another server on the network running sendmail. If I stop the smtp_out service on the OCS server, and then start it again, I see a bunch of messages being sent to the relay server to be delivered, most of them spam as far as I can tell. The sendmail server is set to reject those messages, so it does not try to deliver them and therefore does not put them in the queue on that server. However, regardless of restarting smtp_out, restarting Unified Messaging, restarting OCS, or restarting the entire server, those messages continue to remain in what I'm assuming is the queue on the OCS server. Does that make any sense? From what I can get from the documentation, they must be sitting in the mailstore database somewhere, and I'm wondering if there is a query I can run to at least look and see what is there, and preferable delete them. Otherwise, I guess I have to wait 5 days for the server to finally give up.
    Any ideas?
    Thanks,
    Michael

  • Trying to implement a mail queue

    I'm trying to implement a very basic mail queue using ExecutorService and a Callable split into a producer which builds the email and an email queue and a consumer to send the queued message out but I keep getting:
    java.lang.NullPointerException
         at javax.mail.Transport.send(Transport.java:97)
         at org.bedework.mail.sendMail.call(sendMail.java:45)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I'm not sure how to get the transport variable passed across and read by the consumer thread.
    The consumer code is:
    public class sendMail implements Callable<Object> {
         private ArrayBlockingQueue<Object>  queuedMail;
         private Transport trans;
         private MimeMessage msg;
         private Logger log = Logger.getLogger(sendMail.class);
         public sendMail (ArrayBlockingQueue<Object> queuedMail, Transport trans) {
              this.trans = trans;
              this.queuedMail = queuedMail;
         public Object call() throws Exception {
              try {
                   queuedMail.poll();
                   synchronized (queuedMail) {
                      if (queuedMail.isEmpty()) {
                         queuedMail.wait(1000);
                   try {
                        trans.send(msg);
                        Thread.sleep(1000);
                   } catch (Exception e) {
                        e.printStackTrace();
              } catch (Exception e) {
                   e.printStackTrace();
              return null;
    }The code that calls it is:
    tr = sess.getTransport(config.getProtocol());
            pool.submit(new buildMail(sess, cal, originator, to, subject));
            pool.submit(new sendMail (mailqueue, tr));I'd be grateful for any pointers in getting this sorted out.

    First, read this FAQ item:
    [http://java.sun.com/products/javamail/FAQ.html#send|http://java.sun.com/products/javamail/FAQ.html#send]
    Then explain to me how "msg" is ever set in your sendMail class.

  • My gmail account is no longer available on my iPad 2 in the mail queue at the bottom. How can I reset it?

    This morning when I opened my iPad to check my email, the mail queue at the bottom was blank when I opened it. Upon further tries of trying to reset, it keeps telling me it can verify and that if I save the info submitted, it may not be available to me. How do I go back to yesterday when it worked?

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any Apple Software Update entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install using an iTunesSetup.exe (or iTunes64Setup.exe) downloaded from the Apple Website:
    http://www.apple.com/itunes/download/
    Does it go through properly this time?

  • Topic area: Apple Mail.  Question:  How do I get the message preview window to display to the right of my list of email messages?

    Topic area: Apple Mail.  Question:  How do I get the message preview window to display to the right of my list of email messages? i.e. to preview whatever message is currently highlighted in the center window list of messages?

    At present there is no preference option available to move the preview
    pane to right side of the mail window.
    Best.

  • Mail queue filling up, delivery real slow

    mail server is: 10.4.2 running on a dual 2 GHz Xserve 1 gig RAM
    2 hard drives. 1 boot, 1 mail store
    my mail queue is filling up with messages that can't be delivered. bad address usually. not sure why they make into the queue in the first place.
    The queue reaches as high a 7000+ messages.
    This is really killing my server. Can anyone shed some light??
    here is postconf output:
    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,hash:/var/mailman/data/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 = smtp-amavis:[127.0.0.1]:10024
    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 = 6
    default_destination_recipient_limit = 50
    default_extra_recipient_limit = 1000
    default_minimum_delivery_slots = 3
    default_privs = nobody
    default_process_limit = 20
    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 = 4
    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 = emailadmin
    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 = 2700s
    maximal_queue_lifetime = 36h
    message_size_limit = 16777216
    mime_boundary_length_limit = 2048
    mime_header_checks = $header_checks
    mime_nesting_limit = 100
    minimal_backoff_time = 900s
    multi_recipient_bounce_reject_code = 550
    mydestination = $myhostname,localhost.$mydomain,myDomain.com,mail.myDomain.com
    mydomain = myDomain.com
    mydomain_fallback = localhost
    myhostname = myDomain.com
    mynetworks = 127.0.0.1/32,10.0.0.0/24,10.0.8.0/24,10.0.1.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 = no
    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 = 900s
    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 = check_recipient_access hash:/etc/postfix/access, permit_sasl_authenticated, permit_mynetworks, check_sender_access hash:/etc/postfix/whiteList, reject_invalid_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_rbl_client dnsbl.njabl.org, reject_rbl_client sbl-xbl.spamhaus.org, reject_rbl_client bl.spamcop.net, reject_rbl_client cbl.abuseat.org
    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 = login,plain,cram-md5,gssapi
    smtpd_recipient_limit = 1000
    smtpd_recipient_overshoot_limit = 1000
    smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/access, permit_mynetworks, permit_sasl_authenticated, reject_invalid_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unauth_destination, check_sender_access hash:/etc/postfix/whiteList
    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 = /etc/certificates/mail.myDomain.com.crt
    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 = /etc/certificates/mail.myDomain.com.key
    smtpd_tls_loglevel = 2
    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 = yes
    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 = hash:/etc/postfix/virtual,hash:/var/mailman/data/virtual-mailman
    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 = hash:/etc/postfix/virtual_domains
    virtual_mailbox_limit = 51200000
    virtual_mailbox_lock = fcntl
    virtual_mailbox_maps =
    virtual_minimum_uid = 100
    virtual_transport = lmtp:unix:/Volumes/Mail/imap/socket/lmtp
    virtual_uid_maps =

    I do have a few Windows clients. They have up to date virus protection but they could very well be infected with some malware. I haven't had the chance to run SpyBot on them.
    Sorry for the long postconf output.
    I did requeue all the messages with postsuper -r. I also put them all on hold (postsuper -h) which allowed for new messages to be delivered as usual. Deleting the queue was not an option. I am pretty sure now that it was a spam dictionary attack. But I am still concerned that this would effectively bring the server down.
    I looked into recipient restrictions but don't see any easy way to maintain an accurate list of my users. Is there a way to pull them from the LDAP directory? I guess I could do that with a perl script, shouldn't be too hard. Is there an easier way? Something built in?
    Anyway the server is fine now. As I said I put all the messages on hold then slowly released them back into the active queue. Once the server was able to get over its hang up it chewed through the remaining messages ok. This still brought my server down pretty much the entire day. Not acceptable in most countries.
    Any other ideas are welcome!
    Thanks,
    Josh
    shorter postconf output:
    alias_maps = hash:/etc/aliases,hash:/var/mailman/data/aliases
    always_bcc =
    bouncequeuelifetime = 4h
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    defaultdestination_concurrencylimit = 6
    defaultprocesslimit = 20
    enableserveroptions = yes
    inet_interfaces = all
    initialdestinationconcurrency = 15
    localrecipientmaps =
    luser_relay = emailadmin
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    maximalbackofftime = 2700s
    maximalqueuelifetime = 36h
    messagesizelimit = 16777216
    minimalbackofftime = 900s
    mydestination = $myhostname,localhost.$mydomain,myDomain.com
    mydomain_fallback = localhost
    myhostname = thestranger.com
    mynetworks = 127.0.0.1/32,10.0.0.0/24,10.0.8.0/24,10.0.1.0/24
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    ownerrequestspecial = no
    queue_directory = /private/var/spool/postfix
    queuerundelay = 900s
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpconnecttimeout = 15s
    smtphelotimeout = 30s
    smtpdclientrestrictions = checkrecipientaccess hash:/etc/postfix/access, permitsaslauthenticated, permit_mynetworks, checksenderaccess hash:/etc/postfix/whiteList, rejectinvalidhostname, rejectnon_fqdnsender, rejectnon_fqdnrecipient, rejectrblclient dnsbl.njabl.org, rejectrblclient sbl-xbl.spamhaus.org, rejectrblclient bl.spamcop.net, rejectrblclient cbl.abuseat.org
    smtpdenforcetls = no
    smtpdpw_server_securityoptions = login,plain,cram-md5,gssapi
    smtpdrecipientrestrictions = checkrecipientaccess hash:/etc/postfix/access, permit_mynetworks, permitsaslauthenticated, rejectinvalidhostname, rejectnon_fqdnsender, rejectnon_fqdnrecipient, rejectunknown_senderdomain, rejectunauthdestination, checksenderaccess hash:/etc/postfix/whiteList
    smtpdsasl_authenable = yes
    smtpdtls_certfile = /etc/certificates//myDomain.com.crt
    smtpdtls_keyfile = /etc/certificates/myDomain.com.key
    smtpdtlsloglevel = 2
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 550
    virtualaliasmaps = hash:/etc/postfix/virtual,hash:/var/mailman/data/virtual-mailman
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    virtual_transport = lmtp:unix:/Volumes/Mail/imap/socket/lmtp

  • Monitor Unix Mail Queue using java

    Hi! ,
    I want to monitor unix mail queue using java. how can i proceed..
    Please advice..
    Thanks..
    Ganesh

    Google and see if there is an API which lets you monitor it.
    Kaj

  • Mail QUEUE keeps filling up 17000+ emails

    I am running a OS 10.4.11 w/latest security updates. Approx 50 active email accounts but a high volume of emails. We have been shut down by our ISP for an open proxy (unsure if this is related or not). We keep getting thousands of emails flooding our mail queue from unknown sources to unknown address. I have read another post with similar issues and I want to update the postfx config to keep this over load of emails from reaching the queue. I am not that great with command line and would like a little help. I have read FRONT-LINE SPAM DEFENSE FOR MAIL SERVERS, and need just a bit of help getting started. ANY help will be appreciated.

    Using text wrangler and editing the main.cf file. I am also looking at the logs and here is what I had on the 31st when we got blocked by our ISP, it looks like just a bunch of spam flooding us with malformed names.
    Aug 31 09:44:04 mail postfix/smtp[4177]: warning: valid_hostname: empty hostname
    Aug 31 09:44:04 mail postfix/smtp[4177]: warning: malformed domain name in resource data of MX record for yaoo.com:
    Aug 31 09:44:05 mail postfix/smtp[3642]: warning: valid_hostname: empty hostname
    Aug 31 09:44:05 mail postfix/smtp[3642]: warning: malformed domain name in resource data of MX record for yuahoo.com:
    Aug 31 09:44:11 mail postfix/smtp[3699]: warning: valid_hostname: empty hostname
    Aug 31 09:44:11 mail postfix/smtp[3699]: warning: malformed domain name in resource data of MX record for yaho.com:
    Aug 31 09:44:13 mail postfix/smtp[3706]: warning: valid_hostname: empty hostname
    Aug 31 09:44:13 mail postfix/smtp[3706]: warning: malformed domain name in resource data of MX record for yahho.com:
    Aug 31 09:44:15 mail postfix/smtp[4167]: warning: valid_hostname: empty hostname
    Aug 31 09:44:15 mail postfix/smtp[4167]: warning: malformed domain name in resource data of MX record for yhaoo.com:
    Aug 31 09:44:15 mail postfix/smtp[4177]: warning: valid_hostname: empty hostname
    Aug 31 09:44:15 mail postfix/smtp[4177]: warning: malformed domain name in resource data of MX record for yhoo.com:
    Aug 31 09:44:21 mail postfix/smtp[3670]: warning: valid_hostname: empty hostname
    Aug 31 09:44:21 mail postfix/smtp[3670]: warning: malformed domain name in resource data of MX record for ahoo.com:
    Aug 31 09:44:21 mail postfix/smtp[3649]: warning: valid_hostname: empty hostname
    Aug 31 09:44:21 mail postfix/smtp[3649]: warning: malformed domain name in resource data of MX record for yahho.com:
    Aug 31 09:44:30 mail postfix/smtp[3669]: warning: valid_hostname: empty hostname
    Aug 31 09:44:30 mail postfix/smtp[3669]: warning: malformed domain name in resource data of MX record for yahooo.com:
    Aug 31 09:44:37 mail postfix/smtp[3669]: warning: valid_hostname: empty hostname
    Aug 31 09:44:37 mail postfix/smtp[3669]: warning: malformed domain name in resource data of MX record for yaho.com:
    Aug 31 09:44:38 mail postfix/smtp[3649]: warning: valid_hostname: empty hostname
    Aug 31 09:44:38 mail postfix/smtp[3649]: warning: malformed domain name in resource data of MX record for yaho.com:
    Aug 31 09:44:39 mail postfix/smtp[3701]: warning: valid_hostname: empty hostname
    Aug 31 09:44:39 mail postfix/smtp[3701]: warning: malformed domain name in resource data of MX record for yaoo.com:
    Aug 31 09:44:43 mail postfix/smtp[3646]: warning: valid_hostname: empty hostname
    Aug 31 09:44:43 mail postfix/smtp[3646]: warning: malformed domain name in resource data of MX record for yhaoo.com:
    Aug 31 09:44:47 mail postfix/smtp[3674]: warning: numeric domain name in resource data of MX record for disinc.com: 127.0.1.50
    Aug 31 09:44:49 mail postfix/smtp[4201]: warning: valid_hostname: empty hostname
    Aug 31 09:44:49 mail postfix/smtp[4201]: warning: malformed domain name in resource data of MX record for ayahoo.com:
    Aug 31 09:44:50 mail postfix/smtp[3655]: warning: valid_hostname: empty hostname
    Aug 31 09:44:50 mail postfix/smtp[3655]: warning: malformed domain name in resource data of MX record for atyahoo.com:
    Aug 31 09:44:51 mail postfix/smtp[1804]: warning: valid_hostname: empty hostname
    Aug 31 09:44:51 mail postfix/smtp[1804]: warning: malformed domain name in resource data of MX record for yahoon.net:
    Aug 31 09:44:52 mail postfix/smtp[1826]: warning: valid_hostname: empty hostname
    Aug 31 09:44:52 mail postfix/smtp[1826]: warning: malformed domain name in resource data of MX record for yaho.com:
    Aug 31 09:44:53 mail postfix/smtp[3701]: warning: valid_hostname: empty hostname
    Aug 31 09:44:53 mail postfix/smtp[3701]: warning: malformed domain name in resource data of MX record for yaho.com:
    Aug 31 09:44:54 mail postfix/smtp[3701]: warning: valid_hostname: empty hostname
    Aug 31 09:44:54 mail postfix/smtp[3701]: warning: malformed domain name in resource data of MX record for yhoo.com:
    Aug 31 09:44:56 mail postfix/smtp[4201]: warning: valid_hostname: empty hostname
    Aug 31 09:44:56 mail postfix/smtp[4201]: warning: malformed domain name in resource data of MX record for hyahoo.com:
    Aug 31 09:44:56 mail postfix/smtp[4197]: warning: valid_hostname: empty hostname
    Aug 31 09:44:56 mail postfix/smtp[4197]: warning: malformed domain name in resource data of MX record for yhoo.com:
    Aug 31 09:44:56 mail postfix/smtp[4196]: warning: valid_hostname: empty hostname
    Aug 31 09:44:56 mail postfix/smtp[4196]: warning: malformed domain name in resource data of MX record for yahooo.com:
    Aug 31 09:44:59 mail postfix/smtp[3646]: warning: valid_hostname: empty hostname
    Aug 31 09:44:59 mail postfix/smtp[3646]: warning: malformed domain name in resource data of MX record for yaoo.com:
    Aug 31 09:45:00 mail postfix/smtp[4197]: warning: valid_hostname: empty hostname
    Aug 31 09:45:00 mail postfix/smtp[4197]: warning: malformed domain name in resource data of MX record for yahho.com:
    Aug 31 09:45:14 mail postfix/smtp[3690]: warning: valid_hostname: empty hostname
    Aug 31 09:45:14 mail postfix/smtp[3690]: warning: malformed domain name in resource data of MX record for yahoo.net:
    Aug 31 09:45:16 mail postfix/smtp[3660]: warning: valid_hostname: empty hostname
    Aug 31 09:45:16 mail postfix/smtp[3660]: warning: malformed domain name in resource data of MX record for yhoo.com:
    Aug 31 09:45:17 mail postfix/smtp[3692]: warning: valid_hostname: empty hostname
    Aug 31 09:45:17 mail postfix/smtp[3692]: warning: malformed domain name in resource data of MX record for yahho.com:
    Aug 31 09:45:18 mail postfix/smtp[3645]: warning: valid_hostname: empty hostname
    Aug 31 09:45:18 mail postfix/smtp[3645]: warning: malformed domain name in resource data of MX record for yhaoo.com:
    Aug 31 09:45:20 mail postfix/smtp[4203]: warning: valid_hostname: empty hostname
    Aug 31 09:45:20 mail postfix/smtp[4203]: warning: malformed domain name in resource data of MX record for yahooomail.com:
    Aug 31 09:45:20 mail postfix/smtp[3649]: warning: valid_hostname: empty hostname
    Aug 31 09:45:20 mail postfix/smtp[3649]: warning: malformed domain name in resource data of MX record for yhaoo.com:
    Aug 31 09:45:24 mail postfix/smtp[3649]: warning: valid_hostname: empty hostname
    Aug 31 09:45:24 mail postfix/smtp[3649]: warning: malformed domain name in resource data of MX record for yahool.com:
    Aug 31 09:45:28 mail postfix/smtp[3649]: warning: valid_hostname: empty hostname
    Aug 31 09:45:28 mail postfix/smtp[3649]: warning: malformed domain name in resource data of MX record for yhaoo.com:
    Aug 31 09:45:28 mail postfix/smtp[3692]: warning: valid_hostname: empty hostname
    Aug 31 09:45:28 mail postfix/smtp[3692]: warning: malformed domain name in resource data of MX record for yahooo.com:
    Aug 31 09:45:35 mail postfix/smtp[3651]: warning: valid_hostname: empty hostname
    Aug 31 09:45:35 mail postfix/smtp[3651]: warning: malformed domain name in

  • Mail Queue Filling Up - Spam?

    Hi All,
    Over the weekend the mail queue in SA filled up. This morning some users where complaining about outgoing messages not being delivered. When I checked the mail queue it had about 500 messages in it. All of them looked liked spam. When I deleted them, outgoing messages started being delivered.
    I have no idea why that would happen. Could it mean a hacked machine on the network? I've turned off all of my window's machines overnight to see what happens.
    here is my config file.
    mail:~ warnersmith$ postconf -n
    alias_maps = hash:/etc/aliases,hash:/var/mailman/data/aliases
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    localrecipientmaps =
    luser_relay = postofficebox
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    messagesizelimit = 20971520
    mydestination = $myhostname,localhost.$mydomain,mail.sk.com,66.XXX.8.132,10.0.0.132,sk.com,skde sign.com
    mydomain = sk.com
    mydomain_fallback = localhost
    myhostname = sk.com
    mynetworks = 127.0.0.1/32,10.0.0.1/32,206.XXX.192.99
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    ownerrequestspecial = no
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relayhost = mail.chrl.twtelecom.net
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdclientrestrictions = permit_mynetworks hash:/etc/postfix/smtpdreject rejectrblclient sbl.spamhaus.org permit
    smtpdpw_server_securityoptions = gssapi,cram-md5,login
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_certfile = /etc/postfix/server.pem
    smtpdtls_keyfile = $smtpdtls_certfile
    smtpduse_pwserver = yes
    unknownlocal_recipient_rejectcode = 550
    MacBook Pro 2.0 GHz 1 GB RAM   Mac OS X (10.4.6)  

    Thanks Jeff. I think the code injection maybe it. I have the server set to relay all outgoing messages to our ISP's mail server. When I look at the messages in the mail queue, all of them seem to be bounce backs from the ISP (domain name does not exist.)
    When I look at the mail log for one the messages with the ID of 39E33163839, I see:
    Oct 10 13:20:11 mail postfix/smtpd[1697]: connect from unknown[10.0.0.45]
    Oct 10 13:20:11 mail postfix/smtpd[1697]: 5EB9115C71D: client=unknown[10.0.0.45]
    Oct 10 13:20:11 mail postfix/cleanup[1698]: 5EB9115C71D: message-id=<[email protected]>
    Oct 10 13:20:11 mail postfix/qmgr[4726]: 5EB9115C71D: from=<[email protected]>, size=1904, nrcpt=1 (queue active)
    Oct 10 20:11:02 mail postfix/qmgr[4726]: C6C32162E2F: from=, size=28300, nrcpt=1 (queue active)
    Oct 10 20:11:02 mail postfix/smtp[13214]: C6C32162E2F: host relay.mail.twtelecom.net[216.136.102.250] said: 450 <[email protected]>: Recipient address rejected: Domain not found (in reply to RCPT TO command)
    Oct 10 20:11:03 mail postfix/smtp[13214]: C6C32162E2F: to=<[email protected]>, relay=relay.mail.twtelecom.net[216.54.204.190], delay=3698, status=deferred (host relay.mail.twtelecom.net[216.54.204.190] said: 450 <[email protected]>: Recipient address rejected: Domain not found (in reply to RCPT TO command))
    Oct 10 20:11:49 mail postfix/smtpd[13189]: connect from c-24-147-6-229.hsd1.ma.comcast.net[24.147.6.229]
    Oct 10 20:11:50 mail postfix/smtpd[13189]: 37C60163818: client=c-24-147-6-229.hsd1.ma.comcast.net[24.147.6.229]
    Oct 10 20:11:50 mail postfix/cleanup[13178]: 37C60163818: message-id=<000001c6ecc9$d4d5c980$0100007f@Alicia>
    Oct 10 20:11:51 mail postfix/qmgr[4726]: 37C60163818: from=<[email protected]>, size=26446, nrcpt=1 (queue active)
    Oct 10 20:11:51 mail postfix/smtpd[13189]: disconnect from c-24-147-6-229.hsd1.ma.comcast.net[24.147.6.229]
    Oct 10 20:11:55 mail postfix/smtpd[13182]: connect from localhost[127.0.0.1]
    Oct 10 20:11:56 mail postfix/smtpd[13182]: F29EA163837: client=localhost[127.0.0.1]
    Oct 10 20:11:56 mail postfix/cleanup[13178]: F29EA163837: message-id=<000001c6ecc9$d4d5c980$0100007f@Alicia>
    Oct 10 20:11:56 mail postfix/smtpd[13182]: disconnect from localhost[127.0.0.1]
    Oct 10 20:11:56 mail postfix/qmgr[4726]: F29EA163837: from=<[email protected]>, size=27040, nrcpt=1 (queue active)
    Oct 10 20:11:56 mail postfix/smtp[13179]: 37C60163818: to=<[email protected]>, relay=127.0.0.1[127.0.0.1], delay=6, status=bounced (host 127.0.0.1[127.0.0.1] said: 550 5.7.1 Message content rejected, UBE, id=13135-02 (in reply to end of DATA command))
    Oct 10 20:11:56 mail postfix/cleanup[13178]: 39E33163839: message-id=<[email protected]>
    Oct 10 20:11:56 mail postfix/qmgr[4726]: 39E33163839: from=, size=28311, nrcpt=1 (queue active)
    Oct 10 20:11:56 mail postfix/qmgr[4726]: 37C60163818: removed
    Oct 10 20:11:56 mail postfix/pipe[13184]: F29EA163837: to=<[email protected]>, relay=cyrus, delay=1, status=sent (sk.com)
    Oct 10 20:11:56 mail postfix/qmgr[4726]: F29EA163837: removed
    Oct 10 20:11:56 mail postfix/smtp[13214]: 39E33163839: host relay.mail.twtelecom.net[216.54.204.190] said: 450 <[email protected]>: Recipient address rejected: Domain not found (in reply to RCPT TO command)
    Oct 10 20:11:56 mail postfix/smtp[13214]: 39E33163839: to=<[email protected]>, relay=relay.mail.twtelecom.net[216.136.95.10], delay=0, status=deferred (host relay.mail.twtelecom.net[216.136.95.10] said: 450 <[email protected]>: Recipient address rejected: Domain not found (in reply to RCPT TO command))
    When I look at the HTTPD logs for that same minute, I see:
    69.231.131.52 - - [10/Oct/2006:14:20:11 -0400] "GET /pages/facility_02.html HTTP/1.1" 200 12193
    216.120.232.145 - - [10/Oct/2006:20:11:09 -0400] "GET //components/comsitemap/sitemap.xml.php?mosConfig_absolutepath=http://71.132.219.9/omg/remote.txt? HTTP/1.1" 404 -
    194.52.202.141 - - [10/Oct/2006:20:11:36 -0400] "GET //components/comsitemap/sitemap.xml.php?mosConfig_absolutepath=http://71.132.219.9/omg/remote.txt? HTTP/1.1" 404 -
    68.71.20.37 - - [11/Oct/2006:10:20:11 -0400] "GET /images/leisure_image.3.jpg HTTP/1.1" 200 5338
    68.71.20.37 - - [11/Oct/2006:10:20:11 -0400] "GET /images/leisure_image.4.jpg HTTP/1.1" 200 6872
    68.71.20.37 - - [11/Oct/2006:10:20:11 -0400] "GET /images/leisure_image.5.jpg HTTP/1.1" 200 3360
    The line "//components/comsitemap/sitemap.xml.php?mosConfig_absolutepath=http://71.132.219.9/omg/remote.txt? HTTP/1.1" 404 -" seem to be that code injection. We don't have a file named sitemap.xml.php on our website.
    Am I correct that this is a code injection?
    I have three site running on this server. One is a plain old static site for the company it does not use PHP. One is webmail that came with OS X. The final one is an file storage site that does use PHP. It's a commercial code called Copper Project. I've turned off the site overnight to see if this still happens.
    The link in in Jeff's post seems to suggest a simple fix. However, I know nothing about PHP programing, so this is beyond me.
    Thanks
    Henry
    MacBook Pro 2.0 GHz 1 GB RAM   Mac OS X (10.4.6)  

  • Mail queue filling up - Delivery Temporarily Suspended Connection Refused

    About 2 hours ago we stopped getting any email from our server. The mail queue is filling up. If I click on one of the messages in queue, it gives me a message of "delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]: connection refused".
    What happened????
    Thanks,
    Robert

    My configuration was running fine for months but suddenly every night amavisd stops running (I suppose after mailbfr ran). I have to launch amavisd manually with +sudo /bin/launchctl load -w /System/Library/LaunchDaemons/org.amavis.amavisd.plist+ every day.
    Maybe something is wrong with my org.amavis.amavisd.plist? Here is it:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Label</key>
    <string>org.amavis.amavisd</string>
    <key>OnDemand</key>
    <false/>
    <key>Program</key>
    <string>/usr/bin/amavisd</string>
    <key>ProgramArguments</key>
    <array>
    <string>amavisd</string>
    <string>foreground</string>
    </array>
    <key>ServiceIPC</key>
    <false/>
    <key>UserName</key>
    <string>_amavisd</string>
    </dict>
    </plist>

  • What to do with mail stuck in mail queue?

    I think i have my web and e-mail server running fine, all mail from the users is coming and going as should. But I have to delete the mail queue every two days or so because it is filling up with junk mail to unknown senders and users. I think everting is setup correct and I do not have an open relay, but is there some way I can have it delete the junk mail in this queue by itself?

    Most likely you have postfix configured to accept any mail. Being for known or unknown users. Thus, mail for unknown users (mostly spam) gets only bounced at a later stage (cyrus/IMAP), which in turn creates those pesky Mailer-Daemon messages in your queue.
    Being spam, there is usually no proper return address, so those messages stay in your queue, until they expire after 5 days (default value).
    See my tutorial on how to improve Postfix' configuration here: http://osx.topicdesk.com/content/view/38/62/

  • Server Admin- Mail queue is this before or after its been checked as spam?

    Hi we have been bombarded with shed loads of junk causing the mail queue to swell and slow down considerably almost to a halt. I have now created the junkmail account and the notjunkmail accounts and now trying to teach the server to sort itself out.
    However in the queue we have MADEUP [email protected] and Im deleting these manually as i cant mark these as junkmail. Will the server once taught, be able to distinguish between the real users and the made up ones?
    Also is what is in the queue is this after the filtering or what will be filtered?
    Thanks Hope this makes sense.
    Oh and if any one knows any great bolt on gui spam filters for mac server 10.4 id appreciate your advice... Thanks

    Sieve scripting is built in.
    Example vacation email script, forwarding and junk-mail processing are included in the Command Line manual.
    Some URLs...
    http://www.ietf.org/rfc/rfc3028.txt
    http://nfs-uxsup.csx.cam.ac.uk/~fanf2/hermes/doc/sieve/
    As for Postfix:
    http://www.stepwise.com/Articles/Workbench/eart.index.html
    http://www.cutedgesystems.com/software/PostfixEnabler/

Maybe you are looking for

  • What kind of view object should I create for this data model?

    I have an entity that has several dates. The dates are stored in a table separate from the entity, each entity date has a date type (open, close, interview, etc) associated with it. The DBAs idea (who else of course!) was to have the flexibility to a

  • Unable to complete hiring process

    hello, i have started doing hiring any1 please tell me the step by step how a person shld be hired once his resume is shorlisted & his status is to be hired in pa30 but whn i c the same in pba7.it is not dsplaying the designation & status is double d

  • Loading local sound into UIWebView?

    I'm able to successfully load a local html-file into a UIWebView, and from that load a local image via the html-code. Loading a local sound-file from the UIWebView, however, is a different matter. Does anybody know why the code below only manages to

  • Error in setting up Facetime

    A friend gave me their iPhone 5.  Unfortunately I did not unde rstand that I needed to check my iPhone number when I tried to setup my Facetime and only marked my email.  I have a PC so it is not activating. Now what do I do?

  • IPhoto photo stream won't work

    Since iPhoto was updated in December, my iphoto library somehow became corrupted, crashed and wouldn't open. I've had lots of attempts at trying to find out what was wrong as this only affected the iphoto on my macbook pro.  My ipad & iphone are both