Compare commits

..

No commits in common. "6a59a1a514b631e4e0f11d3d39a1c8ba8bd0a629" and "b809365e0e21651129c16c1baba7017edc6ed2ca" have entirely different histories.

5 changed files with 23 additions and 24 deletions

View File

@ -8,8 +8,6 @@ FROM alpine:latest
WORKDIR /home/attaquant
ENV PIP_BREAK_SYSTEM_PACKAGES 1
RUN adduser -D attaquant
RUN apk add \

View File

@ -30,3 +30,4 @@ ns.destinataire.example. A 172.31.0.53
expediteur.example. NS ns.expediteur.example.
ns.expediteur.example. A 172.31.0.53
AAAA fd4a:8c4:c28b::53

View File

@ -16,7 +16,7 @@ $ORIGIN expediteur.example.
MX 10 mx.expediteur.example.
;; Politique SPF
; TXT "v=spf1 ip4:172.31.0.20 ip6:fd4a:8c4:c28b:1000::1 -all"
; TXT "v=spf1 ip4:172.31.10.1 ip6:fd4a:8c4:c28b:1000::1 -all"
mx A 172.31.10.1
AAAA fd4a:8c4:c28b:1000::1

View File

@ -1,11 +1,11 @@
#
#
# SPDX-FileCopyrightText: 2023 Afnic
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
version: '3.8'
# name: 'spf-dkim-dmarc-workshop'
name: 'spf-dkim-dmarc-workshop'
services:
frontend:
@ -84,7 +84,7 @@ networks:
ipam:
driver: default
config:
- subnet: 172.31.0.0/16
- subnet: 172.31.10.0/16
- subnet: fd4a:8c4:c28b::/48
external:

View File

@ -7,12 +7,12 @@
FROM alpine:latest AS roundcube-build
RUN apk add composer \
php83-ctype \
php83-dom \
php83-ldap \
php83-tokenizer \
php83-xml \
php83-xmlwriter
php81-ctype \
php81-dom \
php81-ldap \
php81-tokenizer \
php81-xml \
php81-xmlwriter
RUN install -d /var/www/roundcubemail
@ -40,18 +40,18 @@ RUN apk add \
nano-syntax \
opendkim \
opendmarc \
php83-apache2 \
php83-ctype \
php83-dom \
php83-intl \
php83-mbstring \
php83-openssl\
php83-pdo \
php83-pdo_sqlite \
php83-session \
php83-tokenizer \
php83-xml \
php83-xmlwriter \
php81-apache2 \
php81-ctype \
php81-dom \
php81-intl \
php81-mbstring \
php81-openssl\
php81-pdo \
php81-pdo_sqlite \
php81-session \
php81-tokenizer \
php81-xml \
php81-xmlwriter \
postfix \
postfix-policyd-spf-perl \
s6-overlay \