Quantcast
Channel: Exchange Server 2010 forum
Viewing all 19214 articles
Browse latest View live

Issue Receive Email from some domains

$
0
0

Hello All,

We are facing issue with particular Vendor ,cannot receive email from them ,please verify and bounce back report and avdvise me accordingly.

This is the MAILER-DAEMON, please DO NOT REPLY to this email.
 
    A message is delayed for more than 4 hours for the following
    list of recipients:
 
myID@mydomain.com: Network error on destination MXs
 
    Please note that this is only a temporary failure report.
    The message is kept in the queue for up to 7 days.
    You DO NOT NEED to re-send the message to these recipients.
 
    Below is a copy of the original messag

Thanks


ExMon doesn't seem to work on Ex2010?

$
0
0
Hey all, just installed ExMon on my Ex2010 server. I must be doing something wrong though as there is no data showing up even after running it for a few minutes. I am sure I downloaded the version that states it works for Ex2010.

The Ex2010 box is part of a CAS array and a DAG. It's running on Win2008R2 Ent. It has UR3 installed.

The reg entries are there, I manually checked those. 

I am using the following instructions: http://technet.microsoft.com/en-us/library/bb508855(EXCHG.65).aspx

I also tried the PerfMon method but the steps outlined in the technet article differ from the Win2008 version of PerfMon so I'm not sure which counter to add.

Not sure what else I'm missing? Any advice on what else to try?

Renew SSL Cert on Exchange Server

$
0
0

Hi, Our mail ssl cert is expairing end of this month and I been ask to renew it.

  • Exchange 2010 Edge Server on DMZ, Not on Domain
  • Exchange 2010 Server 1 is on network, On Domain
  • Exchange 2010 Server 2 is on network, On Domain
  • We have Exchange 2010 hybird connections
  • Office 365 send all email to edge server which then pass to other two exchange servers.

On exchange server we have two cert

  1. Mail.xyz.co.uk Expairing end of this month
  2. SMTP.xyz.co.uk expairing end of this year 2019

Mail.xyz.co.uk is being used for OWA, ECP and it might be used for other things to.

What do i need to do to renew this ssl. Do i need to re-run the hybrid wizad or it should be sample as import new ssl and thats it.

Count sent and received emails per user with Powershell

$
0
0

Hi 

I have download the PS script from http://get-cmd.com/?p=2664 to get weekly report of sent and received email counts.

Script is available for download on MS portal too https://gallery.technet.microsoft.com/scriptcenter/Count-sent-and-recceived-f9c66cf7

but when i am testing - I am getting difference in result for Sent email count ( Actual sent items count in users outlook is different the output displayed in report.

can someone please help.

-Atul 

 


TheAtulA


Message Tracking missing some data?

$
0
0

We received a message tracking request from the user, the message is in his Sent item folder but the recipient "claimed" he never receive it.  He sent the email around noon last week, we used Track Log Explorer to search the log for the sender between 8am to 6pm and notice mails he sent between 10am to 1pm were missing in the search result.  

 

We then used shell command "get-messagetrackinglog -start "10/06/2011 8:00AM" -End "10/06/2011 6:00PM" -Sender "sender@abceg.com" | ft timestamp, eventid, recipients, messagesubject" got identical result.  

We ended up using the web-based message tracking tool of ECP and successfully track the message.  And later the recipient confirmed the message is indeed in his inbox.

Now my question is why the sent message doesn't show up in get-messagetrackinglog and Track Log Explorer? 

 

Thanks in advanced.

Exchange Server

$
0
0
I am Exchange admin and I do work on exchange 2010. I want to know what could I do to make my environment more reliable. We are facing problems with our databases these days very frequently , in which we are facing problems like logs are not purging, disk issues and DB copy fails. I want to know what could we do to avoid these situations and make my servers and DBs safe?

removing cas array... what's the issue?

$
0
0

Dir Sirs,

we have got the an hybrid ms exchange enviroment with 3 exchange 2010 server, 1 exchange 2013 server, and many mailboxes hosted on o365.
We want to moving all mailboxes an public folder hosted on 2010 servers, decomission them, and than moving the most of  ours mailboxes on O365.

exchsrv2010_srv1 hub, cas
exchsrv2010_srv2 unified message
exchsrv2010_srv3 cas
exchsrv2013_srv1 cas, mbx, trasport

In the past we had create a clientaccess array, and we can find all cas servers on it even the exch2013...
So we want to dismiss it, but avoiding problems in production enviroment....Can we remove it ? If the answer is yes what is the "soft way"?

Another question please...
I've follow in the past many transition from exh2010 to 2013 but I never have got an unified message...
how can we remove it and when should us do this?
Thanks


owa certificate show invalid on Chrome browser only

$
0
0

hi all , 

we have exchange 2010 servers and we are facing issue with chrome browser showing invalid certificate only the chrome . 

we have cleared the cache and still not working .

our certificate is wildcard certificate 

any idea 



SEND AS not ON BEHALF OF

$
0
0

I recently upgraded an Exchange 2010 server from SP1 to SP3.  Now when a customers send an e-mail its members, it says [sender e-mail] ON BEHALF OF [e-mail account] instead of just sending as the e-mail account.

The sender is in the ON BEHALF group so she can send, she is also has full access to the account, and in the SEND AS list.  I have ran ADSIEdit and she has SEND AS permission on the account, pretty much everything I have seen on line has been checked and is set correctly.  I have cleared the cache and added directly from GAL with no success.

She is using Outlook 365 and the server is Exchange 2010 SP3.  I saw an article that said then selecting FROM it also gave option to SEND AS but we are not receiving that option.

Upgrading Exchange is being proposed but need the issue corrected in the mean time.

Thank you.

Outlook Anywhere not connecting after first use

$
0
0

I am trying to get Outlook Anywhere working on a mac that is running a new install of Outlook 2016. When I set up my email account Outlook 2016, it works great the first time but will never connect when I launch Outlook after that.  The exchange server is 2010.

Thanks,

gb

powershell question

$
0
0

Hi all,

i've a question.

in result of this  Fields Size(MB)  and Items missing,

get-mailbox -server  xxxxx|where-object {($_.displayname -EQ "mail0a")
-or ($_.displayname -EQ "mail0b")}|                  Select-Object
@{n="Size(MB)";e = {$MBXstat = Get-MailboxStatistics $_.name;
$MBXstat.totalItemsize.value.ToMB()}},@{n="Items"; e = {$MBXstat =Get-MailboxStatistics $_.name ; $MBXstat.itemcount}},alias,database

Size(MB)        Items       Alias       Database
--------        -----       -----       --------
                            mail0a      xxxxx
                            mail0b      xxxxx

instead
Results of this command 2 is correct:

get-mailbox -server  xxxxx|where-object {($_.displayname -EQ "mail0a")
-or ($_.displayname -EQ "mail0b")}| sort-object name|Select-Object
@{n="Size(MB)";e = {$MBXstat = Get-MailboxStatistics $_.name;
$MBXstat.totalItemsize.value.ToMB()}},@{n="Items"; e = {$MBXstat =
Get-MailboxStatistics $_.name ; $MBXstat.itemcount}},alias,database
Size(MB)        Items       Alias       Database
--------        -----       -----       --------
10               1234       mail0a      xxxxx
20               2345       mail0b      xxxxx

the only apparent difference is that in the first command "sort-object
name" is missing

any assistance would be appreciated

Thanks


stefano

New-MailboxExportRequest : Couldn't find system mailbox 'SystemMailbox{xxxxxxx-xxxx-xxxx-xxx-xxxxx}' in Active Directory.

$
0
0

I've been working with Microsoft for nearly a month on this issue and we just aren't making progress.

I have an RBAC role group that contains the Mailbox Import Export role. The user is assigned. The user is also a member of Domain Users -- and no other groups.

All we know, at this moment, is if we add the user to the Exchange Admins group, the New-MailboxExportRequest works. Without that group, he gets that error that the SystemMailbox could not be found.

It seems like an AD issue --- some rights are not being granted correctly? Or something is being denied?

The SystemMailbox that cannot be found is the one for the Database of the target mailbox we are trying to export. Somehow, the user who is trying to export doesn't seem to have access to the SystemMailbox on the other database.

Bearing in mind that this functions correctly if the user is in the Exchange Admins group, it would appear that on the Exchange side, all the parts are at least working correctly. The problem must be specific to some kind of AD rights for the user.

My question, more than anything, that Microsoft cannot answer is this:

What rights --- exactly --- are required to do a New-MailboxExportRequest?

Assume that we have disabled / denied ALL rights across the board. Which would have to be set to Allow for this cmdlet to function? For the user & Exchange Trusted Subsystem (and whatever other account requires rights for this)?

Thanks!


outlook 2010 changes made to the item were lost due to a reconnect with the server

$
0
0

Hello:

I am having an issue with Outlook 2010.

"Changes made to the item were lost due to a reconnect with the server"

This only happens to my remote users. This is the only common item between them.

I have tried a few things that have been suggested by other forum questions and still I can't seem to solve where the issue is coming to play.

1. installing KB 2597137 -- when trying to run, it tells me that it already is installed

2. Checked with WAN link provider -- no issues there that they can tell.

3. Ran outlook in logging mode -- nothing suspicous there....

4. have not tried to do an RPC cancel request on 4-6 pieces of equipment -- this seems to much involved for only 5 end-users who are experiencing the problem.

Email servers are a CAS server and a DB server; both virutalized on VMware

clients are mix if Win XP/7

there are WAN optimization appliances on the WAN connection

Uninstall Exchange 2010 after Migration to Office 365 (Using AD connect for sync)

$
0
0

We need to shutdown an old server which had our Exchange 2010 services running from, these were all disabled after we moved to office 365 last year.

We have AAD Sync running on a newer 2016 server.

We would like to uninstall Exchange 2010 beore decommisioning the server to keep things clean but from reading online this will remove certain attributes from AD, effectivly breaking parts of AD sync. Previously MS recommended mainting an exchange server.

Is there any advice here as we really have no option but to decommision the server?

If I uninstall, what will i need to do to "not break" AD sync?

Exchange 2010 DAG - Server Addition

$
0
0

hi,

I am running Exchange 2010 GAG (mailbox servers) with below configuration.

1. Physical HW with two network Cards (MAPI and replication /private). Replication/private network cards are connected via one UTP cable.

2. OS windows 2008 R2

2. Exchange 2010 SP3 RU21

My question -

1. If I need to add two more mailbox servers to DAG, how I can manage replication/private network?

2. Do I need to use same OS or I can go with win 2012 R2?


Cannot send email to one particular domain(external email) in exchange 2010

$
0
0

Hello

We cannot send email to one domain. How to fix it?

Thanks,

ASA


Mobile devices still sync after an account is disabled or a password is changed.

$
0
0

all of a sudden we are facing this Mobile devices still sync after an account is disabled or a password is changed, the devices still sync using old password and takes a lot of time to as for change of password , even after 15 days of password change they still work with old password.

Why is this issue happenning?

How we can resolve this.

Exchange server 2010.

Best Regards,

Rafiul

IMAP Connection STARTTLS

$
0
0

Hi. Anybody knows wich kind of configuration, or how configure the IMAP server in Exchange 2010 to support de connections from Thunderbird using

Security of Connections "STARTTLS"

When I use this mandatory configuration in Thunderbird, IMAP doesn´t works. Only works IMAP if

Security of Connections is "NONE"

Thanks in Adavanced!

Excahnge 2010 - SMTP logs in real time

$
0
0

Hi Guys, 

I'm "new" in Windows/Exchange Environment and have a simple question...

Is there a same way, how to look a real time smtp logs? 

Like for example in Linux with postfix tail -f -n 0 /var/log/mail.log? 

I just wanna know,what is actually happening in Exchange, what is outgoing in incoming mails...  Or just a way is opening ...ProtocolLog\SmtpReceive and ...\ProtocolLog\SmtpSend?

Exchange 2010 554 5.6.0 Corrupt message content

$
0
0

Hello,

Issue observed in exchange 2010 sp3 ru19 environment 

Error message observed only when message is sent from an application 

554-5.6.0 Corrupt message content 554 5.6.0 STOREDRV.Deliver.Exception:ConversionFailedException.ByteEncoderException; Failed to process message due to a permanent exception with message The message content has become corrupted. ByteEncoderException: Invalid data supplied to UU decoder: line integrity check failed. [Stage: CreateReplay]

Informed user to check if attachment in email can be sent with password.

Disabled antivirus service and problem persists.

Checked and see issue documented in 

https://support.microsoft.com/en-in/help/4015663/fix-the-message-content-has-become-corrupted-exception-when-email-cont

https://support.microsoft.com/en-us/help/2984127/554-5-6-0-invalid-message-content-ndr-when-an-office-365-user-sends-a

Please advise if any solution for exchange 2010 


Regards, Ajit

Viewing all 19214 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>