You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: de/post_installation/firststeps-disable_ipv6/index.html
+21-8Lines changed: 21 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3776,9 +3776,9 @@ <h1>IPv6 deaktivieren</h1>
3776
3776
<p>Dies wird <strong>NUR</strong> empfohlen, wenn Sie kein IPv6-fähiges Netzwerk auf Ihrem Host haben!</p>
3777
3777
<p>Wenn Sie es wirklich brauchen, können Sie die Verwendung von IPv6 in der Compose-Datei deaktivieren.
3778
3778
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
3780
3780
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>
3782
3782
<p><strong>1.</strong> Ändern Sie docker-compose.yml</p>
3783
3783
<p>Ändern Sie <code>enable_ipv6: true</code> in <code>enable_ipv6: false</code>:</p>
<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>
3796
3796
<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>
3797
3797
<divclass="highlight"><pre><span></span><code># cd /opt/mailcow-dockerized
Copy file name to clipboardExpand all lines: post_installation/firststeps-disable_ipv6/index.html
+21-8Lines changed: 21 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3776,9 +3776,9 @@ <h1>Disable IPv6</h1>
3776
3776
<p>This is <strong>ONLY</strong> recommended if you do not have an IPv6 enabled network on your host!</p>
3777
3777
<p>If you really need to, you can disable the usage of IPv6 in the compose file.
3778
3778
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
3780
3780
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>
<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>
3797
3797
<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>
3798
3798
<divclass="highlight"><pre><span></span><code># cd /opt/mailcow-dockerized
3799
3799
# touch docker-compose.override.yml
@@ -3860,12 +3860,25 @@ <h1>Disable IPv6</h1>
3860
3860
</div>
3861
3861
</div>
3862
3862
<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>
0 commit comments