Quantcast
Channel: Exchange Server 2013 - Administration, Monitoring, and Performance forum
Viewing all 9032 articles
Browse latest View live

Content Index State: Unknown Single server no DAG

$
0
0

Hello Everyone,

I have a problem which seems to be quite unique, (or maybe not)

My setup is as follows, single Exchange 2013 box, (OS Server 2012 Standard)

1 Mailbox DB (MB DB1)
1 Archive DB (MB AR1)

When I run Get-MailboxDatabaseCopyStatus the Archive mailbox (MB AR1) has a Content Index State of Unknown, but the MB DB1 is listed as Healthy.

Also, if I do a search of items in the Archive MB from Outlook or OWA it returns nothing. Has anyone ever experienced this?

Kind regards,

Anthony


Exchange 2013 and SCOM False Events

$
0
0

We are having many problems with the health monitoring of exchange in our SCOM 2012 environment. We have 9 exchange servers, with 3 DAGS across the 9 servers. WE are constantly getting health events in SCOM, even for monitors i've explicitly disabled. For example, the FIPS monitor. Following this guide (http://blogs.technet.com/b/exchange/archive/2013/08/13/customizing-managed-availability.aspx) i disabled the FIPS probes/monitors all together across our entire Exchange environment, and yet in SCOM, all 9 servers show this monitor as being unhealthy. Is my understanding on this functionality incorrect, or is it just not functioning properly?

Similarly, even when an Exchange monitor is completely healthy, it shows as unhealthy in SCOM. Right now, HubTransport shows as unhealthy in SCOM For all our Exchange servers, but when i run this command everything shows as healthy, across all servers.

Get-ServerHealth <server name> | ?{$_.HealthSetName -eq "HubTransport"}

I understand that these monitors can be unhealthy for a while and correct themselves, but shouldn't that correct them in SCOM as well? And for disabled monitors, like FIPS, they should never be unhealthy at all. So why are they showing as unhealthy in SCOM? Am i expected to reset health in SCOM every time an unhealthy flag is thrown in Exchange?

From what i've seen there is a huge discrepancy between how SCOM works and how Exchange monitors work. They don't seem to integrate well, at all. Does anyone have any suggestions on getting Exchange 2013 monitors to work properly in SCOM? Is this my error as a user, or is it just bad software

SCOM alert on Exchange 2010 - Alert: HTTP Connectivity Against Local Server - Address Book failure (NSPI)

$
0
0

Hello All ,

I  have Exchange 2010 sp3 running on windows 2008 R2 , I revived Today to alert's of SCOM

1- HTTP Connectivity with Autodiscover - Address Book failure (ABREF)

2- HTTP Connectivity   Against Local Server -Address Book failure (NSPI)

For your help to fix it .

Thank you

 

Outlook 2007 and 2010 on Windows XP keeps asking for password

$
0
0

I have a fresh installation of Exchange 2013 installed on Windows 2012 and the problem is that Outlook 2007 and 2010 which is installed on Windows XP keeps asking for password.

The problem occurs only on Windows XP while on Windows 7 is working fine.

Any help will be appreciated!

 



Memory Pages Per Second is too High on one of Exchange 2010 mailbox servers

$
0
0

Hello ,

now we have this alert many times  "Memory Pages Per Second is too High" 

OS windows 2008 R2 , Exchange 2010 sp3 mailbox rule installed . 

how I can fix the issue ?

Thank you

Export all mailboxes to pst

$
0
0

i need to export all mailboxes to psts for a project and i need to have each users exported pst mailbox named with their email address.

i have get-mailbox - database "server\storage group\mailbox database" | export-mailbox -PSTfolderpath c:\?

what is the best way to finish this off so each mailbox is exported with their email address?

Exchange Server 2013 Management Pack in SCOM 2012, can not update healset status automatically

$
0
0

Hi, all

I have Exchange Server 2013 and SCOM 2012 installed. I have imported Exchange Server 2013 Management Pack to SCOM 2012. Now I have a question that when there is a service not healthy, I can find the red alert in my alert view with the Exchange 2013 server, but after the service is healthy automatically, the red alert is still there. I can only make it become green healthy status after reseting the healthset status in the healthset explorer.

Does anyone know how to make the server become green healthy status automatically after the monitor is healthy?

Thank you.

Nile

Powershell Script to add firstname.lastname@domain.com address to everyone in the company

$
0
0

I am trying to find a script that will allow me to add an additional email address to everyone in the company in the format of:

firstname.lastname@domain.com

I do not want this to be the default address, and I don't want to lose the addresses already assigned to the account.

I have found a lot of questions similar to this one in the forums, and one that seems to be exactly what I want, but it might be dated as it isn't working when I save it as addaddress.ps1 and then run it from the Exchange Management Shell. 

The script I found that is supposed to to exactly what I'm looking for was found in this post:

http://social.technet.microsoft.com/Forums/en-US/bd96d066-fd45-4395-bfb5-ab907396d8a3/exchange-2007-ps-command-to-add-firstnamelastnamemydomaincom-smtp-address?forum=exchangesvrgenerallegacy

It is as follows:

get-mailbox -OrganizationalUnit "OU=Users1,DC=mydomain,DC=COM"
-resultsize unlimited | foreach {
$e=(get-mailbox $_.identity).emailaddresses
$e += ("{0}.{1}@mydomain.com" -f $_.firstname,$_.lastname)
set-mailbox $_.identity -emailaddresses $e

}

The problems is that when I try and run this, I get error that a pipeline is already executing.

Can someone help me out? 

I'm running Exchange 2010 Sp1

Exchange Server 2013 Management Pack in SCOM 2012, can not update healthset status automatically

$
0
0

Hi, all

I have Exchange Server 2013 and SCOM 2012 installed. I have imported Exchange Server 2013 Management Pack to SCOM 2012. Now I have a question that when there is a service not healthy, I can find the red alert in my alert view with the Exchange 2013 server, but after the service is healthy automatically, the red alert is still there. I can only make it become green healthy status after reseting the healthset status in the healthset explorer.

Does anyone know how to make the server become green healthy status automatically after the monitor is healthy?

Thank you.

Nile


Exchange server(s) unhealthy

$
0
0

After initially migrating from an Exchange 2007 to 2013 (CU1 was the initial install) and then upgrading to CU3, we are facing a lot of errors in the eventlog.

The system is operational and the errors does not seem to affect user experience, BUT it is filling up the monitoring system (SCOM) and basically making it impossoble to monitor. When displaying the 'ManagedAvailibility --> Monitoring' log, these errors seems to be reoccuring for 9 different events (the text is basically the same on all and Get-ServerHealth reports unhealthy on the following as well)

This is the HealthReport output, but I am unable to get anything 'sane' from the details....

Server              State               HealthSet           AlertValue          LastTransitionTime  MonitorCount
------              -----               ---------           ----------          ------------------  ------------
EXCH01              NotApplicable       Monitoring          Unhealthy           1/24/2014 1:23:2... 17
EXCH01              NotApplicable       EventAssistants     Unhealthy           1/24/2014 1:25:5... 8
EXCH01              NotApplicable       MailboxTransport    Unhealthy           1/24/2014 1:29:1... 63
EXCH01              Online              HubTransport        Unhealthy           1/24/2014 5:58:5... 134
EXCH01              NotApplicable       ECP                 Unhealthy           1/24/2014 1:25:5... 4
EXCH01              NotApplicable       Search              Unhealthy           1/24/2014 1:24:5... 53
EXCH01              Online              FrontendTransport   Unhealthy           1/23/2014 11:55:... 15
EXCH01              NotApplicable       ClientAccess.Proxy  Unhealthy           1/24/2014 1:22:2... 1
EXCH01              NotApplicable       EWS                 Unhealthy           1/24/2014 1:23:2... 1
EXCH01              NotApplicable       DataProtection      Unhealthy           1/24/2014 1:24:4... 1
EXCH01              NotApplicable       Compliance          Unhealthy           1/24/2014 1:21:4... 1
EXCH01              NotApplicable       FEP                 Unhealthy           1/24/2014 1:24:2... 1

-------This is reported for the following items: EventBasedAssistantsMaintenanceWorkitem, FEP.Maintenance.Workitem, Search.FAST.Host.Controller.Maintenance.Workitem, ClientAccess Maintenance Workitem, HighAvailability.Maintenance.Workitem, Wac.Maintenance.Workitem, EdiscoveryDiscovery, OAuthMaintenanceWorkitem ------------------

Maintenance workitem "EventBasedAssistantsMaintenanceWorkitem" (ID: 25) has failed. Health Manager has detected it is either set to run once and failed, or has been failing consistently. Maintenance workitem failure could cause monitoring gap and should be investigated.
The error message from the last result is:
Microsoft.Exchange.Data.Directory.ADOperationException: Active Directory operation failed on dcname.domain.priv. This error is not retriable. Additional information: Directory object not found.
Active directory response: 0000208D: NameErr: DSID-0310020A, problem 2001 (NO_OBJECT), data 0, best match of:
    'CN=Microsoft Exchange System Objects,DC=domain,DC=priv'
 ---> System.DirectoryServices.Protocols.DirectoryOperationException: The object does not exist.
   at System.DirectoryServices.Protocols.LdapConnection.ConstructResponse(Int32 messageId, LdapOperation operation, ResultAll resultType, TimeSpan requestTimeOut, Boolean exceptionOnTimeOut)
   at System.DirectoryServices.Protocols.LdapConnection.SendRequest(DirectoryRequest request, TimeSpan requestTimeout)
   at Microsoft.Exchange.Data.Directory.PooledLdapConnection.SendRequest(DirectoryRequest request, LdapOperation ldapOperation, Nullable`1 clientSideSearchTimeout, IActivityScope activityScope, String callerInfo)
   at Microsoft.Exchange.Data.Directory.ADDataSession.ExecuteModificationRequest(ADObject entry, DirectoryRequest request, ADObjectId originalId, Boolean emptyObjectSessionOnException, Boolean isSync)
   --- End of inner exception stack trace ---
   at Microsoft.Exchange.Data.Directory.ADDataSession.AnalyzeDirectoryError(PooledLdapConnection connection, DirectoryRequest request, DirectoryException de, Int32 totalRetries, Int32 retriesOnServer)
   at Microsoft.Exchange.Data.Directory.ADDataSession.ExecuteModificationRequest(ADObject entry, DirectoryRequest request, ADObjectId originalId, Boolean emptyObjectSessionOnException, Boolean isSync)
   at Microsoft.Exchange.Data.Directory.ADDataSession.ExecuteModificationRequest(ADObject entry, DirectoryRequest request, ADObjectId originalId, Boolean emptyObjectSessionOnException)
   at Microsoft.Exchange.Data.Directory.ADDataSession.Save(ADObject instanceToSave, IEnumerable`1 properties, Boolean bypassValidation)
   at Microsoft.Exchange.Data.Directory.Recipient.ADRecipientObjectSession.Save(ADRecipient instanceToSave)
   at Microsoft.Exchange.Management.Common.MailboxTaskHelper.CreateMonitoringMailbox(Guid guid, MailboxDatabase database, ADObjectId[] forcedReplicationSites, ErrorLoggerDelegate errorLogger, TaskWarningLoggingDelegate warningLogger, TaskVerboseLoggingDelegate verboseLogger, Action`1 liveIdFiller, String displayName, String monitoringTenantName)
   at Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.DirectoryAccessor.SearchOrCreateMonitoringMailbox(Boolean canUpdate, MailboxDatabase& database, Guid guid, String userPrincipalName)
   at Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.BackendMailboxDatabaseEndpointDelegate.ConfigureMonitoringMailbox(MailboxDatabaseInfo dbInfo, DatabaseCopy copy, MailboxDatabase database)
   at Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.BackendMailboxDatabaseEndpointDelegate.GetMailboxDatabaseInfo(DatabaseCopy copy, MailboxDatabase database)
   at Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.BackendMailboxDatabaseEndpointDelegate.<>c__DisplayClass5.<Initialize>b__3(Object dbCopy)
   at System.Threading.Tasks.Task.Execute()

-------------------------------------------------------------------------------

States of all monitors within the health set:
Note: Data may be stale. To get current data, run: Get-ServerHealth -Identity 'server' -HealthSet 'EventAssistants'

State               Name                                    TargetResource                     HealthSet                     AlertValue     ServerComponent     
-----               ----                                    --------------                     ---------                     ----------     ---------------     
NotApplicable       EventAssistantsServiceMonitor           MSExchangeMailboxAssistants        EventAssistants               Healthy        None                
NotApplicable       MaintenanceFailureMonitor.EventAssis...                                    EventAssistants               Healthy        None                
NotApplicable       PrivateWorkingSetWarning....angemail... msexchangemailboxassistants        EventAssistants               Healthy        None                
NotApplicable       PrivateWorkingSetError....changemail... msexchangemailboxassistants        EventAssistants               Healthy        None                
NotApplicable       ProcessProcessorTimeWarning....email... msexchangemailboxassistants        EventAssistants               Healthy        None                
NotApplicable       ProcessProcessorTimeError....ngemail... msexchangemailboxassistants        EventAssistants               Healthy        None                
NotApplicable       LongRunningWatsonWarning....angemail... msexchangemailboxassistants        EventAssistants               Healthy        None                
NotApplicable       LongRunningWerMgrWarning....angemail... msexchangemailboxassistants        EventAssistants               Healthy        None                


States of all health sets:
Note: Data may be stale. To get current data, run: Get-HealthReport -Identity 'servername'

State               HealthSet                     AlertValue     LastTransitionTime       MonitorCount        
-----               ---------                     ----------     ------------------       ------------        
Online              HubTransport                  Healthy        12/12/2013 9:09:59 AM    134                 
NotApplicable       Search                        Unhealthy      12/12/2013 9:27:46 AM    53                  
NotApplicable       MessageTracing                Healthy        12/12/2013 3:53:12 AM    8                  
NotApplicable       CentralAdmin                  Healthy        12/12/2013 3:52:22 AM    7                  
NotApplicable       AD                            Healthy        12/12/2013 3:51:45 AM    19                  
NotApplicable       EDS                           Healthy        12/12/2013 9:09:59 AM    84                  
NotApplicable       ECP                           Unhealthy      12/12/2013 9:27:19 AM    4                   
NotApplicable       EventAssistants               Healthy        12/12/2013 9:14:27 AM    8                  
NotApplicable       FIPS                          Healthy        12/12/2013 9:09:57 AM    28                  
NotApplicable       ProcessIsolation              Healthy        12/12/2013 3:54:14 AM    21                 
Online              FrontendTransport             Healthy        12/12/2013 3:51:25 AM    15                  
NotApplicable       UM.Protocol                   Healthy        12/12/2013 9:10:00 AM    22                  
NotApplicable       Monitoring                    Degraded       12/12/2013 9:28:39 AM    17                  
NotApplicable       Store                         Healthy        12/12/2013 3:53:38 AM    21                  
NotApplicable       Autodiscover.Protocol         Healthy        12/12/2013 3:54:01 AM    8                  
Online              ECP.Proxy                     Healthy        12/12/2013 3:53:22 AM    7                   
NotApplicable       OWA.Protocol.Dep              Healthy        12/12/2013 9:09:57 AM    1                  
NotApplicable       OAB                           Healthy        12/12/2013 3:54:06 AM    8                   
NotApplicable       Network                       Healthy        12/12/2013 3:56:12 AM    2                   
NotApplicable       OWA.Protocol                  Healthy        12/12/2013 3:54:09 AM    7                  
NotApplicable       Calendaring                   Healthy        12/12/2013 3:54:11 AM    8                   
NotApplicable       AntiSpam                      Healthy        12/12/2013 9:09:59 AM    8                   
Online              RPS.Proxy                     Healthy        12/12/2013 3:54:12 AM    28                  
NotApplicable       MRS                           Healthy        12/12/2013 3:58:27 AM    19                  
NotApplicable       MailboxMigration              Healthy        12/12/2013 3:50:40 AM    3                  
NotApplicable       Psws                          Healthy        12/12/2013 3:54:07 AM    14                  
NotApplicable       MailboxTransport              Unhealthy      12/12/2013 9:09:59 AM    63                 
NotApplicable       PushNotifications.Protocol    Healthy        12/12/2013 3:52:47 AM    7                  
Online              RWS.Proxy                     Healthy        12/12/2013 3:53:50 AM    7                   
Online              Outlook.Proxy                 Healthy        12/12/2013 3:53:05 AM    7                   
NotApplicable       EWS.Protocol                  Healthy        12/12/2013 3:53:57 AM    8                  
NotApplicable       ActiveSync.Protocol           Healthy        12/12/2013 3:53:23 AM    7                  
Online              OutlookMapi.Proxy             Healthy        12/12/2013 3:53:07 AM    7                   
NotApplicable       Inference                     Healthy        12/12/2013 3:52:04 AM    1                   
NotApplicable       OWA                           Unhealthy      12/12/2013 9:25:54 AM    2                   
NotApplicable       MailboxSpace                  Unhealthy      12/12/2013 9:19:03 AM    16                 
NotApplicable       MSExchangeCertificateDeplo... Disabled       1/1/0001 1:00:00 AM      2                  
NotApplicable       PublicFolders                 Healthy        12/12/2013 4:02:25 AM    4                  
NotApplicable       SiteMailbox                   Healthy        12/12/2013 3:54:21 AM    3                   
NotApplicable       UserThrottling                Healthy        12/12/2013 9:20:57 AM    7                  
Online              UM.CallRouter                 Healthy        12/12/2013 9:09:59 AM    12                  
NotApplicable       DAL                           Healthy        11/29/2013 12:10:03 PM   11                  
NotApplicable       Antimalware                   Healthy        12/12/2013 3:46:13 AM    11                  
NotApplicable       RemoteMonitoring              Healthy        12/11/2013 8:55:41 PM    4                  
NotApplicable       MigrationMonitor              Healthy        12/12/2013 3:54:02 AM    3                  
Online              Transport                     Healthy        12/12/2013 9:09:59 AM    10                  
NotApplicable       EAS                           Healthy        11/29/2013 12:13:41 PM   1                   
NotApplicable       Autodiscover                  Healthy        11/29/2013 12:10:10 PM   1                  
NotApplicable       ClientAccess.Proxy            Unhealthy      12/12/2013 9:27:46 AM    1                  
NotApplicable       EWS                           Unhealthy      12/12/2013 9:24:42 AM    1                   
NotApplicable       DataProtection                Unhealthy      12/12/2013 9:26:04 AM    1                  
NotApplicable       BitlockerDeployment           Healthy        12/12/2013 3:46:37 AM    1                  
NotApplicable       Compliance                    Unhealthy      12/12/2013 9:25:19 AM    1                  
NotApplicable       FEP                           Degraded       12/12/2013 9:29:05 AM    1                   
NotApplicable       FfoRws                        Healthy        11/29/2013 12:11:37 PM   1                   
NotApplicable       FreeBusy                      Healthy        11/29/2013 12:10:47 PM   1                   
NotApplicable       Places                        Healthy        11/29/2013 12:10:33 PM   1                   
NotApplicable       Security                      Healthy        12/12/2013 3:48:09 AM    7                   
NotApplicable       IMAP.Protocol                 Healthy        12/12/2013 3:50:20 AM    7                  
NotApplicable       Datamining                    Healthy        12/12/2013 3:48:28 AM    7                   
NotApplicable       Provisioning                  Healthy        12/12/2013 3:54:11 AM    7                  
NotApplicable       POP.Protocol                  Healthy        12/12/2013 3:47:44 AM    7                  
NotApplicable       Outlook.Protocol              Healthy        12/12/2013 3:51:06 AM    7                  
NotApplicable       TransportSync                 Healthy        12/12/2013 3:50:34 AM    7                  


Note: Subsequent detected alerts are suppressed until the health set is healthy again.

------------------ This is reported on each server, even though DriveSpaceTrigger is set to false ---------------------------

EventID 1006

The performance counter '\\server\LogicalDisk(C:)\Free Megabytes' sustained a value of '51,912.00', for the '15' minute(s) interval starting at '12/12/2013 10:30:00 AM'. Additional information: None. Trigger Name:DatabaseDriveSpaceTrigger. Instance:c:



Exchange 2013 stops receiving external email after about 8 hours

$
0
0

Hello,

Just installed 2013 excahnge server 3 days ago. We noticed after the first night that we did not receive any external emails throughout the night.  I could not find anything wrong with receive connectors.  Telnet works internally when this happens but NO access from public side testing with telnet.  After I reboot the exchange server everything functions just fine and normal for about 8 hours until it happens again.

I dont know what to check or look for at this point.  Very new to exchange 2013.  Any kind of advice would be helpful at this time.

It is not a firewall issue.  Same firewall and set of rules that we use for other/old mail servers.  We only have 1 exchange server that has all roles.


Lead Pusher

Microsoft Exchange 2013 mdb ping warning.

$
0
0

Hi,

I have newly installed Exchange 2013 server and I saw this Events logs full with this warning.

ping of mdb 'f0583cf2-caea-4644-8c98-0a466ce1cded' timed out after '00:00:00' minutes.Last successful ping was at '1/30/2013 11:53:27 AM' UTC.

any help on this?


Sainyam Aggarwal MCTS

removing multiple move complete request cmdlet

$
0
0

Hey All... anyone have a cmdlet to delete multiple move complete requests? it needs to be a cmdlet and needs to be able to remove more than 1 at a time...

Thanks...


TM

AD user not coming in exchange management console - 2010

$
0
0
I created a user in dsa.msc console in AD. After creation that user is not coming in mailbox tab of Exchange management console. If I open DSA.msc from inside exchange server i can see the user in AD, What could be the reason here

Audit OWA logins in Exchange 2013

$
0
0
How can I audit success and failure login attempts for Outlook Web App in Exchange 2013?

Restore Mailbox Exchange 2013

$
0
0

Hi,

I'm trying torestore amailboxfrom adatabaserecovery,but after Irun the command, the status ofRestorealways stays inQueuedand does not change.

Vanderlei

Cannot connect to Exchange Powershell on one mailbox server, which stops access to ECP

$
0
0

I have 4 exchange 2013 servers.  2 cas and 2 mailboxservers.  When trying to access powershell on the second mailbox server I get the following error.  Also, since I can access the mailbox server I cannot access ECP, but I can access powershell on the other three servers.

Things that I've tried:
Made sure that the Kerbauth.dll is in native mode.
Bindings are correct on web sites

Error Message:

New-PSSession : Servername Connecting to remote server Servername failed with the following error message : The WinRM client cannot process the request. It cannot determine the content type
of the HTTP response from the destination computer. The content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
   gTransportException   + FullyQualifiedErrorId : -2144108297,PSSessionOpenFailed

Thanks Diane

I have a problem with accessing OWA from a CAS server.

$
0
0


Hi, I have a problem with accessing OWA from a CAS server. exchange 2007

This is my setup

Site A - Ex1 (CAS,Hub,mbx)

Site B - Ex2 (CAS,Hub,mbx)

If user1 mailbox is on EX1, if I access OWA from EX1 everything works fine.

If I access user1 mailbox from Ex2, I get the following error.

Outlook Web Access is not available. If the problem continues, contact technical support for your organization and tell them the following: There is no Microsoft Exchange Client Access server that has the necessary configuration in the Active Directory site where the mailbox is stored.

Exchange 2013 ECP

$
0
0

Hi, can someone please help me out with what is probably a really simple, but extremely frustrating issue I am having with Exchange 2013 ECP.

I have just installed the Ex 2013 into a new Forest to test the platform.

I only have the administrator account active with a mailbox.

my issue is that when I try to access <cas>/ecp I am provided with the configuration options for the Administrator Mailbox only. Ie I have no ability to Manage the Exchange Organisation.

With a mailbox enabled Administrator how does ECP distinguish between my mailbox administration vs Organisation Administration? How do I toggle between them?

Currently I am only able to access the configuration details for the Administrator mailbox.

I tried to create an additional "exchangeadmin" which I made a member of the Exchange Organisation Management Group, but I keep getting access denied when trying to login to ECP. I assume that this account needs to be mail enabled.

Any feedback is appreciated!

Thanks,

 

Anti Spam's BypassedSenderDomains

$
0
0

Hi,

I have a customer whose domain is abc.com.
I set abc.com as BypassedSenderDomains in ContentFilterConfig and BypassedSenderDomains in SenderIDConfig but they still not able to send emails to our domain users.
Their emails will go into the Quarantine Mailbox.

I thought used BypassedSenderDomains so avoid customers' emails being blocked or quarantine.

Can anyone help me? thanks.

Viewing all 9032 articles
Browse latest View live


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