Office 365 disables the use of SMTP Auth by default. This means that things like printers scanners and email clients such as Gmail which don't use modern authentication can't send out to relayed addresses.
The setting is relevant to the entire tenant and can only be changed at the command line.
To do this open powershell on your local machine:
Install-Module ExchangeOnlineManagment
This step only needs done once on your PC
Import-Module ExchangeOnlineManagement
This needs done most times
$cred=Get-Credential
Enter the tenant username and password. This isn't error checked so it won't tell you if you get it wrong.
Connect-ExchangeOnline -Credential $cred
This will give an error if you got the $cred wrong. If this happens re-run the $cred line and try again.
Get-TransportConfig
Will list all of the features of the tennant - look for the line that says:
SmtpClientAuthenticationDisabled : True
This means that you can't relay. You can change the setting using the following command:
Set-TransportConfig -SmtpClientAuthenticationDisabled $false
- Home
-
Store
- Browse All
- Anti-virus Services
- My Protected Cloud Backup
- My Managed Cloud Backup
- My Unmanaged Cloud Backup
- My Office 365 Cloud Backup
- Cloud Drive Storage
- Microsoft 365 licensing and support
- VoIP phone services
- Internet Connectivity Services
- Remote Management
- Email Security
- WordPress Plugins
- SSL Certificates
- Announcements
- Knowledgebase
- Network Status
- Contact Us
-
More