Exchange Server 2010 automatic reply once per day or once per week?

Hello,
can some tell me how often the automatic reply is send in Exchange Server 2010.
Is it once per day for each sender or once per week for each sender?
In the web some tell per week, some tell per day.
Is it possible to change the time shedule, so that each day a automatic reply is send?
Thanks,
Eduard

Hello,
after some googling and consolidating the different examples on the Internet I came up with this powershell script which is executed by the windows task scheduler once a day. The script first gathers all the mailboxes for which the out of office mechanism
is activated. Then it disables the autorepliers for these mailboxes, waits for 10 seconds (this seems to be necessary to let exchange do some housekeeping) and then reenables the autorepliers.
Warning: I have learned that this script resets the time interval of the autoreplier. Any ideas how to preserve the time settings?
Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010
$objUsers = get-mailbox | Get-MailboxAutoReplyConfiguration | Where-Object {$_.AutoReplyState -eq "scheduled" }
$objUsers | %{ Set-MailboxAutoReplyConfiguration -Identity $_.identity -AutoReplyState disabled}
Start-Sleep -s 10
$objUsers | %{ Set-MailboxAutoReplyConfiguration -Identity $_.identity -AutoReplyState scheduled}
Remember to use -AutoReplyState scheduled instead of -AutoReplyState enabled to reenable. -AutoReplyState enable should only be used for permanent autorepliers and not for "out of office" messages.
Cheers,
Florian

Similar Messages

  • Processor requirments for Exchange Server 2010 roles

    I am looking at migrating from Exchange Server 2003 to Exchange Server 2010.  My exchange environment has 350 mailboxes.  Can anyone tell me how much processing power will be required for each exchange role to run on VMware?  I know Microsoft's recommendation is 1GB per core.

    Hi Amyraghunath,
    It's hard to give general guidance on sizing Exchange 2010 since it is heavily dependent on your specific configuration.  The key number to use for sizing the Mailbox server role is to know the number of messages sent/received per day.  That number will help you size CPU and memory for your Mailbox server which will ultimately drive the sizing for the other roles.
    A good place to start is the following article: http://technet.microsoft.com/en-us/library/ee712771(v=exchg.141).aspx
    That article describes the impact of messages sent/received per day has on sizing the Mailbox server and shows the math that is involved as well.  Once you know how to size the Mailbox server, you can size the other roles as well.
    You can also use the Exchange Mailbox sizing calculator here ( Exchange 2010 Server Role Requirements Calculator - Exchange Team Blog - Site Home - TechNet Blogs), though be careful with this because if you aren't sure what you're entering in here you could end up with incorrect results.
    Finally, here are some other great links that should be helpful to you in sizing your Exchange 2010 environment on vSphere:
    http://technet.microsoft.com/en-us/library/dd346700.aspx
    http://technet.microsoft.com/en-us/library/dd346699.aspx
    VMware: Run Microsoft Exchange Server Software on a Virtualization Platform - United States
    Hope these links help!  If not feel free to post back here.
    Matt
    http://www.thelowercasew.com

  • Windows Server 2008 R2 Standard "Certificate Authority Service" / Exchange Server 2010 EMC not starting and no AD connectivity for authentication.

    Hello,
    I am a new IT Manager at this company and need assistance big time. Their environment looks as follows:
    Server 1. Domain Controller Server (Windows Server 2008 R2 Standard) running active directory.
    Server 2. Email Server (Windows Server 2008 R2 Standard) running Exchange Server 2010 .
    * Note. No back ups to work with aside from whats mentioned below.
    DC had a virus infection causing a lot of issues on the shared network drives 2 days ago locking up all the files with a crypto ransom virus. Running Avast suppressed the infection. Had to recover the file shares which luckily had a back up. 
    The issue is that the Exchange Server 2 post this lost connectivity with the AD Server 1. Exchange Server 2 when launching EMC could not launch the console stating the following:
    "No Exchange servers are available in any Active Directory sites. You can’t connect to remote
    Powershell on a computer that only has the Management Tools role installed."
    Shortly after I found that it is possible the EMC launcher was corrupt and needed to be reinstalled following another blog post. I deleted the exchange management console.msc  per instructions only to discover I couldnt relaunch it because there was
    no way how. So I copied another msc file that happened to be on the DC Server 1  back to Exchange Server 2 and got it to launch again. 
    Another post said that it might be an issue with the Domain Account for the Computer, so to delete it in the AD Server 1 only to find that rejoining it from Exchange Server 2 using Computer>Properties> Chage Settings > Change is greyed out because
    it is using the Certificate Authority Service.
    I tried manually re-adding the computer in AD and modeling permissions after another server in group settings but no go. After this I was unable to login to the Exchange Server 2 with domain accounts but only local admin, receiving the following Alert:
    "The Trust Relationship between this workstation and primary domain failed."
    I tried running the Power Shell tools on Exchange Server 2 to rejoing and to reset passwords for domain accounts as noted in some other blogs but no luck as the Server 2 could not make the connection with Server1 or other errors it kept spitting out.
    I also during the investigation found the DNS settings were all altered on both the Server 1 and Server 2 which I luckily was able to change back to original because of inventorying it in the beginning when I started. 
    I need help figuring out if I need to rejoin the Exchange Server 2 manually by disabling the Certificate Authority Service (or removing the CA as listed here:
    https://social.technet.microsoft.com/Forums/exchange/en-US/fb23deab-0a12-410d-946c-517d5aea7fae/windows-server-2008-r2-with-certificate-authority-service-to-rejoin-domain?forum=winserversecurity
    and getting exchange server to launch again. (Mind you I am relatively fresh to server managing) Please help E-Mail has been down for a whole day now!
    Marty

    I recommend that you open a ticket with Microsoft Support before you break things more.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Exchange Server 2010 Backup and Restore

    Hai,
    I have Exchange server 2010 stand alone server combined with mailbox, hub and cas role. i dont have backup application program. I want to take my exchange database backup to my SAN storage automatically everyday...
    Using windows server backup i can take full backup only and i can schedule it to happen daily.. Is it possible can i take incremental backup??????????for exchange 2010 database.
    Thanks Chandru CT. MCITP

    You have two basic options to backup Exchange 2010, VSS snapshots and "native backup" (meaning a Lag copy).  As far as VSS backups go, there are three components; the VSS Writer, the VSS Provider, and the VSS Requestor.  The Writer is built into
    Exchange.  In fact in Exchange 2010 there are two - the Exchange VSS Writer and the Exchange VSS Replica Writer.  The provider can be a software VSS provider such as the Microsoft Shadow Copy provider or a hardware provider (usually supplied by your
    SAN vendor.  The requestor is what you would tend to think of as the backup application; it coordinates activities between the Writer and the Provider.
    As far as the Exchange 2010 plugin for Windows backup goes, it a very minimal requestor.  It only supports the Exchange 2010 VSS Writer, not the Replica Writer.  This means you can only take backups of the Active copy of a database.  The requirement
    to backup the entire "volume" in the windows sense, or partition to the rest of us is a function of the way VSS works and is no real surprise.  In fact, another limitation of VSS is that the logs and database need to be on seperate volumes: see
    http://technet.microsoft.com/en-us/library/ee832794.aspx. 
    That it only takes full backups makes sense as well.  Shadow copies, like many software providers and many hardware providers out there are copy on write.  Initially, after the first one that is, they take up minimal space for some metadata. 
    As data is writen to the volume while the the snapshot is in place, the original blocks are evacuated to a "difference area" and the write is then written to the newly evacul\ated spot.  You can generally put the difference area on the same volume or
    somewhere else.  The downside is to write a block while a copy on write snapshot is in place means a read and two writes for every write.  This gets ugly on RAID 5 which already has a write penalty of 4; that turns into 9 IOs for every write while
    the copy on write snapshot is in place.  Since you can't do the snapshots on the replica because the replica writer isn't supported, that IO hit is on the active copy.  When using copy on write snapshots, you generally want as few around as possible
    for as short a time as possible; usually just long enough to export or copy the snapshot to another set of spindles.  I really wouldn't want to use WSB plugin for Exchange 2010 in anything but the smallest deployments.
    What about native backup?  Well then you take a 100% space hit for every lag copy.  In addition, restoring a LAG is a one shot deal.  As you strive with the LAG to match what you could achieve with even daily or weekly copy on write snapshots,
    the number of database copies, and Exchange mailbox servers,  poliferates.  You may want to consider a "Happy medium" that combines a LAG for fault tolerance/protection against logical corruption with copy on write snapshots (replicated or copied
    to seperate storage) for HA.  Perhaps DPM would be worth a look in your situation.
    You did mention that you have a SAN.  Most SAN vendors offer hardware VSS Providers.  Many are copy on write, and you shift that set of problems to the, albeit likey a bit more performant SAN, Some vendors use other stratagies.  The vendor
    I work for uses allocate on write, so it avoids the 3 IOs per write copy on write penalty while a snapshot is in place.  This means you can snapshot frequently and keep many of them around without penalty shortening your RPO and RTO.  They optionally
    archive truncated logs allowing for "up to the minute" restore of older snapshots, not just the last one.  They also provide a proprietery version of RAID 6, called RAID DP that outperforms RAID 1.  Combine that with all the storage efficiency features
    like dedupe of primary storage, thin provisioning, compression, etc., that can all be combined and it starts to get compelling as the size of your deployment increases.  Although I might be a bit biased when it comes to SAN vendors, if your SAN is someone
    other than NetApp I still encourage you to talk with your SAN vendor and see what features/functionality they offer that can help you address your backup needs for Exchange 2010.  I think you'll find much to like; it really comes down to scale and a cost/benefit
    analysis.
    If you decide that hardware VSS providers are not you thing and want to stay with a software vss provider, I encorage you to talk to the usual backup software vendors as well.  Many can integrate with DAS and/or SAN, and have their own software
    VSS providers often including support for the Exchange 2010 replica writer.  This at a minimum allows you to snapshot passive copies.  Features like replication (to get the changed blocks to other storage or off site), tape support (to roll backups
    off to tape potentially to store off site) and catalogs come to mind as very useful things to have.
    I'd take a look around at what's available and see if any of the things offered meet your business needs at a price you can afford to pay.  The WSB Plug-in is a bare bones sort of thing, and it only gets better from there.
    J

  • All sub-folders in Mac Mail cannot synchronize with Exchange Server 2010

    Hi all,
    All sub-folders under Inbox in Mac Mail cannot be synchronized with Exchange Server 2010. There are 2GB messages size in Inbox folder and 500MB messages size under Inbox's sub-folders. All messages can be sent out and received and it can work in Outlook 2007 and Outlook 2010 normally. However, all messages in sub-folders cannot be synchronized (empty sub-folders).
    Does this problem relate to message synchronization order of Mac Mail with Exchange Server? Do all sub-folders messages be synchronized after synchronization complete of Inbox? The synchronization of sub-folders will not happen if the synchronization of Inbox does not complete, doesn't it?
    All messages synchronization is over internet. Can anybody help?
    Thanks a lot
    DT1640759

    Hi,
    1.please check the mailbox send and receive quota for exchange 2013 migrated mailbox.
    2.Please check the email attributes of the exchange 2013 migrated mailbox because it seems to be a problem with that particular mailbox.
    3.Then do the message tracking and that would be the only way to find the where the send messages has gone.
    4.Please check and confirm you have an enough space on the disk where exchange queue database is residing.
    I think I need to create a receive connector in the 2013 to receive from 2010 ?
    No need ,by design  exchange 2013 cas server default frontend receive connector will be having an
    entire ipv4 and ipv6 segment and anonymous connection is checked by default.
    I think I also need to create a send and receive connector for 2013 users to each other?
    No need , an intra organisation send connector and the default receive connectors in exchange will be used
    for internal mail flow between the exchange 2013 users.
    Please reply me if you have any queries .
    Regards
    S.Nithyanandham
    Thanks S.Nithyanandham

  • Exchange Server 2010: Undeliverable Message

    Dear All,
    We are using exchange server 2010 to send a email to a client, however, we got this message back. How can i solve this problem?
    Thanks for your attention and help!
    次の受信者またはグループへの配信に失敗しました:
    [email protected] 受信者の電子メール プロバイダーによって拒否されたため、メッセージを配信できませんでした。
    メッセージは次の組織に拒否されました。BL2FFO11FD039.mail.protection.outlook.com。
    管理者向けの診断情報:
    生成サーバー: xxxx.com
    [email protected] BL2FFO11FD039.mail.protection.outlook.com #<BL2FFO11FD039.mail.protection.outlook.com #5.7.0 smtp;550 5.7.0 Relay Access Denied> #SMTP#
    元のメッセージ ヘッダー:
    Received: from na01-by2-obe.outbound.protection.outlook.com (207.46.163.241)
     by exch.xxxx.com (192.168.10.32) with Microsoft SMTP Server (TLS)
     id 14.3.210.2; Sun, 19 Oct 2014 22:36:47 -0700
    Received: from BN1AFFO11FD049.protection.gbl (10.58.52.31) by
     BN1AFFO11HUB044.protection.gbl (10.58.52.155) with Microsoft SMTP Server
     (TLS) id 15.0.1049.20; Mon, 20 Oct 2014 05:36:44 +0000
    Received: from mgcserv4.magsaysay.com.ph (203.167.92.249) by
     BN1AFFO11FD049.mail.protection.outlook.com (10.58.53.64) with Microsoft SMTP
     Server id 15.0.1049.20 via Frontend Transport; Mon, 20 Oct 2014 05:36:43
     +0000
    Received: from Crystal ([203.167.92.232])          by
     mgcserv4.magsaysay.com.ph (Lotus Domino Release 8.5.3)          with ESMTP id
     2014102013364607-10992 ;          Mon, 20 Oct 2014 13:36:46 +0800 
    X-TM-IMSS-Message-ID: <[email protected]>
    Received: from na01-bl2-obe.outbound.protection.outlook.com ([65.55.169.54])
     by magsaysay.com.ph ([203.167.92.232]) with ESMTP (TREND IMSS SMTP Service
     7.0; TLS: TLSv1/SSLv3,256bits,AES256-SHA) id 26975997000186d5 ; Mon, 20 Oct
     2014 13:40:58 +0800
    Received: from BL2FFO11FD041.protection.gbl (10.173.160.33) by
     BL2FFO11HUB022.protection.gbl (10.173.161.46) with Microsoft SMTP Server
     (TLS) id 15.0.1049.20; Mon, 20 Oct 2014 05:36:36 +0000
    Received: from mail.xxxx.com (216.81.51.170) by
     BL2FFO11FD041.mail.protection.outlook.com (10.173.161.137) with Microsoft
     SMTP Server (TLS) id 15.0.1039.16 via Frontend Transport; Mon, 20 Oct 2014
     05:36:36 +0000
    Received: from na01-by2-obe.outbound.protection.outlook.com (207.46.163.236)
     by exch.xxxx.com (192.168.10.32) with Microsoft SMTP Server (TLS)
     id 14.3.210.2; Sun, 19 Oct 2014 22:36:28 -0700
    Received: from BY2FFO11FD056.protection.gbl (10.1.14.33) by
     BY2FFO11HUB055.protection.gbl (10.1.14.244) with Microsoft SMTP Server (TLS)
     id 15.0.1039.16; Mon, 20 Oct 2014 05:36:15 +0000
    Received: from mailgate.zzz.com (14.16.28.51) by
     BY2FFO11FD056.mail.protection.outlook.com (10.1.15.193) with Microsoft SMTP
     Server id 15.0.1049.20 via Frontend Transport; Mon, 20 Oct 2014 05:36:13
     +0000
    X-AuditID: c0a81e07-b7f5e6d000000b4e-4d-54449f4b6588
    Received: from UNER2.zzz.com (unr2.zzz.com
     [192.168.30.13])      by mailgate.zzz.com (Symantec Messaging Gateway) with
     SMTP id CA.40.02894.B4F94445; Mon, 20 Oct 2014 13:36:11 +0800 (HKT)
    Received: from UN2.zzz.com ([::1]) by UNR2.zzz.com
     ([::1]) with mapi id 14.01.0438.000; Mon, 20 Oct 2014 13:36:11 +0800
    From: Yukihiro <[email protected]>
    To: Simonu <[email protected]>, Charles
            <[email protected]>
    CC: Miln <[email protected]>, FSA
            <[email protected]>
    Subject: Re: unia s maual / MV Kett Iand
    Thread-Topic: unaa sh ml / MVlettsland
    Thread-Index: Ac/sEV9D2LsdkU5fRkW0Rd1v4PsvSQAFlzIA
    Date: Mon, 20 Oct 2014 05:36:10 +0000
    Message-ID: <D06AC01C.21F27%[email protected]>
    References: <[email protected]>
    In-Reply-To: <[email protected]>
    Accept-Language: en-US
    X-MS-Has-Attach:
    X-MS-TNEF-Correlator:
    user-agent: Microsoft-MacOutlook/14.4.2.140509
    x-originating-ip: [192.168.30.123]
    MIME-Version: 1.0
    X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprJIsWRmVeSWpSXmKPExsVyYIUcr673fJcQg8bHChbzDrexW/R3vGG2
            OPK31GLjrinMDiwePbO6WAIYo7hsUlJzMstSi/TtErgy/my9w1Zw2LJi74lOxgbGd+ZdjJwc
            EgImEq27r7NA2GISF+6tZ+ti5OIQErjIKHF27jdmCGcCo8SpVw3MIFVsAtoS21rusILYIgKR
            En8nzgKzmQXiJL7sPAc2SVjAWOLni0tsEDUmEvNOdzNC2EYSp55dZgKxWQRUJa5unwBm8wro
            SVzdtgNsvpBAhETH9lawOZxA808+PwxmMwJd9/3UGiaIXeISlyYvYoO4WkBiyZ7zzBC2qMTL
            x//A7hEFmtnc9YYRIq4kcfbZAaA5HEC9wRJ3mzgg1gpKnJz5hGUCo9gsJFNnIVTNQlIFEdaU
            WL9LH6JaUWJK90N2CFtDonXOXCjbWuJq40IWZDULGDlWMQrlJmbmGOqV5mXqJhZnJuol5+du
            YoREJ/sOxg9NlocYBTgYlXh4pzi5hAixJpYVV+YeYpTgYFYS4f2XARTiTUmsrEotyo8vKs1J
            LT7EyMTBKdXAKPV7/zEX5dgtO6cd8N8764+UCO+vDPaVj5LWF051+GIx3/pf/dHiA0Gn+Lia
            by2Se/tyVqhMYGzs1CpNAcut2bfuLIhUOqbbIDv7buL74s/XWGIu27vcYoi+dJ9BSzA9WNnH
            h1NVbn+SgEDAhsL6Cyvs48Ja+1InV76xt515//fJOSLapX/uKbEUZyQaajEXFScCAFed/I2s
            AgAA
    Return-Path: [email protected]
    X-EOPAttributedMessage: 2
    X-Forefront-Antispam-Report-Untrusted: CIP:14.1.28.51;CTRY:HK;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(428002)(189002)(66654002)(199003)(252514010)(76176999)(21056001)(71186001)(31966008)(106466001)(81156004)(77096002)(95666004)(54356999)(105586002)(4396001)(50986999)(15975445006)(86362001)(83506001)(107046002)(84326002)(19617315012)(36756003)(85852003)(53416004)(92726001)(15974865002)(19580395003)(19580405001)(44976005)(101416001)(16236675004)(92566001)(87836001)(85306004)(99396003)(2656002)(46102003)(120916001)(15202345003)(20776003)(30436002)(512874002);DIR:INB;SFP:;SCL:1;SRVR:BY2FFO11HUB055;H:mailgate.zzzz.com;FPR:;MLV:sfv;PTR:014168051.static.ctinets.com;MX:1;A:0;LANG:en;
    X-Exchange-Antispam-Report-Test: UriScan:;UriScan:;UriScan:;
    Received-SPF: None (protection.outlook.com: zzz.com does not designate
     permitted sender hosts)
    Authentication-Results: spf=none (sender IP is 203.167.92.249)
     [email protected]
    X-Auto-Response-Suppress: DR, OOF, AutoReply
    X-Matching-Connectors: 130582569966280204;(42405700-fa69-4020-a9c4-08d0e394d333);()
    X-Forefront-Antispam-Report-Untrusted: CIP:216.81.51.170;CTRY:CA;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(428002)(199003)(66654002)(252514010)(189002)(81156004)(106466001)(76176999)(54356999)(36756003)(77096002)(101416001)(53416004)(50986999)(105586002)(95666004)(31966008)(46102003)(20776003)(30436002)(19580395003)(4396001)(44976005)(19580405001)(16236675004)(6806004)(21056001)(71186001)(15974865002)(15202345003)(99396003)(84326002)(120916001)(15975445006)(83506001)(92726001)(92566001)(85852003)(86362001)(2656002)(87936001)(85306004)(107046002)(512874002)(19617315012);DIR:OUT;SFP:1101;SCL:1;SRVR:BL2FFO11HUB022;H:mail.xxx.com;FPR:;MLV:sfv;PTR:216.81.51.170.epikip.net;A:0;MX:1;LANG:en;
    X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BL2FFO11HUB022;UriScan:;
    X-Forefront-PRVS: 03706074BC
    X-MIMETrack: Itemize by SMTP Server on mgcserv4/mgc(Release 8.5.3|September 15, 2011) at
     10/20/2014 01:36:46 PM,
            Serialize by Router on mgcserv4/mgc(Release 8.5.3|September 15, 2011) at 10/20/2014
     01:36:47 PM,
            Serialize complete at 10/20/2014 01:36:47 PM
    X-TNEFEvaluated: 1
    Content-Type: multipart/alternative;
            boundary="_000_D06AC01C21F27hzzzcom_"
    Content-Language: ja-JP
    X-Forefront-Antispam-Report: CIP:203.167.92.249;CTRY:PH;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(428002)(252514010)(189002)(66654002)(199003)(76176999)(54356999)(86362001)(15974865002)(50986999)(85852003)(92566001)(92726001)(19617315012)(512874002)(46102003)(85306004)(97736003)(99396003)(120916001)(33186001)(53416004)(44976005)(105586002)(19580405001)(106466001)(16236675004)(77096002)(81156004)(19580395003)(95666004)(31966008)(71186001)(107046002)(21056001)(101416001)(15202345003)(84676001)(68736004)(30436002)(87836001)(2656002)(20776003)(4396001)(6806004)(84326002)(83506001)(15975445006)(36756003)(72026002);DIR:INB;SFP:;SCL:1;SRVR:BN1AFFO11HUB044;H:mgcserv4.magsaysay.com.ph;FPR:;MLV:sfv;PTR:ErrorRetry;MX:1;A:0;LANG:en;
    X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1AFFO11HUB044;

    Hi Shiloh,
    According to your description, my understanding is that you send a message to external user(@xxx.com) fail. 
    Before going further, I'd like to ask the following question to narrow down the issue:
    1. Could you send message to any other external user except xxx.com? like google.com,outlook.com.
    2. Try to disable or bypass Transport Scanning in Forefront Protection 2010 and check if any helps.
    You can refer to the following article to disable or bypass FPE:
    http://social.technet.microsoft.com/wiki/contents/articles/407.how-to-disable-or-bypass-transport-scanning-in-forefront-protection-2010-for-exchange-server-fpe.aspx
    Best regards,
    Niko Cheng
    TechNet Community Support

  • Why the removed flag will be resumed after re-sync with MS Exchange server (2010)

    Dear Sir:
         I had a big problem using Lion mail application. I like the program since it's quite simple and useful. But this problem makes me not able to work with Lion mail program continaully.
         In Lion mail, I import my office mail account which based on MS Exchange server 2010. I just found some mails (sorry I cannot fina any rule) which ever be flagged, when I try to un-flag them. The flag status will come back after re-sync with mail server. But the status doesn't happen with all mails I had. One thing I can confirm is, the "specific" mail doesn't be marked with any status after I checked them using Outlook application (both Mac Office 2011 or Windows Office 2010). Have you ever received similar feedback? Please help me to resolve this issue ASAP. Thank you.
    -Joseph

    When the original message is accessed using IMAP, the reply method uses the information in the
    IMAP ENVELOPE to determine where to send the reply. It first looks for the Reply-To address
    in the ENVELOPE, then the From address.
    Interestingly, when not using IMAP, the getFrom method returns the Sender header if the From
    header is empty. The IMAP-specific code doesn't do that, although perhaps it should.
    It would be interesting to compare the ENVELOPE data from the protocol trace in the two cases.
    The ENVELOPE data will follow this syntax:
    envelope     = "(" env-date SP env-subject SP env-from SP
              env-sender SP env-reply-to SP env-to SP env-cc SP
              env-bcc SP env-in-reply-to SP env-message-id ")"
    So it's the first three address fields after the Subject that are relevant. If the From and Reply-To
    fields are NIL, but the Sender field has a valid address, let me know. I should probably fix the
    IMAP provider to fall back to the Sender field if the From field is missing.

  • Exchange Server 2010: Incoming mail not delivered

    I have an Exchange Server 2010 Standard with all recent patches and updates. 
    -It has been in service for 3 years without any issues. 
    -There is plenty of hard drive space for the logs and the data (over 100GB in each)
    -The current size of the mail database is 150GB
    -There is no registry entry in place limiting the size of the database ([url="http://technet.microsoft.com/en-us/library/bb232092.aspx"]Database Size Limit in GB as outlined here[/url]
    Starting a few days ago, incoming mail is reaching the server but not being delivered to user mailboxes. Internal mail works fine when this happens. Looking at the Queue Viewer doesn't show anything abnormal. The Submission Queue shows nothing.  
    It is only after I reboot the Exchange Server that the Submission queue will show all the messages waiting to be delivered and they will all be delivered successfully after the reboot. The event logs do not show any error messages.
    The server will continue to run fine for a few hours and then the problem starts all over again.
    What could be causing this?

    Any 3rd party antivirus/anti-spam software installed on the server? If so, disable and test.
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Exchange server 2010 console not opening, inialization failed

    hi,
    exchange server 2010 console not opening, inialization failed when i have upgraded service pack to sp1.
    please suggest asap or u can reach me @
    [email protected]
    [email protected]
    +918750003544

    Even I found the same issue once, and then I realised that the SP and RU should be same in exchange sever and the machine where the issue is.
    Could you please check the same if that  machine has the same Sp and RU, if not, please upgrade the same? I bet it will start working
    Regards,
    ASP20
    Please take a moment to Vote as Helpful and/or Mark as Answer where applicable. Thanks.

  • Exchange Server 2010 after Office365 Cutover Migration

    We transitioned to Office 365 4 months ago.  Per this reference, we have left an Exchange Server 2010 on premise per this guidance.
    http://blogs.technet.com/b/exchange/archive/2012/12/05/decommissioning-your-exchange-2010-servers-in-a-hybrid-deployment.aspx 
    I want to move Exchange 2010 to an older less capable server to repurpose the current server. I have installed it with client access and mailbox server roles.
    When I try to uninstall the old Exchange 2010 installation, I can't do it citing the existence of mailboxes.  When I attempt to remove an mailbox, the entire user is deleted from our Active Directory?  Premise mailboxes are now irrelevant consider
    they exist on Office365.
    How do I decommission this old Exchange 2010 server without deleting all our users?

    Hi,
    The proper way to remove a hybrid deployment is to disable it manually. The following actions should be performed to remove the objects created and configured by the Hybrid Configuration
    Wizard:
    1. Re-point your organization’s MX record to the Office 365 service if it is pointing to the on-premises organization. If you are removing Exchange and don’t point the MX record
    to Office 365, inbound Internet mail flow won’t function.
    2. Using the Shell in the on-premises organization, run the following commands:
    Remove-OrganizationRelationship –Identity “On Premises to Exchange Online Organization Relationship”
    Remove-FederationTrust –Identity “Microsoft Federation Gateway”
    Remove-SendConnector
    “Outbound to Office 365″
    3. Using EMC, you can also remove the <your organization domain>.mail.onmicrosoft.com domain that was added as part of the email address policy for your organization.
    4. OPTIONAL – Remove the remote domains created by the Hybrid Configuration wizard in the Exchange Online organization. From the EMC, select the Hub Transport in the Exchange Online
    forest node and remove all remote domains starting with “Hybrid Domain”
    5. Remove the organization relationship from the Exchange Online organization with the following command. You must use Remote PowerShell to connect to Exchange Online connected to
    Exchange Online.
    Remove-OrganizationRelationship –Identity “Exchange Online to On Premises Organization Relationship”
    6. OPTIONAL – Disable the Inbound and Outbound Forefront Online Protection for Exchange (FOPE) connectors created by the Hybrid Configuration Wizard.
    Referred from:
    http://www.paradyne.com.au/office-365-decommissioning-on-premises-exchange/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety,
    or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    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

  • Exchange Server 2010 - DAG - Physical and Virtual

    Hi All,
    we are trying to configure Exchange Server 2010 SP1 DAG with TWO Servers, we are getting the error sector size on log file header was mismatch
    1) Physical Server -  when we check the sector size on log file - 512 bytes   (RAID5)
    2) Virtual Server  -  when we check the sector size on log file - 4096 bytes
    is there any workaround to solve this issue or do i need to re-install the physical server with 4096 sector size..
    When i check the Volume details on both machine
    1)
    Bytes Per Sector  :               512
    Bytes Per Physical Sector :       <Not Supported>
    Bytes Per Cluster :               4096
    Bytes Per FileRecord Segment    : 1024
    2)
    Bytes Per Sector  :               512
    Bytes Per Physical Sector :  4096
    Bytes Per Cluster :               4096
    Bytes Per FileRecord Segment    : 1024
    MCITP

    Hi Jared,
    I've got a question regarding your answer.
    We have an existing Exchange 2010 DAG configuration with 3 mailbox servers in NL and 3 in the UK.
    2 for normal databases at each site and 1 for Archive databases at each site.
    The current Mailbox servers for the Archive databases are Hyper V 2008 R2 based VM's with a passthrough for storing the databases.
    We now want add 1 new Mailbox server for storing archive databases at each site and add them to the DAG.
    Can we use Windows 2012 Hyper-V hosts and create the new VM's with 4k sectorsize vhdx files for the new mailbox servers ?
    Regards
    Misha Verhoeven 

  • Exchange server 2010 DAG configuration

    Dear Boss,
    I would like to configure Exchange server 2010 with DAG . I have test lab . i would like to tell my test LAB setup .
    One domain controller win-2008 X 64 Ent 
    Two Exchange server 2010  ( Role - Client Access, Mailbox) Each Server  Two Network Cards with Different Classes  
    IP  192.168.44.50 , 51
    IP  10.0.0.10 , 20
    One Exchange server 2010 ( Role - Hub Transport )
    IP 192.168.44.53
    Pls tell me how can i create DAG 
    Note:- i would like to test below steps 
    1. Exchange server1 may be down or network link down how server 2 to work automatically without any disturbance 
    2. Exchange server2 may be down or network link down down how server 1 to work automatically without any disturbance 
    3. Hub transport server maybe down how it can be work ?
    Regards
    Subash

    Hi Suriya,
    To create a DAG, simply use the below commands from Exchange Management Shell:
    New-DatabaseAvailabilityGroup -Name "DAGNAME" -WitnessServer HUBSERVERNAME
    Add-DatabaseAvailabilityGroupServer –Identity DAGNAME -MailboxServer ExchangeServer1
    Add-DatabaseAvailabilityGroupServer –Identity DAGNAME -MailboxServer ExchangeServer2
    New-MailboxDatabase -Name DB1 -Server
    ExchangeServer1
    Add-MailboxDatabaseCopy -Identity DB1 -MailboxServer
    ExchangeServer2
    You can run your tests now, by restarting any of the servers, and you should be able to see the DB1 will automatically failover & failback between the nodes with out any intervention.
    for the HUB transport you must have another server to achieve high availability, so you can install the HUB role on a different server or add it to one of your existing servers.
    Mohammad Saeed | MCSE 2003 | MCTS: Lync, OCS, Exchange

  • Exchange Server 2010 SP3 test environment - email flow to/from internet

    Today I set up test environment for Exchange Server 2010 SP3 - domain controller running Windows Server 2008 R2 SP1, Exchange Server 2010 SP3 on Windows Server 2008 R2 SP1 and client computer running Windows 7 Pro SP1 x64 with Outlook Pro 2010 x64. These
    machines are VMs on vSphere 5.0 cluster made of 4 esxi 5.0 hosts.
    I have three years of experience in working with Exchange Server 2010 in my production environment but until recently I have not had enough resources to build a test environment. Does "testing" Exchange Server 2010 infrastructure have
    a real life purpose considering the fact that only internal email flow is possible since authoritative SMTP accepted domain is not hosted anywhere thus not visible to outside world. This limited email flow combined with absence of possibility to test
    ActiveSync, Outlook Anywhere, OWA from WAN, . . . really hurt and make Exchange Server rare technology that can not be tested completely before introducing something new into the production. Services that are not possible to test from the outside world are
    useless and whole point of Exchange-like technologies is availability from anywhere and from whatever device.

    I set up Internet Send Connector (by default this type of send connector uses DNS MX records to route email automatically). Having sent an email to my gmail account I did not receive it and in transport logs I saw that mx record was found successfully
    but there is the following line:
    2014-08-05T20:39:51.942Z,Internet Connector,08D17F000FE36010,1,,2a00:1450:4013:c01::1b:25,*,,"Failed to connect. Error Code: 10051, Error Message: A socket operation was attempted to an unreachable network 2a00:1450:4013:c01::1b:25"
    I tried also to send an email to my production email address (we have Symantec Messaging Gateway which is used as a smart host (antispam,antimalware,content filter appliance)) but then error is:
    2014-08-05T20:50:08.395Z,Internet Connector,08D17F000FE36019,1,,91.238.7.10:25,*,,"Failed to connect. Error Code: 10061, Error Message: No connection could be made because the target machine actively refused it 91.238.7.10:25"
    Telnet from test exchange to 91.238.7.10 on port 25 also is not working.

  • Exchange Server 2010 usage monitoring

    Dears
       How we can monitor Exchange server 2010 usage like owa usage, mail sending, contact Adding and editing ...etc.
    is exchange has tools to do that or i have to use system center if yes what version of system center is Enterprise or Standard?

    Hi ,
    Please check the below mentioned points
    1.) For owa and rpc connections usage , you can make use of the mentioned script on below link.
    http://mikepfeiffer.net/2011/04/determine-the-number-of-active-users-on-exchange-2010-client-access-servers-with-powershell/
    2.)For tracing the total mails send and received by the individual users (i.e internal /external)you can make use of the below mentioned script 
    https://gallery.technet.microsoft.com/scriptcenter/bb94b422-eb9e-4c53-a454-f7da6ddfb5d6
    3.For contact adding and editing.I mean to track administrator related activities on exchange recipients ,You can make use of Exchange admin audit logging to track such kind of activities.But that will not tell you the count of total contacts that are in
    exchange and it exposes only the changes which is done by administrator on the recipients available in exchange. 
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/compliance-policies-archiving/administrator-audit-logging-part1.html
    Below is the link which will help you to get the Admin audit report via emails in HTML format.
    http://mikepfeiffer.net/2010/08/administrator-audit-log-reports-in-html-format-exchange-2010-sp1/
    Please feel free to reply me if anything is unclear
    Thanks & Regards S.Nithyanandham

  • Exchange Server 2010 Outlook Client Stops Responding

    Greetings- This issue is with Exchange Server 2010 sp2 using Outlook 2013 clients in AD environment. Single server, single database (80GB) , 60+ users, Windows 8/8.1 workstations.
    All of a sudden our users started experiencing issues yesterday. One or two at first, then more.
    The issue where Outlook stops responding. This is most noticeable when you try to send and receive. The recipient will get the email before outlook clears it from pending submissions in the outbox.
    1. SMTP is fully operational
    2. Push clients functions normally
    3. Exchange is fully updated and current
    4. The mailbox databases are verified and healthy
    5. Network traffic to and from the server appears normal according to wire shark
    6. Setting Outlook to use no cache connection mitigates the issue partially
    7. The issue is global on all deployed OS's
    As this is happening on many, maybe all, workstations, my thought is that is has to do with Exchange, not the client.
    Thanx
    You should never, never doubt what nobody is sure about. -Willy Wonka

    Does this happen all day, or at specific times?  I'll add that your server appears to be light on CPU, but without knowing its CPU profile (when idle and when under a load), I can't say for sure this is your issue.  One additional thing I can
    ask - do you have hyperthreading enabled?  This can be a bad thing in an Exchange server.  See the following:
    https://technet.microsoft.com/en-us/library/dd346699%28v=exchg.141%29.aspx?f=255&MSPPError=-2147217396#Hyper and the following:
    http://blogs.technet.com/b/exchange/archive/2013/05/06/ask-the-perf-guy-sizing-exchange-2013-deployments.aspx  Note that this second note is about Exchange 2013, but it goes into more details on some of the issues that may be adversely affecting your
    Exchange 2010 servers.

Maybe you are looking for