Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
always use Ipv4 for E-mail, to avoid using IPv6 address without RDNS …
Browse files Browse the repository at this point in the history
…records created by Ip rotator for Piped
  • Loading branch information
FarisZR authored Jan 27, 2024
1 parent 2071b0a commit e2786f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-mailserver/mailserver.env
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ LOGROTATE_INTERVAL=weekly
# ipv6 => Use only IPv6 traffic.
#
# Note: More details at http://www.postfix.org/postconf.5.html#inet_protocols
POSTFIX_INET_PROTOCOLS=all
POSTFIX_INET_PROTOCOLS=ipv4

# Choose TCP/IP protocols for dovecot to use
# **all** => Listen on all interfaces
Expand Down Expand Up @@ -558,4 +558,4 @@ RELAY_PASSWORD=
# Certificates from Caddy | https://docker-mailserver.github.io/docker-mailserver/latest/config/security/ssl/#caddy | https://docker-mailserver.github.io/docker-mailserver/latest/config/security/ssl/#bring-your-own-certificates
SSL_TYPE=manual
SSL_CERT_PATH=/caddy-data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.aosus.org/mail.aosus.org.crt
SSL_KEY_PATH=/caddy-data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.aosus.org/mail.aosus.org.key
SSL_KEY_PATH=/caddy-data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/mail.aosus.org/mail.aosus.org.key

0 comments on commit e2786f3

Please sign in to comment.