mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
deploy: e116920f4d
This commit is contained in:
parent
dd13c97d02
commit
84cd41f0c0
3 changed files with 74 additions and 52 deletions
|
@ -1501,6 +1501,15 @@
|
|||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#debugging" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Debugging
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -2351,6 +2360,15 @@
|
|||
</ul>
|
||||
</nav>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#debugging" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Debugging
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -2464,6 +2482,10 @@ arguments =("-d","user1@example.com")
|
|||
</code></pre></div>
|
||||
<h3 id="xoauth2-authentication"><a class="toclink" href="#xoauth2-authentication">XOAUTH2 Authentication</a></h3>
|
||||
<p>It is possible to utilize the <code>getmail-gmail-xoauth-tokens</code> helper to provide authentication using <code>xoauth2</code> for <a href="https://github.com/getmail6/getmail6/blob/1f95606156231f1e074ba62a9baa64f892a92ef8/docs/getmailrc-examples#L286">gmail (example 12)</a> or <a href="https://github.com/getmail6/getmail6/blob/1f95606156231f1e074ba62a9baa64f892a92ef8/docs/getmailrc-examples#L351">Microsoft Office 365 (example 13)</a></p>
|
||||
<h2 id="debugging"><a class="toclink" href="#debugging">Debugging</a></h2>
|
||||
<p>To debug your <code>getmail</code> configurations, run this <code>setup debug</code> command:</p>
|
||||
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span><span class="nb">exec</span><span class="w"> </span>-it<span class="w"> </span>dms-container-name<span class="w"> </span>setup<span class="w"> </span>debug<span class="w"> </span>getmail
|
||||
</code></pre></div>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue