git: ccd0ac57e90d - main - mail/exim: Add DMARC option to DEFAULT list (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Jan 2024 17:51:05 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ccd0ac57e90db47d4ed76b1c6965e7f2acff8ad5
commit ccd0ac57e90db47d4ed76b1c6965e7f2acff8ad5
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-01-17 17:46:09 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-01-17 17:46:09 +0000
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
---
mail/exim/Makefile | 2 +-
mail/exim/options | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 0fc97c8e0a8c..cdfef701e79c 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,6 +1,6 @@
PORTNAME= exim
PORTVERSION?= ${EXIM_VERSION}
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES= mail
MASTER_SITES= EXIM:exim
MASTER_SITE_SUBDIR= /exim4/:exim \
diff --git a/mail/exim/options b/mail/exim/options
index 2b47a03e9135..af097c6380e1 100644
--- a/mail/exim/options
+++ b/mail/exim/options
@@ -34,6 +34,7 @@ OPTIONS_DEFAULT+= AUTH_CRAM_MD5 \
DAEMON \
DISABLE_D_OPT \
DKIM \
+ DMARC \
DNSDB \
DNSSEC \
DSEARCH \