From 638ae5ffde0d96015acb1bf2c6c386cf26bb792a Mon Sep 17 00:00:00 2001 From: Benoit Date: Sat, 15 Feb 2025 14:53:51 +0900 Subject: [PATCH] Mailcow: Force v4 for Mailcow --- 04listen.cfg | 10 +++++----- 05backends.cfg | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/04listen.cfg b/04listen.cfg index 39a7dfa..cfdf803 100644 --- a/04listen.cfg +++ b/04listen.cfg @@ -13,25 +13,25 @@ listen ssh bind :::25 v6only mode tcp option tcplog - server mailcow mailcow.incus:10025 send-proxy + server mailcow 10.10.10.214:10025 send-proxy check listen smtps bind :465 bind :::465 v6only mode tcp option tcplog - server mailcow mailcow.incus:10465 send-proxy + server mailcow 10.10.10.214:10465 send-proxy check listen imaps bind :993 bind :::993 v6only mode tcp option tcplog - server mailcow mailcow.incus:10993 send-proxy + server mailcow 10.10.10.214:10993 send-proxy check listen sieve bind :4190 bind :::4190 v6only mode tcp option tcplog - server mailcow mailcow.incus:14190 send-proxy + server mailcow 10.10.10.214:14190 send-proxy check # Adguard listen adguard-dot @@ -39,4 +39,4 @@ listen adguard-dot bind :::853 v6only mode tcp option tcplog - server adguard adguard.incus:10853 send-proxy + server adguard adguard.incus:10853 send-proxy check diff --git a/05backends.cfg b/05backends.cfg index 86f7a35..e5d3af6 100644 --- a/05backends.cfg +++ b/05backends.cfg @@ -65,7 +65,7 @@ backend adguard http-response set-header X-Content-Type-Options "nosniff" http-response set-header Referrer-Policy "strict-origin-when-cross-origin" http-response set-header Cross-Origin-Resource-Policy "same-origin" - server adguard adguard.incus:443 check + server adguard adguard.incus:443 check ssl verify none backend vaultwarden # set HSTS for one year after all responses