In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
A few days ago, a customer asked me how to customize the return content of exchange2013, such as: the recipient does not exist, the mailbox is full, and so on.
Below, I would like to share with you how to customize the content of the rejection of exchange2013. I hope it will be helpful to you.
The process is as follows:
First of all, we use the following command
Get-SystemMessage-Original | Select-Object-PropertyIdentity,DsnCode,Language,Text
Get the bounce content of the exchange2013 system (this command will get the bounce content of all languages), as shown below:
We can export these to see the details, with the following command:
Get-SystemMessage-Original | Select-Object-Property Identity,DsnCode,Language,Text | ConvertTo-Html > "C:\ s"
Ystemerror.html "
The export result is as follows:
In the figure above, the first column is the unique identifier (when we modify it, we define the modification with this unique identifier), the second column is the trigger code, and the third column selects the user in that language. the last column is the bounce content (what we call modifying custom content means changing this column).
The following is a system bounce in my environment:
Let's modify the content of the letter that does not exist in the recipient 5.1.1:
First, create a new one with the following command:
New-SystemMessage-DsnCode 5.1.1-Internal:$True-Language zh-CHS-Text "We cannot find this recipient, please check if this recipient address is correct"
Then modify it with the following command:
Set-SystemMessage-Identity zh-CHS\ internal\ 5.1.1-Text "this recipient does not seem to exist, please check that the address of this recipient is correct."
After the settings are completed, as shown below:
The above operations are configured.
If you also want to use the system default, you can use the following command: Set-SystemMessage-Identity zh-CHS\ Internal\ 5.1.1-Original "
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.