Emails to/from server always bounce to some domains

Sorry if I'm posting this in the wrong place. I've wasted 2 full days and sporadic time throughout the last 3 weeks on this.
I recently migrated a site from Server 2003 to a new Windows Server 2008 server. Ever since the move, my emails to and from my email address bounce from the server. I've spent 3 weeks with tech support on both ends getting nowhere.
Here's a rundown of the problem and what I've done about it:
Problem 1: Email from my domain (call it mydomain .tld) sent to the new server (call it serverdomain .tld) always bounces
Emails sent from mydomain .tld to serverdomain .tld get bounced back INSTANTLY with the error "550-The mail server could not deliver mail to "user@ serverdomain .tld".  The account or domain may not exist, they may be blacklisted, or missing the proper
dns entries."
Problem 2: Email from serverdomain .tld sent to mydomain .tld always bounces
Emails sent from serverdomain .tld directly to mydomain .tld always bounce back after a 5-10 second delay with the error "550 Sender verify failed."
All emails were sent directly from server to server using webmail interfaces.
Possible problems/solutions I've explored:
Spam Filtering:
The new server's mail server (SmarterMail 2010) has spam filter bouncing disabled. No blacklists or greylists are defined.
The server hosting my email account is a shared hosted server, so I don't have access to its spam settings, but I have been assured by their technical support that the server's IP address is not blacklisted or blocked in any way.
Blacklist tests at MXToolBox.org all come up clean.
SPF Records:
I have defined an SPF (TXT) record for the domain "v=spf1 ip4:xxx.xxx.xxx.xxx -all", which points to the IP address of the mail server / web server. I do not have a type (SPF) record as Windows Server doesn't have an option for this type of record.
SPF test passes without errors at www . kitterman.com/spf/validate.html. Test email through spf-test@ openspf.net returns no errors.
Reverse Lookup:
I have a working reverse IP set up and is confirmed by checking it at ipadmin.junkemailfilter.com/rdns.php that points back to serverdomain .tld.
Testing through Telnet actually works:
I followed the steps at technet.microsoft.com/en-us/library/bb123686.aspx to log into the SMTP server on the new server's end and was able to successfully send an email manually to the new server, even using the same email address that keeps failing to send
directly to the server.
Some observations from the logs:
When sending email from mydomain .tld to serverdomain .tld, NO LOG ENTRIES are created at serverdomain .tld. This leads me to believe something is blocking it before it ever connects to the server.
When sending email from serverdomain .tld to mydomain .tld, the following log entries are created:
13:02:50 [60055] Delivery started for user@ serverdomain .tld at 1:02:50 PM
13:02:53 [60055] Skipping spam checks: No local recipients
13:02:56 [60055] Sending remote mail for user@ serverdomain .tld
13:02:56 [60055] Initiating connection to xxx.xxx.xxx.xxx
13:02:56 [60055] Connecting to xxx.xxx.xxx.xxx:25 (Id: 1)
13:02:56 [60055] Connection to xxx.xxx.xxx.xxx:25 from xxx.xxx.xxx.xxx:65260 succeeded (Id: 1)
13:02:56 [60055] RSP: 220-mydomain-host.tld ESMTP Exim 4.77 #2 Wed, 24 Oct 2012 13:02:58 -0700
13:02:56 [60055] RSP: 220-We do not authorize the use of this system to transport unsolicited,
13:02:56 [60055] RSP: 220 and/or bulk e-mail.
13:02:56 [60055] CMD: EHLO serverdomain .tld
13:02:56 [60055] RSP: 250-mydomain-host.tld Hello serverdomain .tld [xxx.xxx.xxx.xxx]
13:02:56 [60055] RSP: 250-SIZE 52428800
13:02:56 [60055] RSP: 250-AUTH PLAIN LOGIN
13:02:56 [60055] RSP: 250-STARTTLS
13:02:56 [60055] RSP: 250 HELP
13:02:56 [60055] CMD: MAIL FROM:<user@ serverdomain .tld> SIZE=951
13:02:56 [60055] RSP: 250 OK
13:02:56 [60055] CMD: RCPT TO:<user@ mydomain .tld>
13:02:57 [60055] RSP: 550-Verification failed for <user@ serverdomain .tld>
13:02:57 [60055] RSP: 550-The mail server could not deliver mail to user@ serverdomain .tld.  The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
13:02:57 [60055] RSP: 550 Sender verify failed
13:02:57 [60055] CMD: QUIT
13:02:57 [60055] RSP: 221 mydomain-host.tld closing connection
13:02:57 [60055] Bounce email written to 851023860056.eml
13:02:57 [60055] Delivery for user@ serverdomain .tld to user@ mydomain .tld has completed (Bounced)
13:02:59 [60056] Delivery started for  at 1:02:59 PM
13:02:59 [60055] Delivery finished for user@ serverdomain .tld at 1:02:59 PM    [id:851023860055]
13:03:02 [60056] Skipping spam checks: Internally Generated Message
13:03:05 [60056] Starting local delivery to user@ serverdomain .tld
13:03:05 [60056] Delivery for  to user@ serverdomain .tld has completed (Delivered) Filter: None
13:03:05 [60056] End delivery to user@ serverdomain .tld
13:03:05 [60056] Delivery finished for  at 1:03:05 PM    [id:851023860056]
Configuration:
The new server uses Windows Server 2008 for DNS.
The mail server is also hosted at the same IP as the DNS server.
DNS Records for Serverdomain .tld:
[All xxx.xxx.xxx.xxx IP addresses point to the server's IP address]
Forward Lookup Zone: Serverdomain .tld
(same as parent folder) (SOA) 57, servername., hostmaster.
(same as parent folder) (NS) servername
(same as parent folder) (MX) [10] xxx.xxx.xxx.xxx
(same as parent folder) (TXT) v=spf1 ip4:xxx.xxx.xxx.xxx -all
* (A) xxx.xxx.xxx.xxx
mail (A) xxx.xxx.xxx.xxx
mail (MX) [10] xxx.xxx.xxx.xxx
mail (TXT) v=spf1 ip4:xxx.xxx.xxx.xxx -all
ns1 (A) xxx.xxx.xxx.xxx
ns2 (A) xxx.xxx.xxx.xxx
www (A) xxx.xxx.xxx.xxx
Reverse Lookup Zone: xxx.xxx.xxx.in-addr.arpa (syntax of IP is backwards, does not include last 3 digits)
(same as parent folder) (SOA) 10, servername., hostmaster.
(same as parent folder) (NS) servername
xxx.xxx.xxx.xxx (PTR) Serverdomain .tld
I'm totally at a loss. This is not just blocking email to/from me, but it has blocked email to at least one other domain name as well. I can get no useful help from tech support on either end.
(I had to put spaces in all links in this post because it wouldn't let me post links. Also, this forum crashes every single time I try to post in IE9, but works fine in FireFox. How ironic is that...)

I can only help with Exchange, but generally speaking, that line;
13:02:57 [60055] RSP: 550-The mail server could not deliver mail to user@ serverdomain .tld.  The account or domain may not exist, they may be blacklisted, or missing the proper dns entries.
Mean the server checked the GAL (it's global adress book) and it refused it. It's usually a simple antispam and antirelay configuration. The strange thing is the log after, that the email is received...
That lead me to think the antispam software/hardware is badly configured, and for a reason X, it does not block the email from passing by it's filter. So yes, their answer is correct, but that mean all email is filtered in some way, so it's not
correct in some way too.
Does they configured your domain alias correctly and such basic information ? I have a big doubth at this point.
Run some wireshark to be sure the problem is not in your CIE, and after pass that to their IT's tech, if the email is sent correctly, and you receive a server answer back, then something in their config is not ok.
Don't forget that if the packet X is sent on your WAN to their datacenter, they are responsable for the correct receiving when it enter their datacenter.
(edited: A last point; don't forget they HAVE to run a antispam's box, as the MX is the same IP, so basicly the antispam box dispatch the email to the correct server (like check
https://www.barracudanetworks.com/ns/downloads/Setup_Guides/Barracuda_Email_Security_Service_SG_US.pdf) you will see what I mean, a list of domain and server)
MCP | MCTS 70-236: Exchange Server 2007, Configuring
Want to follow me ?  |  Blog:
http://www.jabea.net | http://blogs.technet.com/b/wikininjas/

Similar Messages

  • Help with email delivery from server to client

    I would appreciate some help / insite into forwarding email from my home server to my Arch client.
    Initially I setup Getmail on the Arch client, can download POP3 email to my home directory, and then read it using Kmail via the Maildir format.
    This works great and was easy to implement. However, I wanted to get a little more 'advanced' so getmail was setup on the server and can download email no problem.  But what I have not been able to figure out yet is how to forward it to my home directory on the Arch client.
    I have googled and read the wiki and it seems like a MDA is needed to do this.  Is this correct?
    Or, can I direct Kmail to look at some directory on the server (/var/spool/mail??) and grab the mail from there?
    Any help would be appreciated.
    Thanks,
    JTD

    Endperform wrote:Are you looking to keep your email on the server at all times?  If so, I suggest looking into setting up IMAP on your home server which will do what you need.
    Endperform:  yes that is the plan.  Do still keep getmail to fetch the pop3 email from my ISP and the setup IMAP so 'forward' onto the Arch client?
    Thanks for the reply.
    pyther wrote:I'd have to second what endperform said, if you want to keep you mail on your server at all times, just check out IMAP. Also you can organize your mail in folders with imap
    pyther: Thanks for confirming what I've googled.
    JTD

  • How to  delete email attachments from server

    Hi,
    I created an a CF template for sending e-mail which includes
    attachments. It has been tested on my dev box and is functioning
    fine as the attachment upload to a designated directory on the
    server. I would like the attachments to be purged once the e-mail
    has been forwarded to the recipent.
    In Macromedia's ColdFuision 7MX web application construction
    book page 913 "Interacting with Email" there is a CFC that will
    delete the file when the user ends their session.
    I am not sure how to write this to fit the code I am using.
    Here is the eMail form
    <!--- Mail_Form.cfm--->
    <html>
    <head>
    <title>Please enter your message</title>
    </head>
    <body>
    <form action="Send_Email.cfm" method="post"
    enctype="multipart/form-data">
    <table width="500" border="0" align="center">
    <tr>
    <td width = "500" colspan="2">Please enter your e-mail
    message:</td>
    </tr>
    <tr>
    <td width="250">To:</td>
    <td width="250"><input type="text" name="to_addr"
    value=""></td>
    </tr>
    <tr>
    <td>Subject:</td>
    <td><input type="text" name="subject"
    value=""></td>
    </tr>
    <tr>
    <td>Message:</td>
    <td><input textarea name="message" rows="5"
    cols="35"></textarea></td>
    </tr>
    <tr>
    <td width="250">Attachment #1:</td>
    <td width="250"><input type="file"
    name="attachment_1" value=""></td>
    </tr>
    <tr>
    <td width="250">Attachment #2:</td>
    <td width="250"><input type="file"
    name="attachment_2" value=""></td>
    </tr>
    <tr>
    <td width="250">Attachment #3:</td>
    <td width="250"><input type="file"
    name="attachment_3" value=""></td>
    </tr>
    <tr>
    <td width="250"> </td>
    <td width="250"><input type="submit"
    name="Send_Email" value="SendEmail"></td>
    </tr>
    </table>
    </form>
    Here is the form to send the attachment.
    <!--- Send_Email.cfm --->
    <!--- First make sure that the user uploaded attachments
    --->
    <cfif FORM.attachment_1 neq "">
    <!--- first actually upload the file --->
    <cffile action="upload"
    destination="D:\uploadsTEST\"
    filefield="attachment_1"
    nameconflict="makeunique">
    <!--- now create a temporary holder for the attachment
    later on --->
    <cfset attachment_local_file_1 =
    "d:\uploadsTEST\#file.serverfile#">
    </cfif>
    <!---Now repeat the process for the second and third
    attachment:--->
    <cfif FORM.attachment_2 neq "">
    <!--- first actually upload the file --->
    <cffile action="upload"
    destination="D:\uploadsTEST\"
    filefield="attachment_2"
    nameconflict="makeunique">
    <!--- now create a temporary holder for the attachment
    later on --->
    <cfset attachment_local_file_2 =
    "d\uploadsTEST\#file.serverfile#">
    </cfif>
    <cfif FORM.attachment_3 neq "">
    <!--- forst actually upload the file --->
    <cffile action="upload"
    destination="D:\uploadsTEST\"
    filefield="attachment_3"
    nameconflict="makeunique">
    <!--- now create a temporary holder for the attachment
    late on --->
    <cfset attachment_local_file_3 =
    "d:\uploadsTEST\#file.serverfile#">
    </cfif>
    <!---OK, you have now uploaded the file the server, now
    let's send
    out the email with the attachments:--->
    <cfmail FROM="[email protected]" to="#form.to_addr#"
    subject="#subject#"
    server="an001so-dby1c.pbi.global.pvt" port="25">
    #message#
    <cfsilent>
    <!--- <cfsilent> tag used to kill the white space
    in this area
    so your email is not cluttered with white space.--->
    <cfif FORM.attachment_1 neq "">
    <cfmailparam file="#attachment_local_file_1#">
    </cfif>
    <cfif FORM.attachment_2 neq "">
    <cfmailparam file="#attachment_local_file_2#">
    </cfif>
    <cfif FORM.attachment_3 neq "">
    <cfmailparam file="#attachment_local_file_3#">
    </cfif>
    </cfsilent>
    </cfmail>
    Here is the session application code to delete the file upon
    uploading
    <!---
    Filename: Application.cfc
    Executes for every page request
    --->
    <cfcomponent output="false">
    <!--- Name the application. --->
    <cfset this.name="attachmentPurge">
    <!--- Turn on session management. --->
    <cfset this.sessionManagement=true>
    <cfset this.clientMangment=true>
    <cffunction name="onSessionEnd" output="false"
    returnType="void">
    <!--- Look for attachments to delete --->
    <cfset var attachDir = expandPath("Attach")>
    <cfset var getFiles = "">
    <cfset var thisFile = "">
    <!--- Get a list of all files in the directory --->
    <cfdirectory directory="#attachDir#" name="getFiles">
    <!--- For each file in the directory --->
    <cfloop query="getFiles">
    <!--- If it's a file (rather than a directory) --->
    <cfif getFiles.type neq "Dir">
    <!--- Get full filename of this file --->
    <cfset thisFile =
    expandPath("Attach\#getFiles.Name#")>
    </cfif>
    </cfloop>
    </cffunction>
    </cfcomponent>
    The tutorial only explains how to delete the attachment when
    the recipient checks there mail
    in the POP server.
    Assuming that the sender is in a session would the code be
    written to delete the attached file from the directory on
    the server one the e-mail is sent.
    Can someone explain how to automatically delete email
    attachments from a designated directory or provide me with the code
    that would handle this after an email is sent with attachment.
    Thanks,
    Tony

    I don't know why your dos code didn't run. It could be
    addressing. My limited experience with cfdirectory/cffile/cfexecute
    is to type out the complete path at least once.
    Good books?
    Hard to say, depends on what else you are new at. If you are
    new to html, then htmlgoodies.com has good tutorials. So does
    webmonkey.com. If you have trouble with sql, I have heard good
    things about the SAMS book, Teach Yourself SQL in 10 Minutes by Ben
    Forta. I learned javascript by buying the book Teach Yourself
    Javascript in 24 Hours. The O'Reilly books are also good. I learned
    awk with one of those books.
    Glad you liked the fish pics. The camera is specified on most
    of the pages. If it says Reefmaster, I used an external strobe. If
    it says Sony I either used the camera flash only or natural light.
    By the way, that is not a Cold Fusion site. It's strictly html and
    javascript.

  • Email disconnect from server

    Dear All,
    I have an iPhon I set up my work email account. After setting up the account was working fine after few mints I got message on my iphone screen your connection to the server is faild. Some time I can get my emails but sometime I get connection failed.
    I will appreciate if any one can tell me how can I fix the problem please.
    Thanks

    hi beth-martin,
    what do mean?
    tnx

  • Just got 4G, email removed from server when read

    hi,
    i just got the iPhone4G and setup all my email accounts with no problem, BUT i dont want any emails marked "read" on ther server when i read them on my iphone, but thats exactly whats happening.....anything i can change to stop this? marking unread does not work.....i have aol and gmail accounts....and tested marking unread on iphone, does not re-appear in inbox on aol....bummer, any advice?
    thanks!

    Normally email read on the phone will still appear on another computer, UNLESS you selected 'Remove from server' in the mail settings. Depending on whether the mail is POP3 or IMAP it may or may not be marked "read" on the server. POP3 will not be, IMAP will. But with IMAP it will still be there unless you delete it on the iPhone.

  • Applescript for "remove email copies from server"

    I have an email POP account which I use on several computers as well as my cell phone.
    I'm looking for an applescript which I could place on the desktop of my primary computer which essentially performs the action located @ accounts> advanced> remove copies from server>"remove now" so that I could delete the emails I've already reviewed from my server before having them picked up by my other computers and phone.
    Anyone seen something like this?

    Is there an applescript command that will delete a message from the server.
    I have a lot of rules that route my emails when they come in but I do not want to delete them from the server when they are moved from the inbox. This allows me to rout my messages on my desktp and still recieve them on my iphone.
    However I do want to delete any messages "from the server" that are routed to my junk mail. This will save me from having to deal with them on my iphone and since they are in my junk I can look there if I suspect a false positive.
    Is there any such ability with applescript?

  • Photos sent as email attachments from iPhone ALWAYS have the file name -- photo.jpg?

    Do all photos sent from an iPhone to an email address get sent with the name -- photo.jpg?
    Anybody know of a way to have the iPhone not send all emailed photos as photo.jpg
    Cheers,
    Jay

    Is there no one from Apple who reads these discussion/community boards?  Over 245 views and no reply to your question.  I saw a similar concern from 2009 with over 700 views and no reply.  I can't believe that Apple hasn't fixed this.
    I am a Blackberry user and have the choice to switch over to iphone next year.  I have to use my phone on a daily basis for work to take photos and email them to multiple people (including myself).  Blackberry has always uniquely named each photo with the date it was taken plus a unique identifier so it's really easy to file, email, and figure out which photo was which (they also list by name and not just thumbnail). 
    I would really like to switch over to iphone but if there isn't an app or some way to fix this...I don't know what I will do.  You'd think that an issue that's over 4 years old would have been resolved by now....?  The other thing that is really annoying with iphone photos is that whenever someone emails me with them, a lot of times they are upside down, even if they corrected it on their phone before emailing it to me.  Somehow the photos do not work well with Microsoft Outlook. 

  • Email erased from server?

    I've just set up my first BBy email account.  Are copies of the emails left on the server?  I want to make sure that I also receive them in Outlook on my PC.

    Hello,
    It depends on which device you are asking about. Your profile lists both a 9800 and a Z10. In both cases, there is no removal from the server upon delivery to the device. But after that, they function differently.
    For the 9800, there are several conditions that must be met to delete from the server when you delete on the device:
    Your server must be capable of allowing deleted item reconciliation from the device to the server:
    KB05133 Email reconciliation features for the BlackBerry Internet Service
    You must configure the device to delete from the server when you delete on the device...your choices are:
    On Server and Handheld
    On Handheld Only
    Prompt
    When you delete on the device, if you have selected Prompt, you must not select to delete from the Server. And of course you must not have set it to "Server and Handheld".
    With all of that, it will do as you instruct based on how you have configured it, the capability of your server, and how you use it. Note carefully that, if your server is not capable, then the settings you configure and the way you use it will be irrelevant.
    On the Z10, the device and the server are intended to be replicas of each other. What you do on one will act on the other. There is no setting to override it and allow you to delete on the Handheld only. The workaround is to move to a folder rather than delete.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Deleting email messages from server and device

    I had to wipe my 8830 due to a major sync problem but I no longer have the option to delete from the server when I delete email messages. I checked the user's guide and throughout my device. Where do I find this setting please?

    Ok, here is the Knowledge Base article relating to your need.
    http://www.blackberry.com/btsc/KB13509
     From your MESSAGES folder > Menu > Options > Email Reconciliation > Message Services.
    If those settings are not present on your device... you probably have some Service Book problems (as in not present or corrupt).
    Do this: First, look at Options > Advanced > Servcie Books and delete ALL service books releated to any email account.
    Then, with the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot
     Then do this:
    1. Options > Advanced > Host Routing Table > Menu > Register.
    2. Resend your service books from your carrier BIS site.
    http://www.blackberryfaq.com/index.php/Where_can_I​_log_into_my_BIS_account%3F
    3. With the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Deleting email messages from server

    I have set my (POP3) mail box to delete messages from its server immediately on download. But messages are not being deleted from the server. Any ideas as to why this should be?
    Thanks
    Andy

    Ok, here is the Knowledge Base article relating to your need.
    http://www.blackberry.com/btsc/KB13509
     From your MESSAGES folder > Menu > Options > Email Reconciliation > Message Services.
    If those settings are not present on your device... you probably have some Service Book problems (as in not present or corrupt).
    Do this: First, look at Options > Advanced > Servcie Books and delete ALL service books releated to any email account.
    Then, with the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot
     Then do this:
    1. Options > Advanced > Host Routing Table > Menu > Register.
    2. Resend your service books from your carrier BIS site.
    http://www.blackberryfaq.com/index.php/Where_can_I​_log_into_my_BIS_account%3F
    3. With the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Photos sent as email attachments from iPhone ALWAYS have the filename photo.jpg?

    Respected,
    Does anybody knows how to solve this?
    I would like to have a number next to the photo name (for example: photo001.jpg, photo002.jpg...)
    Thank you in advance,
    Milos Perovic

    Is there no one from Apple who reads these discussion/community boards?  Over 245 views and no reply to your question.  I saw a similar concern from 2009 with over 700 views and no reply.  I can't believe that Apple hasn't fixed this.
    I am a Blackberry user and have the choice to switch over to iphone next year.  I have to use my phone on a daily basis for work to take photos and email them to multiple people (including myself).  Blackberry has always uniquely named each photo with the date it was taken plus a unique identifier so it's really easy to file, email, and figure out which photo was which (they also list by name and not just thumbnail). 
    I would really like to switch over to iphone but if there isn't an app or some way to fix this...I don't know what I will do.  You'd think that an issue that's over 4 years old would have been resolved by now....?  The other thing that is really annoying with iphone photos is that whenever someone emails me with them, a lot of times they are upside down, even if they corrected it on their phone before emailing it to me.  Somehow the photos do not work well with Microsoft Outlook. 

  • Retrieve email copies from server

    I use Outlook Express as email client on my PC.  An operating system error has just led to all my emails being wiped from the Inbox.  Although I can read emails on the website, I should like to retrieve copies from the server to my client, but don't seem able to do this.   Would greatly appreciate any help! 

    fourwheelzone wrote:
    I use Outlook Express as email client on my PC.  An operating system error has just led to all my emails being wiped from the Inbox.  Although I can read emails on the website, I should like to retrieve copies from the server to my client, but don't seem able to do this.   Would greatly appreciate any help! 
    1. The easiest way to get all your emails downloaded again is to set up an account in OE called say "version2" with the same settings as your original account making sure that the "Leave copies on the server is set".
      You may like to untick in the properties for the original account the "include this account when downloading mail and synchronising " Box.
    2. If you have recently been asked to compact your your email folders to save space by OE then you may be lucky and find a backup copy of your Inbox in your recycle bin.
    3. Are you sure that your emails have gone from your machine and not that they are still there but OE is not picking them up ?

  • Email notification not working from Server Monitor (for power outages etc.)

    I have my email address entered in the notifications fields for power on Server Monitor. I tried pulling the plug (it's on a UPS), which it did notice but it never sent any emails. How do I debug this? Where is the SMTP settings or whatever is needed? Have people gotten the email notifications from Server Monitor to work?
    Mike

    tobias Eichner wrote:
    Have you checked your mail filter, maybe the notification got mistakenly marked as spam ?
    thank you for your reply! Is this working for you - are you getting notifications? My spam folder doesn't have any of these. Where did you set up the SMTP info for this? I don't see this anywhere. On the web, at
    http://support.apple.com/kb/TA21298?viewlocale=en_US
    it looks like you have to tell it how to send the emails in Message.framework:
    The Message.framework looks in two places for a way to send email. The first
    is that it looks for an SMTP server configured in the Email tab of Internet
    preferences. The other way is to use an email account configured in Mail.
    the question is, which user's .plist file for internet preferences or for Mail - which user's info is it using to send the notifications?
    Mike

  • How to refresh a client's browser from server without using Timer !

    Hi,
    can anyone have the code for refreshing the client's browser from server side with out setting the timer . U can do this by setting the Timer from server. but we need some other solution for this problem.
    Thanks.

    There's a meta tag for it.
    Kind regards,
      Levi

  • HT1277 I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    I can send & receive email from my ipad but for some reason I can no longer do this from my i mac.It keeps telling me that the password is not valid with the imap server.I keep entering the password but it won't accept it.

    Do you have one, two or more entries in the left colum of Mail.app for your mail server(s)?  That is, do you have your Mail.app set up with either a btinternet entry, with a btyahoo entry, or both?  Or more?
    I'm guessing that you might have one account (btyahoo?) listed for incoming (IMAP server) mail, and with the outbound (SMTP server) mail is configured and named btinternet.
    Based on what little I see posted, it looks like BT uses both btinternet and btyahoo, but I'm not exactly clear on how they have their stuff set up, and their web set gets helpful and tries to help configure my mail — I don't immediately see a single web page with the mail server set-up details.  The BT email client set-up starts here.

Maybe you are looking for

  • Can i import contacts from one browser to G mail?

    I have account in my country web. I also open account in Gmail. I have two questions 1-Now all my mails are coming to gmail account and i have to reply from gmail account. i did it by mistake to import all mails. All my replies are also coming in Gma

  • How do I get my new MG5420 to print duplex?

    Have new Mac and new MG5420 that is supposed to print duplex but wont.....or cant.  The print boxes from the applications do NOT have any place to choose duplex........

  • File to RFC Error com.sap.engine.interfaces.messaging.api.exception.Messagi

    Hi , I am doing File to RFC  Scenario. My file get picked and I able to view the audit log under RWB message monitoring. Here I am getting the error u201CTransmitting the message to endpoint dest://XI_INTEGRATION_SERVER using connection File_http://s

  • Procedure - reset PMU on XServe G4

    Hi, Can someone provide instructions, or link to instructions, for resetting the PMU on an XServe G4 1333mhz? My unit is shutting off with PMU error code 122. TIA

  • Is there a restore point?

    I bought about 5 songs on iTunes. I tried to put them on my iPod, but it said something like "This can only hold songs from 5 accounts" I wasn't completely sure what this meant. So, I tried making my iPod so that it would automatically sinc the sings