Skip to content

Commit

Permalink
start_mailserver.sh: remove explicit debug DNS server
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lo authored Nov 25, 2023
1 parent d30b5b3 commit e80fd16
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions start_mailserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ docker network rm mailserver-network >/dev/null 2>&1 || true
docker network create mailserver-network
trap 'docker network rm mailserver-network' EXIT

# We use Strato's DNS server by default because some default DNS servers
# fragment responses, which breaks opendkim.
docker run --rm -i -p $http:80 -p $https:443 \
--dns 85.215.235.63 \
-p 25:25 -p 465:465 \
-p 143:143 -p 993:993 \
-p 4190:4190 \
Expand Down

0 comments on commit e80fd16

Please sign in to comment.