How to unset the spam quarantine mailbox in Exchange Server 2019 - exchange-server

I followed the docs to set a mailbox to handle quarantined email:
https://learn.microsoft.com/en-us/exchange/antispam-and-antimalware/antispam-protection/configure-quarantine-mailboxes?view=exchserver-2019
I used Set-ContentFilterConfig -QuarantineMailbox spamQ#mydomain.com
Now I don't want this and just want spam going to the individuals Junk E-Mail folder. I can't find how to remove this setting.
Thank you.

this way you can disable quarantine
Set-ContentFilterConfig -SCLQuarantineEnabled $false

Related

Release management email notification not sending

No email notification is sending from my RM system on releases.
Following things has been done:
Smtp setting has been updated in the system
Enabled approver notification in 'Acceptance step' and 'validation step'.
Email id is updated and 'Receive email notification' is 'Yes' for the approver and validator. The user are release managers.
Did I missed anything? Why emails are not sending?
That looks right. Enable the logs on the server side to see if any errors are thrown.
I would double check the SMTP settings. Username/password are obvious possible mistake, but depending on your SMTP requirement, you might need to specified a valid email address from your domain as the sender address.
Thank you for the answer Joerage. SMTP setting was not working in the TFS server...!
I faced one more issue with the notification mail. View request link was opening old url of release management site...! Earlier I upgraded the RM server and client, after that changed the url also.
Again I lost couple of minutes to find out the problem.
The url is configure in "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Release Management\services\web.config" file under setting "ApprovalRequestEmailLanding". I changed the value to correct url and it's working...! This could be a bug in the release management system.
May be this will be helpful for someone.

change the default delivery of messages to an offline PST file in outlook

Users of Outlook change the default delivery of messages to an offline PST file.
This results in users losing remote access to their e-mail through OWA, mobile devices,
and other desktops. It also breaks the ability of nightly backup of exchange to include all incoming e-mail. is there's any way to prevent the user to change the default data file or make the OST the default data file in each outlook when user run the outlook?
AFAIK, you cannot change the location of delivered emails if the default account is an Exchange account. So how are these users redirecting? With Rules?
Otherwise, to change the default data file you will need to use Redemption:
http://www.dimastr.com/redemption/rdostore.htm
old days I wrote default delivery changer (Outlookdeliverychanger.exe) for outlook versions 2003/2007/2010. I can post Executable if you need it.
here is source repo https://github.com/MrdUkk/outlookdeliverychanger

microsoft outlook how to send an email from an email group which I belong to?

I belong to a email group in the company I work for, such as for example, researchteam#company.com. My personal email is raulmercado#company.com. I want to send emails from researchteam#company.com instead of raulmercado#company.com. I'm using Microsoft Outlook and Exchange as a Email Server.
Thanks for your help!
If you using Outlook 2010 then you could try MailItem.SendUsingAccount property.
Here is an example
Exchange always sends out all emails coming from the default email address. And for each Exchange mailbox this default address is fixed and can not be changed in Outlook. You can use one of two options:
You can create an additional mailbox in Exchange for the second address (as the default email there of course) and then give your normal account "Send-As" rights for that new account. Then you can switch on the "FROM" field in Outlook (right-click options > Show Fields > From) and use that field to select the account you want to send from. In Outlook 2013 you can also just connect to the additional Exchange account and might get slighly easier switching.
You can use a 3rd party tool like ChangeSender (http://www.servolutions.com/changesender.htm) to get automatic switching of the accounts when you answer email (answered automatically with the account the email was received under).
Hope this helps - Claus

TFS 2010 Wont Send Email

I can't get TFS 2010 to send email alerts. I've tried setting up everything mentioned here:
http://social.technet.microsoft.com/wiki/contents/articles/how-to-configure-tfs-notifications-in-team-foundation-server-2010.aspx
It's configured to send to a local IIS SMTP instance. SharePoint 2010 is on the same box and is also configured to use the same local SMTP server and it works fine sending emails, no problem. It's also using the same "from" email address as TFS is configured to without issue.
TFS isn't even trying to send anything as far as I can tell - I don't see anything from it in the SMTP log (C:\Windows\System32\LogFiles\SMTPSVC1...).
I have the default "My Work Items changed" alert set up and enabled. I try logging in as another user, assigning a work item to me, then assigning it back...nothing happens...no email. I don't see any error in the event viewer from TFS.
What can I do to troubleshoot this?
I had added alerts in Alert Explorer without specifying any Team Project. Once I added the Team Project filter it started working.
Try other method,
I configure the Email using Gmail Account and it is working very well, try it! if you would like? see this link for steps how you can do it?
http://mohamedradwan.wordpress.com/2011/06/26/configure-tfs-2010-alert-using-local-smtp-that-use-gmail-account/
Thanks
M.Radwan
Try this out
http://ravendra.wordpress.com/configuring-email-alert-settings-in-tfs-2010/
Or else you can go with the option of relay mail. Create a local SMTP server and relay it with the main mail server.
Note : If you mail server requires advanced authentication then you need to follow the second option only.
I actually wanted to add this answer to give ppl an idea of what to look for when they come across 'why doesn't the email get sent out'. The reason i came across this thread was for the same reason, it seemed that tfs wasn't sending out the email. But it was! the problem turned out to be the 'group' that I was sending the email to wasn't permitted to receive email. here is the situation, TFS server located at a DATA CENTER. The email ALERTS that i configured were to a group in our local office DOMAIN.
Apparently,in Active Directory that group didn't have the "All users need to be authenticated" checked OFF. Meaning, the TFS server 'sender of the email' wasn't authenticated to send emails to that group. once i sat with my MIS guys, they finally noticed that was checked on, and once DISABLED. Problem fixed! Hope that helps someone.

outlook spell check outbound only

In outlook, the admin can force all users to endure a spell check for each email.
Can Outlook be set to enforce spell check only for emails that are outbound from the company domain, so that "in-house" emails would not be spell-checked, but all emails going out from the domain would be checked?
The setting comes you are seeing probably comes from the standard Outlook group policy which toggles the outlook setting (tools->options->spelling->always check before sending).
Group policies are applied per computer, or per users. Outlook doesn't appear to offer anything in its configuration pages, and there is nothing in the group policy to make that setting depend on the recipient.
I guess, that it may be possible to build some kind of add-on to accomplish this, but the functionality doesn't appear to exist right now.

Resources