Skip to content

Commit bb00d29

Browse files
committed
Deploying to gh-pages from @ 4e029bb 🚀
1 parent 17ac04c commit bb00d29

File tree

5 files changed

+277
-251
lines changed

5 files changed

+277
-251
lines changed

de/post_installation/firststeps-disable_ipv6/index.html

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3776,9 +3776,9 @@ <h1>IPv6 deaktivieren</h1>
37763776
<p>Dies wird <strong>NUR</strong> empfohlen, wenn Sie kein IPv6-fähiges Netzwerk auf Ihrem Host haben!</p>
37773777
<p>Wenn Sie es wirklich brauchen, können Sie die Verwendung von IPv6 in der Compose-Datei deaktivieren.
37783778
Zusätzlich können Sie auch den Start des Containers "ipv6nat-mailcow" deaktivieren, da er nicht benötigt wird, wenn Sie IPv6 nicht verwenden.</p>
3779-
<p>Anstatt die Datei docker-compose.yml direkt zu bearbeiten, ist es besser, eine Override-Datei zu erstellen
3779+
<p>Anstatt die Datei docker-compose.yml direkt zu bearbeiten, ist es besser, eine Override-Datei zu erstellen
37803780
zu erstellen und Ihre Änderungen am Dienst dort zu implementieren. Leider scheint dies im Moment nur für Dienste zu funktionieren, nicht für Netzwerkeinstellungen.</p>
3781-
<p>Um IPv6 im mailcow-Netzwerk zu deaktivieren, öffnen Sie docker-compose.yml mit Ihrem bevorzugten Texteditor und suchen Sie nach dem Netzwerk-Abschnitt (er befindet sich am Ende der Datei). </p>
3781+
<p>Um IPv6 im mailcow-Netzwerk zu deaktivieren, öffnen Sie docker-compose.yml mit Ihrem bevorzugten Texteditor und suchen Sie nach dem Netzwerk-Abschnitt (er befindet sich am Ende der Datei).</p>
37823782
<p><strong>1.</strong> Ändern Sie docker-compose.yml</p>
37833783
<p>Ändern Sie <code>enable_ipv6: true</code> in <code>enable_ipv6: false</code>:</p>
37843784
<div class="highlight"><pre><span></span><code>networks:
@@ -3792,7 +3792,7 @@ <h1>IPv6 deaktivieren</h1>
37923792
[...]
37933793
</code></pre></div>
37943794
<p><strong>2.</strong> ipv6nat-mailcow deaktivieren</p>
3795-
<p>Um den ipv6nat-mailcow Container ebenfalls zu deaktivieren, gehen Sie in Ihr mailcow Verzeichnis und erstellen Sie eine neue Datei namens "docker-compose.override.yml": </p>
3795+
<p>Um den ipv6nat-mailcow Container ebenfalls zu deaktivieren, gehen Sie in Ihr mailcow Verzeichnis und erstellen Sie eine neue Datei namens "docker-compose.override.yml":</p>
37963796
<p><strong>HINWEIS:</strong> Wenn Sie bereits eine Override-Datei haben, erstellen Sie diese natürlich nicht neu, sondern fügen Sie die untenstehenden Zeilen entsprechend in Ihre bestehende Datei ein!</p>
37973797
<div class="highlight"><pre><span></span><code># cd /opt/mailcow-dockerized
37983798
# touch docker-compose.override.yml
@@ -3859,12 +3859,25 @@ <h1>IPv6 deaktivieren</h1>
38593859
</div>
38603860
</div>
38613861
<p><strong>5.</strong> Wenn im Docker Daemon IPv6 komplett deaktiviert ist:</p>
3862-
<p>Folgende NGINX, Dovecot und Php-fpm Konfigurationsdateien anpassen</p>
3863-
<div class="highlight"><pre><span></span><code>sed -i &#39;/::/d&#39; data/conf/nginx/templates/listen*
3864-
sed -i &#39;/::/d&#39; data/conf/nginx/dynmaps.conf
3865-
sed -i &#39;s/,\[::\]//g&#39; data/conf/dovecot/dovecot.conf
3862+
<p>Folgende Dovecot und Php-fpm Konfigurationsdateien anpassen</p>
3863+
<div class="highlight"><pre><span></span><code>sed -i &#39;s/,\[::\]//g&#39; data/conf/dovecot/dovecot.conf
38663864
sed -i &#39;s/\[::\]://g&#39; data/conf/phpfpm/php-fpm.d/pools.conf
38673865
</code></pre></div>
3866+
<p><strong>6.</strong> IPv6 Listener für NGINX deaktivieren</p>
3867+
<p>Setze <code>DISABLE_IPv6=y</code> in der Datei <code>mailcow.conf</code>.</p>
3868+
<p>Damit diese Änderung wirksam wird, muss der Container <code>nginx-mailcow</code> neu erstellt werden.</p>
3869+
<div class="tabbed-set tabbed-alternate" data-tabs="4:2"><input checked="checked" id="__tabbed_4_1" name="__tabbed_4" type="radio" /><input id="__tabbed_4_2" name="__tabbed_4" type="radio" /><div class="tabbed-labels"><label for="__tabbed_4_1">docker compose (Plugin)</label><label for="__tabbed_4_2">docker-compose (Standalone)</label></div>
3870+
<div class="tabbed-content">
3871+
<div class="tabbed-block">
3872+
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d
3873+
</code></pre></div>
3874+
</div>
3875+
<div class="tabbed-block">
3876+
<div class="highlight"><pre><span></span><code>docker-compose<span class="w"> </span>up<span class="w"> </span>-d
3877+
</code></pre></div>
3878+
</div>
3879+
</div>
3880+
</div>
38683881

38693882

38703883

@@ -3885,7 +3898,7 @@ <h1>IPv6 deaktivieren</h1>
38853898
<span class="md-icon" title="Letztes Update">
38863899
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
38873900
</span>
3888-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2024-11-06 11:41:07</span>
3901+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2025-01-22 15:02:00</span>
38893902
</span>
38903903

38913904

post_installation/firststeps-disable_ipv6/index.html

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3776,9 +3776,9 @@ <h1>Disable IPv6</h1>
37763776
<p>This is <strong>ONLY</strong> recommended if you do not have an IPv6 enabled network on your host!</p>
37773777
<p>If you really need to, you can disable the usage of IPv6 in the compose file.
37783778
Additionally, you can also disable the startup of container "ipv6nat-mailcow", as it's not needed if you won't use IPv6.</p>
3779-
<p>Instead of editing docker-compose.yml directly, it is preferable to create an override file for it
3779+
<p>Instead of editing docker-compose.yml directly, it is preferable to create an override file for it
37803780
and implement your changes to the service there. Unfortunately, this right now only seems to work for services, not for network settings.</p>
3781-
<p>To disable IPv6 on the mailcow network, open docker-compose.yml with your favourite text editor and search for the network section (it's near the bottom of the file). </p>
3781+
<p>To disable IPv6 on the mailcow network, open docker-compose.yml with your favourite text editor and search for the network section (it's near the bottom of the file).</p>
37823782
<p><strong>1.</strong> Modify docker-compose.yml</p>
37833783
<p>Change <code>enable_ipv6: true</code> to <code>enable_ipv6: false</code> and comment out the IPv6 subnet:</p>
37843784
<div class="highlight"><pre><span></span><code>networks:
@@ -3793,7 +3793,7 @@ <h1>Disable IPv6</h1>
37933793
[...]
37943794
</code></pre></div>
37953795
<p><strong>2.</strong> Disable ipv6nat-mailcow</p>
3796-
<p>To disable the ipv6nat-mailcow container as well, go to your mailcow directory and create a new file called "docker-compose.override.yml": </p>
3796+
<p>To disable the ipv6nat-mailcow container as well, go to your mailcow directory and create a new file called "docker-compose.override.yml":</p>
37973797
<p><strong>NOTE:</strong> If you already have an override file, of course don't recreate it, but merge the lines below into your existing one accordingly!</p>
37983798
<div class="highlight"><pre><span></span><code># cd /opt/mailcow-dockerized
37993799
# touch docker-compose.override.yml
@@ -3860,12 +3860,25 @@ <h1>Disable IPv6</h1>
38603860
</div>
38613861
</div>
38623862
<p><strong>5.</strong> If your docker daemon completly disabled IPv6:</p>
3863-
<p>Fix the following NGINX, Dovecot and php-fpm config files</p>
3864-
<div class="highlight"><pre><span></span><code>sed -i &#39;/::/d&#39; data/conf/nginx/templates/listen*
3865-
sed -i &#39;/::/d&#39; data/conf/nginx/dynmaps.conf
3866-
sed -i &#39;s/,\[::\]//g&#39; data/conf/dovecot/dovecot.conf
3863+
<p>Fix the following Dovecot and php-fpm config files</p>
3864+
<div class="highlight"><pre><span></span><code>sed -i &#39;s/,\[::\]//g&#39; data/conf/dovecot/dovecot.conf
38673865
sed -i &#39;s/\[::\]://g&#39; data/conf/phpfpm/php-fpm.d/pools.conf
38683866
</code></pre></div>
3867+
<p><strong>6.</strong> Disable IPv6 listeners for NGINX</p>
3868+
<p>Set <code>DISABLE_IPv6=y</code> in <code>mailcow.conf</code></p>
3869+
<p>For this change to be effective, you need to recreate the <code>nginx-mailcow</code> Container</p>
3870+
<div class="tabbed-set tabbed-alternate" data-tabs="4:2"><input checked="checked" id="__tabbed_4_1" name="__tabbed_4" type="radio" /><input id="__tabbed_4_2" name="__tabbed_4" type="radio" /><div class="tabbed-labels"><label for="__tabbed_4_1">docker compose (Plugin)</label><label for="__tabbed_4_2">docker-compose (Standalone)</label></div>
3871+
<div class="tabbed-content">
3872+
<div class="tabbed-block">
3873+
<div class="highlight"><pre><span></span><code>docker<span class="w"> </span>compose<span class="w"> </span>up<span class="w"> </span>-d
3874+
</code></pre></div>
3875+
</div>
3876+
<div class="tabbed-block">
3877+
<div class="highlight"><pre><span></span><code>docker-compose<span class="w"> </span>up<span class="w"> </span>-d
3878+
</code></pre></div>
3879+
</div>
3880+
</div>
3881+
</div>
38693882

38703883

38713884

@@ -3886,7 +3899,7 @@ <h1>Disable IPv6</h1>
38863899
<span class="md-icon" title="Last update">
38873900
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
38883901
</span>
3889-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2024-11-06 11:41:07</span>
3902+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2025-01-22 15:02:00</span>
38903903
</span>
38913904

38923905

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)