If you suspect that your account has been compromised and someone is forwarding your messages, you should take immediate action to secure your account. Here are some steps you can follow:
- Check for Suspicious Activity: Review your Sent Items folder for any messages that you did not send. If you find any, it indicates that your account may have been compromised.
- Reset Your Password: Change your password immediately to prevent further unauthorized access. Make sure to choose a strong, unique password.
- Review Mail Forwarding Settings: Check if there are any email forwarding rules set up that you did not create. You can do this by connecting to Exchange Online PowerShell and running the following command:
ReplaceGet-Mailbox -Identity <YourEmailAddress> | Format-List Forwarding*Address,DeliverTo*<YourEmailAddress>with your actual email address. This will show if there are any forwarding addresses configured. - Remove Suspicious Forwarding Rules: If you find any suspicious forwarding rules, remove them immediately.
- Enable Multi-Factor Authentication (MFA): If you haven't done so already, enable MFA on your account to add an extra layer of security.
- Notify Your Email Admin: If you are part of an organization, inform your email administrator about the situation. They may need to take additional steps to secure your account.
- Scan for Malware: Ensure that your devices are free from malware that could have compromised your account.
By following these steps, you can help secure your account and prevent further unauthorized access.
References: