<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Hiya,</p>
<p dir="auto">I've recently had the fun of trying to get MailMate working with Office365 so that I have to use Outlook for Mac as little as possible – BusyCal does a good job with the calendar but can't show shared calendars, sigh. Benny has done a great job of getting things to work, but Microsoft does an even better way of breaking them and in my case, SMTP-Auth is disabled. :-(</p>
<p dir="auto">If this is the case, the error message will at least point you to the right page for help:</p>
<p dir="auto"><a href="https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission" style="color: #3983C4;">https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission</a></p>
<p dir="auto">But the page is both misleading and inaccurate. MailMate is registered for working with Office365 but SMTP-Auth has to be explicitly enabled. Luckily, I'm admin but unluckily, there is no option for users to enable SMTP-Auth for individual users. I suspect there is a global setting <strong>somewhere</strong>…</p>
<p dir="auto">Fortunately, PowerShell for Mac is pretty easy to install and use. It has awful default colours so you will probably want to set up a special terminal profile with a dark background if you want to see what you're doing. After that install the relevant modules and then it's pretty easy</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">Set-CASMailbox -Identity charlie.clark@ifyoulikeitsomuchwhydontyoulivethere.com -SmtpClientAuthenticationDisabled $false
</code></pre>
<p dir="auto">And, hey presto!</p>
<p dir="auto">PowerShell is also great for setting mailbox delegation, especially if you <strong>don't</strong> want these added automatically to desktop clients. But basically, using Outlook and Exchange makes me want to cry. I've recently moved one mail account to OpenXchange (on mailbox.org) but I can't test the features that <del>losers</del> users will need most such as sharing and delegation.</p>
<p dir="auto">Charlie</p>
<p dir="auto">PS Benny, can you bump the maximum e-mail size so that we can send high-resolution screenshots more easily?</p>
<p dir="auto">--<br>
Charlie Clark<br>
Sengelsweg 34<br>
Düsseldorf<br>
D- 40489<br>
Tel: +49-203-746000<br>
Mobile: +49-178-782-6226</p>

</div>
</div>
</body>

</html>