mail/exim: Add DMARC option to DEFAULT list (+)

GMail recently changed game rules. Again.
DMARC is a good companion to the DKIM/SPFF

Requested by:	ler
This commit is contained in:
Dima Panov 2024-01-17 20:46:09 +03:00
parent 5b285657ab
commit ccd0ac57e9
No known key found for this signature in database
GPG Key ID: FB8BA09DD5398F29
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= exim
PORTVERSION?= ${EXIM_VERSION}
PORTREVISION?= 3
PORTREVISION?= 4
CATEGORIES= mail
MASTER_SITES= EXIM:exim
MASTER_SITE_SUBDIR= /exim4/:exim \

View File

@ -34,6 +34,7 @@ OPTIONS_DEFAULT+= AUTH_CRAM_MD5 \
DAEMON \
DISABLE_D_OPT \
DKIM \
DMARC \
DNSDB \
DNSSEC \
DSEARCH \