1 Commits

Author SHA1 Message Date
3wc
496fd6d5ea Attempt at ARC/DKIM signing for mailman 2023-09-30 21:55:19 +01:00
11 changed files with 48 additions and 49 deletions

View File

@ -85,8 +85,6 @@ RELAYHOST=
# Enable fetchmail
FETCHMAIL_ENABLED=False
#COMPOSE_FILE="$COMPOSE_FILE:compose.fetchmail.yml"
#FETCHMAIL_ENABLED=True
# Fetchmail delay
FETCHMAIL_DELAY=600
@ -118,7 +116,7 @@ COMPRESSION_LEVEL=
# Mailman settings
# NOTE(3wc): remember to also set RELAYNETS
#COMPOSE_FILE="$COMPOSE_FILE:compose.mailman.yml"
#COMPOSE_FILE="compose.yml:compose.mailman.yml"
#MAILMAN_POSTFIX_OVERRIDES=1
#MAILMAN_CORE_VOLUME=lists_example_com_mailman-core
#MAILMAN_CORE_NETWORK=lists_example_com_internal
@ -128,7 +126,7 @@ COMPRESSION_LEVEL=
# return-path: https://www.rubydoc.info/gems/actionmailer-rack-upgrade-2/2.3.15/ActionMailer/Base
# logins and MAIL FROM ownership: http://www.postfix.com/postconf.5.html#smtpd_relay_restrictions
# there is an open ticket with a further discussion also https://github.com/Mailu/Mailu/issues/1096
#COMPOSE_FILE="$COMPOSE_FILE:compose.senderlogins.yml"
#COMPOSE_FILE="compose.yml:compose.senderlogins.yml"
#SENDER_LOGINS_POSTFIX_OVERRIDES=1
SECRET_SECRET_KEY_VERSION=v1

View File

@ -27,7 +27,7 @@ host.
5. `abra app deploy YOURAPPDOMAIN`
9. Create initial user:
```
abra app run YOURDOMAIN admin flask mailu admin admin YOURDOMAIN YOURPASSWORD
abra app YOURAPPDOMAIN run admin flask mailu admin admin YOURDOMAIN YOURPASSWORD
```
[Mailu]: https://mailu.io/

View File

@ -1,3 +1,5 @@
export CERTDUMPER_POST_VERSION=v1
export POSTFIX_OVERRIDE_VERSION=v17
export POSTFIX_OVERRIDE_VERSION=v15
export SENDER_LOGIN_VERSIONS=v2
export ARC_OVERRIDE_VERSION=v8
export DKIM_IP_MAP_OVERRIDE_VERSION=v2

View File

@ -1,14 +0,0 @@
services:
fetchmail:
image: ghcr.io/mailu/fetchmail:2.0.34
environment: *default-env
volumes:
- "fetchmail:/data"
depends_on:
- app
networks:
- default
volumes:
fetchmail:

View File

@ -10,20 +10,42 @@ services:
- MAILMAN_POSTFIX_OVERRIDES
networks:
- default
- shared_mailman_network
volumes:
- "shared-mailman-core:/opt/mailman/"
configs:
- source: postfix_override
target: /overrides/postfix.cf
antispam:
configs:
- source: arc_conf_override
target: /overrides/arc.conf
- source: dkim_ip_map_override
target: /overrides/dkim_ip.map
volumes:
- "rspam_overrides:/etc/rspamd/override.d"
networks:
shared_mailman_network:
external: true
name: ${MAILMAN_CORE_NETWORK}
volumes:
# https://git.autonomic.zone/coop-cloud/mailman3/src/branch/master/compose.yml
shared-mailman-core:
external: true
name: ${MAILMAN_CORE_VOLUME}
rspam_overrides:
configs:
postfix_override:
name: ${STACK_NAME}_postfix_overrides_${POSTFIX_OVERRIDE_VERSION}
file: postfix.cf.tmpl
file: mailman-postfix.cf.tmpl
template_driver: golang
arc_conf_override:
name: ${STACK_NAME}_arc_conf_override_${ARC_OVERRIDE_VERSION}
file: mailman-arc.conf
dkim_ip_map_override:
name: ${STACK_NAME}_dkim_ip_map_${DKIM_IP_MAP_OVERRIDE_VERSION}
file: mailman-dkim_ip.map.tmpl
template_driver: golang

View File

@ -18,7 +18,6 @@ x-environment:
- DMARC_RUF
- DOCKER_CONTEXT
- DOMAIN
- FETCHMAIL_ENABLED
- FETCHMAIL_DELAY
- FULL_TEXT_SEARCH
- HOSTNAMES
@ -55,7 +54,7 @@ x-environment:
services:
app:
image: ghcr.io/mailu/nginx:2.0.34
image: ghcr.io/mailu/nginx:2.0.23
logging:
driver: json-file
networks:
@ -96,15 +95,15 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=1.1.0+2.0.34"
- "coop-cloud.${STACK_NAME}.version=1.0.2+2.0.23"
db:
image: redis:7.2.3-alpine
image: redis:7.2.0-alpine
volumes:
- "redis:/data"
admin:
image: ghcr.io/mailu/admin:2.0.34
image: ghcr.io/mailu/admin:2.0.23
environment: *default-env
healthcheck:
disable: true
@ -117,7 +116,7 @@ services:
- default
imap:
image: ghcr.io/mailu/dovecot:2.0.34
image: ghcr.io/mailu/dovecot:2.0.23
environment: *default-env
secrets:
- secret_key
@ -131,7 +130,7 @@ services:
- default
smtp:
image: ghcr.io/mailu/postfix:2.0.34
image: ghcr.io/mailu/postfix:2.0.23
environment: *default-env
secrets:
- secret_key
@ -143,7 +142,7 @@ services:
- app
antispam:
image: ghcr.io/mailu/rspamd:2.0.34
image: ghcr.io/mailu/rspamd:2.0.23
environment: *default-env
secrets:
- secret_key
@ -154,7 +153,7 @@ services:
disable: true
webmail:
image: ghcr.io/mailu/webmail:2.0.34
image: ghcr.io/mailu/webmail:2.0.23
environment: *default-env
networks:
- default

2
logging.inc Normal file
View File

@ -0,0 +1,2 @@
type=console
debug_modules=dkim

7
mailman-arc.conf Normal file
View File

@ -0,0 +1,7 @@
sign_networks = "/overrides/dkim_ip.map";
path = "/dkim/$domain.$selector.key";
use_domain = "header";
#use_vault = false;
#try_fallback = true;
#selector_map = "/overrides/dkim_selectors.map";
#selector = "dkim";

1
mailman-dkim_ip.map.tmpl Normal file
View File

@ -0,0 +1 @@
{{ env "RELAYNETS" }}

View File

@ -10,9 +10,9 @@
unknown_local_recipient_reject_code = 550
owner_request_special = no
virtual_mailbox_maps = regexp:/opt/mailman/var/data/postfix_lmtp, \${podop}mailbox
transport_maps = regexp:/opt/mailman/var/data/postfix_lmtp \${podop}transport
local_recipient_maps = regexp:/opt/mailman/var/data/postfix_lmtp
relay_domains = regexp:/opt/mailman/var/data/postfix_domains \${podop}transport
{{ end }}
{{ if eq (env "SENDER_LOGINS_POSTFIX_OVERRIDES") "1" }}
# https://github.com/Mailu/Mailu/issues/1096

View File

@ -1,18 +0,0 @@
# Secret key
The secret key is now stored as a docker secret instead of a variable in the
env file. You need to insert it by running:
`abra app secret insert <your mailu app> secret_key v1 <SECRETKEYHERE>`
and you can remove `SECRET_KEY` from your config file.
# `DOMAIN` is now `MAIL_DOMAIN`
This is important! If your main e-mail domain is something else than the
domain you are reaching the web interface at, you need to make changes.
I.e. in our setup we have `autonomic.zone` pointing an A record at some server
and `mail.autonomic.zone` is a separate server, and MX records are pointing
to the server at `mail.autonomic.zone`.
In this case:
- `DOMAIN` should be `mail.autonomic.zone` - this is what traefik will use to
provision a certificate
- `MAIL_DOMAIN` should be `autonomic.zone`