Sep 11 2023 01:58 AM
The admin receives a notification in the mail of every mail received in the domain.
The notification looks like this:
Its only the incoming messages not the outgoing.
How can i stop this?
with regards
Niek Schouten
Sep 11 2023 02:36 AM
Hi @Schrudcher,
can you check if you have a Tranport rule set up in Exchange Admin Center (Online or on-prem) that the Admin recieves Email notifications for all incoming emails (to control the flow of email messages within an organization).
You can check this in Exchange admin center (https://admin.exchange.microsoft.com) --> Mail flow --> Rules
Manage mail flow rules in Exchange Online | Microsoft Learn
Mail flow rules (transport rules) in Exchange Online | Microsoft Learn
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
Sep 11 2023 02:59 AM
Sep 11 2023 03:20 AM
Hello @Schrudcher,
thanks for the update:
To check all transport rules in Exchange Server 2019 using PowerShell, you can use the Get-TransportRule cmdlet. Here's how you can do it:
1. Open the Exchange Management Shell (EMS):
- Log in to your Exchange Server and open the Exchange Management Shell from the Start menu and run it as an administrator.
2. Run the PowerShell Command:
Get-TransportRule
This command will display a list of all transport rules configured in your Exchange Server 2019 environment.
You can also use this command if you have some active rules to see the details of it
Get-TransportRule -Identity "<RuleName>" | Format-List
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
Sep 11 2023 11:15 AM - edited Sep 11 2023 11:17 AM
hello Leon,
Thanks again for the quick replay, its just me who is a little late (slow)
I did what you asked me to do to check the rules but there are no rules or do i some thing wrong.
this is the box of the ex-psshell.
Sep 11 2023 04:46 PM
SolutionSep 12 2023 03:03 AM
I think you are correct.
I removed the admin mail adress from the database maintenance properties.
I think i did understand it not the way i should be. I thought the admin would get a log file mailed.
Will see if this will fix the problem.
Sep 14 2023 01:11 AM
Yes problem is now solved. Nomore e-mails in the admin inbox.
Specify a recipient to enable logging on this mailbox database. Delete the listed receiver to disable logging.
this is the message when you put your cursor on the field.
The part under this messages is the time table for the databse maintenance.
Because its not saperated by an blanco line or some space it seems that it is the receiver of the logfile created during maintenance.
but it has nothing to do with it.
Best regards
Niek Schouten