feat(spf): conduct spf check for inbound smtp

NOTE: currently a failed SPF check does not block the message.
currently set to add header for testing purposes.

MR !6
This commit is contained in:
2022-02-17 12:13:41 +09:30
parent fb909c009a
commit 245aa724d2
4 changed files with 26 additions and 4 deletions

View File

@ -83,7 +83,7 @@ services:
restart: unless-stopped
cpus: 2
mem_limit: 512MB
hostname: mail.nofusscomputing.com
hostname: test.example.org
volumes:
- mail_store:/srv/mail:rw
- mail_ssl:/certs