This commit is contained in:
github-actions[bot] 2021-04-15 09:49:53 +00:00
parent 103cf7caf6
commit 0956cc5b0e
4 changed files with 37 additions and 37 deletions

View file

@ -1187,7 +1187,7 @@
<h1>Mail Delivery with POP3</h1>
<p>If you want to use POP3(s), you have to add the ports 110 and/or 995 (TLS secured) and the environment variable <code>ENABLE_POP3</code> to your <code>docker-compose.yml</code>: </p>
<p>If you want to use POP3(S), you have to add the ports 110 and/or 995 (TLS secured) and the environment variable <code>ENABLE_POP3</code> to your <code>docker-compose.yml</code>: </p>
<div class="highlight"><pre><span></span><code><span class="nt">mail</span><span class="p">:</span>
<span class="nt">ports</span><span class="p">:</span>
<span class="p p-Indicator">-</span> <span class="s">&quot;25:25&quot;</span>