SendFailedException and blacklists

Hi
Last friday i was testing my program to send and receive email, and it worked just fine, but today (Monday Jun/23/03) i got the following message error when trying to send mail, why is it so?
javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
javax.mail.SendFailedException: 591 your host [200.78.39.27] is blacklisted by list.dsbl.org. Send your questions to [email protected]
at javax.mail.Transport.send0(Transport.java:219)
at javax.mail.Transport.send(Transport.java:81)
at JavaMail.demo.MailExample.main(MailExample.java:38)
Exception in thread "main"

As the message says:
"Send your questions to [email protected]"
They will probably tell you that somebody has reported your server for sending spam (that's unsolicited e-mails from strangers, if you didn't know).

Similar Messages

  • Fed up with blocked emails and blacklisted IPs from Verizon

    Have been struggling with blocked emails and getting no help from Verizon.  When sending emails via Outlook, most are rejected whether we create them or just forward them.  Sometimes we get a spam notice, but most of the time they just disappear.  Have contacted Verizon support and they have changed the outgoing port number with no improvement.  They blame the signature block we attach to emails, but removing doesn't seem to improve anything.  They say we can't contact the spam people except by email, but that doesn't seem to get any response.  Meanwhile, the IPs that Verizon assigns us are on the blacklist.  Verizon says this has nothing to do with the problem, but I have to think that it does.  Would appreciate some help!

    Verizon doesn't control the blacklist at Spamhaus. The outbound spam filter has been implemented along with other measures as part of an effort to prevent that type of block for Verizon IP addresses, but until spammers are wiped from the planet, blacklisting is going to happen.
    To get off of the list, you have 2 options:
    Appeal to Spamhaus to remove your IP here. Since you have a dynamic IP address, you will have to do this every time you get a  blacklisted IP.
    -OR-
    You can get a static IP address from Verizon. This is the best solution for most businesses.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • [SOLVED] systemd and blacklisting modules

    Hi,
    I recently found out about the 'systemctl status foo.service'-cmd and I was finally able to see why the systemd-modules-load-service was failing on my laptop.
    It complains it cannot find service-files for 'blacklist nouveau' and other modules I have blacklisted. The wiki mentions blacklisting is done the same for systemd as for sysV-init, i.e. through a simple 'blacklist <modulename>' inside a .conf-file residing in either:
    /etc/modprobe.d/ or
    /etc/modules-load.d/
    What am I doing wrong?
    Last edited by zenlord (2012-08-24 19:38:38)

    tomegun wrote:The .conf file must be in /etc/modprobe.d and not in /etc/modules-load.d.
    OK, that's the one. I was mistaken to think that both directories had the same functionality.
    THX!
    Marking as solved.
    Last edited by zenlord (2012-08-24 19:38:11)

  • I think my iPhone is swapped and blacklisted.

    Imei on my box and in my iPhone doesn't match, I would return it but I live actually live in Serbia, so no Apple store in Serbia for me to return iPhone and get new one. I don't know what to do now, please help me.

    Dennis023 wrote:
    Imei on my box and in my iPhone doesn't match
    You're lucky, in that at least there was a phone in your box. There's a lady, in Australia, bought two iPhones in sealed boxes from someone...got home...opened the boxes...there was a small Apple(real Apple) in each one.

  • SendMessage and SendFailedException

    Hi everybody.
    I'm trying to send a message to some people with Transport.sendMessage(msg, msg.getAllRecipients()).
    If ALL e-mail address (specified with Message.RecipientType.TO, Message.RecipientType.CC, ...) are valid, everything works.
    If AT LEAST ONE ADDRESS IS INVALID (i.e. it does not exists), a SendFailedException is thrown (e.g. Invalid Addresses; nested exception is:class com.sun.mail.smtp.SMTPAddressFailedException: 550 RCPT TO: User unknown) AND NO MESSAGE IS SENT AT ALL (neither to users whose e-mail address is correct).
    Is there any way to ignore every SendFailedException and have the message delivered to users which have a correct address?
    Thanks in advance.
    P.S.
    I know I could do something like this:
    Address[] addresses = msg.getAllRecipients();
    for (int i = 0; i < addresses.length; i++) {
    try {
    t.sendMessage(msg, new Address[] { addresses[i] });
    } catch(SendFailedException sfe) {}
    but it wouldn't work since I have a PDF attached to the message, so only the first recipient would receive entirely the PDF document (the others recipients would receive a damaged pdf due to the DataSource already 'consumed').

    Hallo,
    thats the solution:
    catch (SendFailedException e) {
         //try once more with the valid addresses
         Address addr[]= e.getValidUnsentAddresses();
    // and then send your Message to the valid addresses once more
    Gru�
    Margit

  • Problem with HD6630M and catalyst on custom kernel

    My laptop is a sony vaio sa with hd6630m and intel graphics as a hybrid graphics setup. i m using linux-sony from aur.
    This is what i ve done so far:
    i have followed the instructions in the catalyst wiki in order to install catalyst for custom kernel, with catalyst-hook
    but after installing, aticonfig --initial -f throws no supported adapters detected. i m sure that my adapter is supported by the latest driver as some guys have successully made the setup.
    i' ve read every thread i could find in google about my issue but i didn't make a progress although other have made it!
    Things i tried:
    - installing the .run package from ati manually
    - reinstalling xorg and make a xorg.conf by my own (Xorg -configure does not work either)
    - installing catalyst in default latest kernel
    - i have not tried any other distro lately to see if i could make it work.
    - the open drivers also do not work with my setup, i can only have intel card and blacklisting radeon. (vgaswitcheroo does not work either)
    - many others i cannot recall
    The two cards show up in lspci so it isnt a hardware problem
    has anyone idea whats might going on or what i m doing wrong?

    Hello All
    I find out the solution myself !!!! Phew!!
    In order to create a french page couple of things need to be done
    1)In the configuration manager > display tab > chnage the language the to french
    2) Log in to Application designer and create the same component and page that was created in English. You may not have to create the page from scratch since you would first create it in base language english and hence when you log in as french you will have the page but it will be distorted so it will be rearranged.
    3) Any text that is there on the page will have to be rewritten in french if its is static text or else if it is being called from a message catalog it needs to be first written in English(this writes to PSMSGCATDEFN). Now go to PeopleTools>Translation>Translate System Definitions>Messages.
    And create the french transaltion.For more details on hopw to create new language specific message read peoplebooks(type Translating Messages in the search of peoplebooks).
    The language sepecific messages are written to PSMSGCATLANG table.
    Now when you log in to peoplesoft as french you will see all you custom pages in french.
    Have fun creating any global pages

  • Problem with Xorg and nvidia drivers

    Hi! I recently installed arch and am trying to get a gui working. Sadly I have had little success. I have a nvidia geforce 750m which I believe was designed to use optimus. I have installed nvidia and bumblebee, and blacklisted nouveau. However, when I attempt to startx it doesn't work, and in the log file it tells me nvidia can't load the GLX and to make sure I am using the nvidia vendor version. So I looked and it seems I am not, instead I have the Xorg version. Unfortunatey I have no idea how to fix this... and today, google was not my friend despite several hours of searching.
    dmesg | grep nvidia says:
    nvidia_frontend_open: minor 0, module->open() failed, error -5
    I don't know what that error code means, or if that's even important.
    I have also installed kde, which does nothing because there's no x server to do anything with.
    Anyone have any advice? Thanks

    js404 wrote:
    Hi! I recently installed arch and am trying to get a gui working. Sadly I have had little success. I have a nvidia geforce 750m which I believe was designed to use optimus. I have installed nvidia and bumblebee, and blacklisted nouveau. However, when I attempt to startx it doesn't work, and in the log file it tells me nvidia can't load the GLX and to make sure I am using the nvidia vendor version. So I looked and it seems I am not, instead I have the Xorg version. Unfortunatey I have no idea how to fix this... and today, google was not my friend despite several hours of searching.
    dmesg | grep nvidia says:
    nvidia_frontend_open: minor 0, module->open() failed, error -5
    I don't know what that error code means, or if that's even important.
    I have also installed kde, which does nothing because there's no x server to do anything with.
    Anyone have any advice? Thanks
    Hi js404!
    If I am not entirely wrong you should try to use this small piece of code:
    nvidia-xconfig

  • XBMC, OpenGL and intel GM965 TV-Out

    Hi !
    I'm trying to set up an XBMC media center based on Arch, and I have some problem to get XBMC working with tv-out.
    The media center PC is a laptop with broken LCD screen, so I'm using TV out as main display.
    Xorg works fine, so as Chrome browser and other apps, but apps which uses OpenGL only gives me a black screen. I have tested with XBMC and Mednafen OpenGL output, and screen gets black for both. If I use Mednafen standard SDL video output, it works fine.
    Hardware is an Intel GM965 chip, here's the lcpi output :
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 03)
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
    00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
    00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
    05:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)
    06:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
    Here is my Xorg log file
    I'm using Archlinux LTS kernel :
    $ uname -a
    Linux myhost 2.6.32-lts #1 SMP Tue Mar 15 09:48:41 CET 2011 x86_64 Intel(R) Celeron(R) CPU 550 @ 2.00GHz GenuineIntel GNU/Linux
    The XBMC version is 10.1-1, it's the the one packaged for Arch, from the community repository. I also tried xbmc-git package, but I had the same problem, so I get back to community package.
    Is there someone here using this kind of video chip with XBMC on TV-Out ?
    Is there a way to tell XBMC to use standard SDL video out instead of using OpenGL (like mednafen does) ?
    Is there any options missing at xorg level ?
    Thanks in advance for your help.

    Hi !
    glxinfo output :
    $ glxinfo | grep OpenGL
    OpenGL vendor string: Tungsten Graphics, Inc
    OpenGL renderer string: Mesa DRI Intel(R) 965GM
    OpenGL version string: 2.1 Mesa 7.10.1
    OpenGL shading language version string: 1.20
    OpenGL extensions:
    I don't have xorg.conf, I just have 3 files under /etc/X11/xorg.conf.d :
    The two default files 10-evdev.conf and 10-quirks.conf :
    $ cat /etc/X11/xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "fr"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    # Collection of quirks and blacklist/whitelists for specific devices.
    # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
    # http://bugs.freedesktop.org/show_bug.cgi?id=22442
    Section "InputClass"
    Identifier "ThinkPad HDAPS accelerometer blacklist"
    MatchProduct "ThinkPad HDAPS accelerometer data"
    Option "Ignore" "on"
    EndSection
    And I have added a file named 10-monitor.conf to force 640x480 resolution to display on old TV CRT monitor :
    Section "Monitor"
    Identifier "TV"
    HorizSync 30-50
    VertRefresh 50
    EndSection
    Section "Screen"
    Identifier "Screen_TV"
    Device "Card0"
    Monitor "TV"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "640x480"
    EndSubSection
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    Option "AccelMethod" "uxa"
    Option "Tiling" "true"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    I tried with and without "DRI" section, but it doesn't change anything

  • [Solved] Can't hear Skype and Web Browser at the same time?

    Hello. I am running Arch with Gnome and PulseAudio. I'm having a strange problem with audio. Whenever I have Skype open as well as a browser (Chromium) I can only hear one of the applications. (This happens in other applications as well.) For example, when I am talking to someone on Skype I would not be able to listen to Pandora Radio of a YouTube video. Can anyone here help? Thanks.
    Last edited by smithr.michael1997 (2010-12-12 18:50:58)

    Probably one of these applications is using the OSS compatibility of ALSA. As it is the default of a lot of apps to try OSS first.
    ALSA has dmix which is a software mixer, but -in my experience- it often fails when the OSS compatibility is used. Perhaps it can work if you do some configuring of it, but since this is Newbie Forums, I guessing it's stock (no problem with that! that's fine).
    An easy fix is to blacklist the snd-pcm-oss module, to prevent applications of using the OSS compatibility layer. You hardly need it nowadays.
    Edit /etc/rc.conf with your favorite editor (and don't forget you need root priviliges to save your work ) and blacklist the module in the MODULES clause:
    MODULES=(!snd-pcm-oss)
    Now you can reboot and the module will no longer be loaded.
    And if you don't want to reboot immediatly:
    Make sure you have closed all apps that might use sound and therefor use the OSS module.
    Go to a terminal and:
    # rmmod snd-pcm-oss
    Note the "#", this is with root priviliges again. So either become root or sudo to issue this command.

  • DNS FQDN Mavericks 1.9.0 and Server 3.0.1

    Hello everyone.
    I’m tstill on my Maverick test server and I can’t get my DNS right. Please help.
    Mavericks 10.9.0 on Server 3.0.1 on 1 MBPro 2011
    Mavericks 10.9.0 Client on 2 MacBook Air 2011
    Lets say I registered example.com with easydns registrar.
    My registrar points to my dynamic IP which only changes only every 8 to 12 months.
    Everything look pointed right from my registrar as I hosted test servers many times before.
    Coming into the house, I have a 2Wire 2701HG-S Gateway DSL 1.5 Mb/s Modem that does DHCP, NAT and port forwarding * But it does not do any DNS or provide FQDN forward or reverse.
    All it does is allocate IPs and slips the ISP search domain and it’s own address for DNS.
    I tried with a Linksys WRV201 which only supports DynDNS or TZO
    So, for the moment,  I guess. I’m cornered.
    1- Do I read correctly that as long as I do not have another machine (Linux, Window, Older Mac server or special router) on my Intranet that does DNS of Mavericks’s FQDN forward and reverse, It is useless for me to even install Server 3.0.1 on Mavericks?
    2- Once Mavericks is all installed and self pointing and clients configured to look it up, Can I get rid of the other server that would be just there to FQDN Mavericks server?
    3- Can I just take one of my MacBook Air clients, give it a static IP, activate bing and it acts like a DNS server the time that I Get Mavericks server up?
    Francois.

    estrois.me.com wrote:
    My registrar points to my dynamic IP which only changes only every 8 to 12 months.
    Relevant to your gateway device (whatever's at the edge and performing NAT for you), but largely irrelevent to your server and the rest of your local network.
    estrois.me.com wrote:
    Coming into the house, I have a 2Wire 2701HG-S Gateway DSL 1.5 Mb/s Modem that does DHCP, NAT and port forwarding * But it does not do any DNS or provide FQDN forward or reverse.
    All it does is allocate IPs and slips the ISP search domain and it’s own address for DNS.
    What's happening with dynamic DNS and the rest is all outside your network perimeter, and largely irrelevent to anything other than remotely accessing your network.
    estrois.me.com wrote:
    1- Do I read correctly that as long as I do not have another machine (Linux, Window, Older Mac server or special router) on my Intranet that does DNS of Mavericks’s FQDN forward and reverse, It is useless for me to even install Server 3.0.1 on Mavericks?
    Your local DNS is the DNS service on your network, and Mavericks Server (and most other servers these days) expects functional local DNS, and most servers (including Mavericks Server) can be configured to provide local DNS, as can some mid-grade firewalls. 
    No ISP and no dynamic DNS provider can get you local IP address to domain (host) name translations.
    Name to address is what everybody's familiar with, but address to name is the basis for SMTP mail spam checks (on the open internet) as well as certificate security and related processing; of user and host authentication.
    estrois.me.com wrote:
    2- Once Mavericks is all installed and self pointing and clients configured to look it up, Can I get rid of the other server that would be just there to FQDN Mavericks server?
    Your local network has a local address space, and your Mavericks Server can and usually should have its own domain name in a domain you've registered, or a subdomain of a domain that you've registered, and not in a domain that's registered by your dynamic DNS provider.  It's possible to use a bogus domain, but thousands of new top-level domains are coming online.   (OS X will not react well to finding its IP addresses differ from the public translation, and you probably don't want to have to mirror all of the dynamic DNS provider DNS locally.)
    estrois.me.com wrote:
    3- Can I just take one of my MacBook Air clients, give it a static IP, activate bing and it acts like a DNS server the time that I Get Mavericks server up?
    Mavericks Server will install and boot with local DNS running, if you don't (incorrectly) tell it to use off-LAN DNS, such as that at a dynamic provider or at your ISP.  (Neither of which provide translations for a NAT'd network, hence mismatched names or changing names or other oddities, hence server confusion.)  You'll get a one-host zone with whatever domain you've chosen, with the local IP address as the translation.
    First step after the Mavericks Install (and preferably after registering a domain for your internal use) is configuring DNS on Mavericks Server for your new server and your new domain, setting up static addresses and names for network printers and the internal IP address of your gateway and other such, and assigning the Mavericks Server DNS server IP address to your DHCP server as the DNS server address to vend to clients.
    Here's a write-up on the confusion that can arise around dynamic DNS.  Dynamic DNS is good for remote access into your network when you've only got a dynamic IP address but — whether due to other DNS-related issues or ISP port blocks and blacklists that are common with the dynamic IP tier of service, you may eventually graduate to using static IP.  Dynamic IP is good for remote connections into your network, but not so good when you're connecting out for SMTP mail or other services.
    FWIW, while you're setting up the network, get out of 192.168.0.0/24 and 192.168.1.0/24, as — if you ever decide you want to VPN into your network — the VPN server will have issues.  These subnets are used all over the 'net, and VPNs are based on IP routing, and IP routing doesn't work well when the same subnet is on both ends of the connection.  There are other subnets in 192.168.0.0/16, and there are two other available private address blocks to use.  Changing the IP subnet block is feasible at any time, but the more entrenched the references to the subnet become within your environment, the more effort is required to change it.  Better to get out of the way of any potential VPN usage earlier, rather than later.

  • Problems with spam filtering (specific and general)

    I I am getting messages coming through that are OBVIOUS spam (phishing attempts from [email protected] and 
    [email protected] saying the at the account was frozen). The address is wrong in the bottom, the domains are obviously wrong, and we've seen these repeatedly. And yet they keep coming through. I was actually told that because it was marked as
    NSPM by the filter it should have been delivered, but I'm appalled that it isn't getting marked as spam at all. 
    I was given a few options for creating manual rules (well, I can do that all day, but then why have a service?) and then reset my SPF and other content delivery conditions for future monitoring. But really what I want is a definite answer as to why something
    that any person can look at and recognize is not getting picked up. It's pretty embarrassing to have moved to Office 365 and had spam protection get notably worse than it was under Postini. And then to have support tell me that it got delivered because
    it was marked as NSPM ("I know it got marked that, but how in the world did that happen?"). We've been getting these off and on for months.
    My more general complaint is how spam whitelists and blacklists are maintained. They are one step up from having to manually edit text files (which would actually be easier to do since I could search those easily). Again- this can't be the best Microsoft
    has to offer, and given the global issue that spam has become I can't believe they aren't making this better more quickly.
    Received: from BY2PR01MB107.prod.exchangelabs.com (10.242.43.19) by
    CO1PR01MB109.prod.exchangelabs.com (10.242.164.146) with Microsoft SMTP
    Server (TLS) id 15.0.934.12 via Mailbox Transport; Sun, 4 May 2014 22:42:34
    +0000
    Received: from BY2PR01CA002.prod.exchangelabs.com (10.255.247.32) by
    BY2PR01MB107.prod.exchangelabs.com (10.242.43.19) with Microsoft SMTP Server
    (TLS) id 15.0.934.12; Sun, 4 May 2014 22:42:30 +0000
    Received: from BL2FFO11FD018.protection.gbl (2a01:111:f400:7c09::198) by
    BY2PR01CA002.outlook.office365.com (2a01:111:e400:2c16::32) with Microsoft
    SMTP Server (TLS) id 15.0.934.12 via Frontend Transport; Sun, 4 May 2014
    22:42:29 +0000
    Received: from ios7supp0rt.com (176.58.88.173) by
    BL2FFO11FD018.mail.protection.outlook.com (10.173.161.36) with Microsoft SMTP
    Server id 15.0.929.8 via Frontend Transport; Sun, 4 May 2014 22:42:28 +0000
    DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=default; d=ios7supp0rt.com;
    h=To:Subject:Date:From:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; [email protected];
    bh=txKF8WnwFM/0C4YId7Ij73YddMc=;
    b=ZNL5MeSkubrD8iqoHfwWvIkob+rT9t9OOB4tcYymj2oN6S6u9DvavgjAgzhD06ENEUtOJy+X/AG3
    Ttdm6MVp+Qw85SqQIdu9aDO0yvs4SE2jwtLdWq0Rv6ynhqulRFsUKdfrlf+rIUrAgH9ovGmtjBdg
    e68KX3Prx0j+6Yqe9H8=
    DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=default; d=ios7supp0rt.com;
    b=lUMpjXXTRnieJEsqhu5oDBmNOyNKRNAZ4jzlmeOK51AaGmbtZy7WKaEp2i0/Wmwrzn41EeDDqba3
    5Cv3CYXOGg77SvVATHTL4IGlr8taesMd66PkcMMnhAqTa9XqZPo66Aq2nWotZILvjKFzs8kEtmfJ
    QstWULOZADNps03bb1c=;
    To: [email protected]
    Subject: Apple/iCloud Account Frozen
    Return-Path: [email protected]
    Date: Sun, 4 May 2014 22:42:25 +0000
    From: "Apple Europe" <[email protected]>
    Reply-To: [email protected]
    MIME-Version: 1.0
    Content-Type: text/html; charset="UTF-8"
    Content-Transfer-Encoding: 8bit
    Message-ID: <[email protected]>
    X-EOPAttributedMessage: 0
    X-MS-Exchange-Organization-MessageDirectionality: Incoming
    X-Forefront-Antispam-Report: CIP:176.58.88.173;CTRY:GB;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(428001)(199002)(189002)(25786004)(31696002)(23846002)(40036003)(74316001)(20776003)(50466002)(85852003)(46102001)(80022001)(99396002)(19617315010)(18206015023)(4396001)(19300405004)(15975445006)(21056001)(83072002)(50986999)(64706001)(77982001)(80976001)(92726001)(79362001)(76482001)(946001)(79102001)(956001)(43066001)(575854001)(19580395003)(81342001)(44976005)(71816001)(70736001)(101416001)(74502001)(83322001)(53806999)(87836001)(19580405001)(33646001)(15202345003)(74662001)(81542001)(54356999)(23676002)(551544002)(307094003)(467094002)(8886004)(575514002)(18016003)(435084004);DIR:INB;SFP:;SCL:1;SRVR:BY2PR01MB107;H:ios7supp0rt.com;FPR:;MLV:nov;PTR:orders.ios7supp0rt.com;A:1;MX:1;LANG:en;
    X-MS-Exchange-Organization-Network-Message-Id: 517b8afa-807f-489c-e9f2-08d136014419
    X-MS-Exchange-Organization-AVStamp-Service: 1.0
    Received-SPF: None (: ios7supp0rt.com does not designate permitted sender
    hosts)
    Authentication-Results: spf=none (sender IP is 176.58.88.173)
    [email protected];
    X-MS-Exchange-Organization-SCL: 1
    X-MS-Exchange-Organization-AuthSource: BL2FFO11FD018.protection.gbl
    X-MS-Exchange-Organization-AuthAs: Anonymous

    Hi,
    Do you mean your client is list in the spam list by your Exchange Server?
    If so, I think the most efficient way is to contact the Exchange Administrator to check the spam list.
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • GNOME in failsafe and unable to open new windows

    Hello,
    Since yesterday, I have many crash in GNOME Shell. The display goes in a kind of failsafe mode (very simple graphics and effects) after some time and I am quickly enable to open new windows after the start of gdm.
    I'd have posted a screenshot but I'm not able to do it.
    When I try to open a new window in a terminal it fails, seems like an error with the display
    $ epiphany
    No protocol specified
    Failed to parse arguments: Cannot open display:
    $ echo $DISPLAY
    :0
    $ import MyScreenshot.png
    No protocol specified
    import: unable to open X server `:0' @ error/import.c/ImportImageCommand/368.
    I have the Xorg or opened windows process which take way too much CPU than the usual. For example Firefox easily blocks during a few minutes and I have errors related to a script in an extension which does not run.
    Here is my ~/.xsession-errors file
    I have not made any configuration change lately except the usual updates. I have to restart GDM each time it happens.
    Any idea what is causing that ?
    Thank you
    Last edited by martvefun (2012-07-01 20:13:35)

    You mean the graphical card ? I have a nVidia GeForce 8400M GS.
    I just noticed I don't have a xorg.conf anymore, just in /etc/X11/xorg.conf.d/ 3 files with nothing related to the screen
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "fr"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    # Collection of quirks and blacklist/whitelists for specific devices.
    # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
    # http://bugs.freedesktop.org/show_bug.cgi?id=22442
    Section "InputClass"
    Identifier "ThinkPad HDAPS accelerometer blacklist"
    MatchProduct "ThinkPad HDAPS accelerometer data"
    Option "Ignore" "on"
    EndSection
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection
    Last edited by martvefun (2012-07-02 14:41:22)

  • Lsmod and modules loaded on boot

    Hi all, i hope i'm in the right section of the forum
    this is my lsmod output, i'm seeing that some modules are used by nobody (i guess the 0 means that...) so i was wondering if you think it's better if i unload them and blacklist on rc.conf
    lsmod
    ┌─[smau @ neplero]-[~/Torrents]
    └─[11:33:52]-[ $ ]> lsmod
    Module Size Used by
    ipv6 282582 16
    tun 13261 2
    cpufreq_ondemand 8085 0
    freq_table 2395 1 cpufreq_ondemand
    fuse 58564 4
    snd_hda_codec_intelhdmi 15636 1
    snd_hda_codec_idt 52475 1
    arc4 1354 2
    ecb 2017 2
    b43 174524 0
    ssb 45271 1 b43
    snd_hda_intel 22642 1
    mac80211 171772 1 b43
    i915 291818 2
    snd_hda_codec 68413 3 snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel
    uvcvideo 60298 0
    snd_pcm_oss 39107 0
    drm_kms_helper 23753 1 i915
    uhci_hcd 21684 0
    lib80211_crypt_tkip 8357 0
    snd_pcm 70222 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
    i2c_i801 8550 0
    videodev 38395 1 uvcvideo
    drm 160140 3 i915,drm_kms_helper
    i2c_algo_bit 4999 1 i915
    snd_mixer_oss 17107 1 snd_pcm_oss
    snd_hwdep 6244 1 snd_hda_codec
    usbhid 38631 0
    btusb 11500 0
    snd_timer 19213 1 snd_pcm
    r8169 34925 0
    ehci_hcd 34938 0
    lib80211 3942 1 lib80211_crypt_tkip
    usb_storage 42489 0
    st 36975 0
    mmc_core 51748 2 b43,ssb
    psmouse 53142 0
    serio_raw 4536 0
    joydev 9800 0
    cfg80211 126658 2 b43,mac80211
    i2c_core 17842 6 i915,drm_kms_helper,i2c_i801,videodev,drm,i2c_algo_bit
    video 18746 1 i915
    hid 75973 1 usbhid
    snd 57203 11 snd_hda_codec_intelhdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_hwdep,snd_timer
    snd_page_alloc 7097 2 snd_hda_intel,snd_pcm
    iTCO_wdt 9157 0
    pcmcia 29850 2 b43,ssb
    bluetooth 50955 1 btusb
    mii 3834 1 r8169
    evdev 8852 18
    rfkill 15396 2 cfg80211,bluetooth
    v4l1_compat 15610 2 uvcvideo,videodev
    wmi 5957 0
    v4l2_compat_ioctl32 10417 1 videodev
    soundcore 6223 1 snd
    speedstep_lib 3383 0
    shpchp 31236 0
    thermal 12079 0
    iTCO_vendor_support 1873 1 iTCO_wdt
    fan 3314 0
    pcmcia_core 29736 1 pcmcia
    led_class 2609 1 b43
    output 1916 1 video
    usbcore 144604 7 uvcvideo,uhci_hcd,usbhid,btusb,ehci_hcd,usb_storage
    pci_hotplug 26754 1 shpchp
    button 4746 1 i915
    acpi_memhotplug 4138 0
    processor 29639 2
    battery 9612 0
    ac 3091 0
    intel_agp 28089 1
    rtc_cmos 8990 0
    rtc_core 14439 1 rtc_cmos
    rtc_lib 1842 1 rtc_core
    ext4 329882 1
    mbcache 5658 1 ext4
    jbd2 75681 1 ext4
    crc16 1273 1 ext4
    sd_mod 26984 5
    ahci 35111 4
    libata 154643 1 ahci
    scsi_mod 94729 4 usb_storage,st,sd_mod,libata
    rc.conf
    MODULES=(ac acpi_memhotplug battery button processor video btusb intel-agp speedstep-lib drm_kms_helper drm i915 hid i2c-algo-bit i2c-i801 i2c-core evdev joydev !pcspkr !snd-pcsp psmouse serio_raw uvcvideo v4l1-compat v4l2-compat-ioctl32 videodev mmc_core pci_hotplug shpchp wmi rtc-cmos rtc-core rtc-lib !ssb output iTCO_vendor_support iTCO_wdt snd-mixer-oss snd-pcm-oss snd-hwdep snd snd-page-alloc snd-pcm snd-timer snd-hda-codec snd-hda-intel soundcore scsi_mod ahci mii r8169 bluetooth rfkill lib80211_crypt_tkip b43 !wl !lib80211 pcmcia_core pcmcia usbhid usbcore usb-storage ehci-hcd uhci-hcd sd_mod st)

    lsmod | grep " 0 " would have given a cleaner output.
    How do you expect it to help your situation if you're unloading those modules? In my experience neither power consumption nor boot time get reduced by doing so. All you'll have are a few less modules which will have to be loaded again in case they are needed by certain hardware.
    So, imho blacklisting modules should only be done if there is a conflict between modules or if you just don't want a certain function. For instance if the module pcspkr get's in the way of snd-hda-intel like it is (was?) with some intel systems. Or if you have two ethernet cards and they get confused by your system.
    Regards,
    demian
    Last edited by demian (2010-04-15 07:09:39)

  • SendFailedException, valid email addresses not sent

    Hi all,
    I'm using the JavaMail 1.2 API to send email to an SMTP server and I'm having a problem with invalid addresses. I'm using the Transport.sendMessage(Message, Address[]) method. The API docs says, ". Also, if any of the addresses is invalid, a SendFailedException is thrown. Note however, that the message is sent to the valid addresses."
    However, if there is an invalid address I get the SendFailedException as expected, but the message is not sent to the valid email addresses.
    Has anyone experienced this? Solutions, workarounds?
    Thanks,
    Derek

    Hello Sir,
    I am working on an Enterprise Java Bean Application running on J2EE application server..Also using JavaMail API to send Emails through my application.
    I am able to send emails successfully through it and sending it into a loop one after the other...
    What i am tring to do is, if i encounter an Invalid Email Address the application throws me an SendFailedException and from this SendFailedException i want to catch Invalid Email Addresses... so that i will come to know which emails where sent and which were not...
    But the problem is that ,if an Invalid Email Address is encountered and after throwing me an SendFailedException if i try to Catch the Invalid Address ,like
    Address[] invalid = sfe.getInvalidAddresses();
    and print an SOP after this,
    System.out.println("Collected InvalidAddress from SendFailedException...."+invalid);
    the SOP prints "Null" ...
    The Invalid Email Address is also an well Formed String....e.g... "[email protected]"...
    The complete Exception is .....
    The exception is javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.SendFailedException: 554 <[email protected]>: Recipient address rejected: Domain not found
    The Code is ..
    <Code>
    MimeMessage msg = new MimeMessage(session);
    msg.setFrom(new InternetAddress(eMess.getEmailSender()));
    String to = "";
    msg.setRecipients(Message.RecipientType.TO,
    InternetAddress.parse(to, false));
    msg.setRecipients(Message.RecipientType.BCC,
    InternetAddress.parse(eMess.getEmailReceiver(), false));
    msg.setSubject(eMess.getSubject());
    msg.setContent(eMess.getHtmlContents(),"text/plain");
    msg.saveChanges();
    try {
    Transport.send(msg);
    System.out.println ("The Email has been sent successfully....");
    } catch (javax.mail.SendFailedException sfe) {
    System.out.println("The exception in MailHelper is " + sfe);
    ArrayList al = new ArrayList();
    Collection badAddresses = null;
    System.out.println("Collecting InvalidAddress from SendFailedException....");
    Address[] invalid = sfe.getInvalidAddresses();
    System.out.println("Collected InvalidAddress from SendFailedException...."+invalid);//this SOP is Null....
    if (invalid != null) {
    System.out.println("Invalid Addresse(s) found......");
    if (invalid.length > 0) {
    for (int x = 0; x < invalid.length; x++) {
    invalidAddresses = invalid[x].toString();
    System.out.println("The Invalid Addresses are :"+invalidAddresses);
    </Code>
    Can anybody help me out with this problem.Any suggestion or code can be greatly appreciated...
    Thanks a million is advance...
    Regards
    Sam

  • Mac email servers blacklisted

    I am having trouble sending email from my mac.com address to my work address. The emails were found by my IT support desk and they were rejected as having come from blacklisted servers that belong to apple. The servers involved are:
    17.148.16.98
    17.148.16.99
    17.148.16.100
    17.148.16.102
    17.148.16.105
    They are blacklisted at LASHBACK and SORBS-SPAM plus one or two others.
    Is this something that Apple works to resolve?

    So I am seeing the Blacklist problem now as well. Seems several Blacklist lists are now listing some (not all) of Apple's email servers as having issues, and as such, some people I email to are not getting my email, and it bounces.
    For example:
    blacklist:17.148.16.104 and blacklist:17.148.16.105
    SORBS-SPAM LISTED
    LASHBACK LISTED
    Backscatterer.org LISTED
    Yes, these do not:
    17.148.16.98
    17.148.16.99
    17.148.16.100
    17.148.16.102
    Is there a way I can choose which server I use?
    Seems odd that someone would list Apple email, but that is the case.
    This is what backscatterer.org claims about some Apple servers:
    Testresult for 17.148.16.104:
    This IP IS CURRENTLY LISTED in our Database.
    Please note that this listing does not mean you are a spammer, it means your mailsystem is either poorly configured or it is using abusive techniques.
    This kind of abuse is known as BACKSCATTER (Misdirected Bounces or Misdirected Autoresponders or Sender Callouts). Click the links above to get clue how and why to stop that kind of abuse.
    To track down what happened investigate your smtplogs near 17.12.2010 12:03 CET +/-1 minute.
    I wonder if Apple even cares?

Maybe you are looking for

  • TS3992 Can i use iCloud to sync data between my Apple devices?

    I have a MacBook Pro and an iMac that I would like to sync my data on, and was wondering what the best way to do that is?  The data that I am trying to sync is on my desktop, and a subfolder within my Documents folder. Thanks Matt

  • PL/SQL block returning error

    Hi All, I have used PL/SQL block in my custom report to search table heading. Basically I have two select list (LOV), user select the parameter from the list and click on go, it displays the report fine when record exists. I am using following PL/SQL

  • Mavericks & VLC player Sound issues

    Hi Everyone ever since I've installed Mavericks my vlc player has no sound , tried everything from resetting PRAM to reinstalling VLC still not working , some avi files have a volume on start up but as soon as i pause or forward the volume goes. Anyo

  • The update "Java for OS X 2013-005" can't be installed

    This only partially downloaded (99%) and will not finish updating due to the error: "The file "JavaForOSX.pkg" couldn't be found on the server "swcdn.apple.com"." How do I fix this? Today Java did an automatic update and yet this error persists in my

  • Filtering recordsets

    DW CS3 - MS Access - ASP I'm trying to learn how to create filters, and trying to filter a recordset with a dropdown menu. Here's an example: 1.      The db column to filter is called "Colors" and has duplicates of RED and BLUE.  2.      My form meth