mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
deploy: af2991fefe
This commit is contained in:
parent
23551595bc
commit
103cf7caf6
4 changed files with 37 additions and 41 deletions
|
@ -1187,11 +1187,7 @@
|
|||
|
||||
<h1>Mail Delivery with POP3</h1>
|
||||
|
||||
<div class="admonition warning">
|
||||
<p class="admonition-title">Warning</p>
|
||||
<p><strong>We do not recommend using POP3. Use IMAP instead.</strong></p>
|
||||
</div>
|
||||
<p>If you really want to have POP3 running add the ports 110 and 995 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">"25:25"</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue