mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
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:
parent
5b285657ab
commit
ccd0ac57e9
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= exim
|
PORTNAME= exim
|
||||||
PORTVERSION?= ${EXIM_VERSION}
|
PORTVERSION?= ${EXIM_VERSION}
|
||||||
PORTREVISION?= 3
|
PORTREVISION?= 4
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= EXIM:exim
|
MASTER_SITES= EXIM:exim
|
||||||
MASTER_SITE_SUBDIR= /exim4/:exim \
|
MASTER_SITE_SUBDIR= /exim4/:exim \
|
||||||
|
|
|
@ -34,6 +34,7 @@ OPTIONS_DEFAULT+= AUTH_CRAM_MD5 \
|
||||||
DAEMON \
|
DAEMON \
|
||||||
DISABLE_D_OPT \
|
DISABLE_D_OPT \
|
||||||
DKIM \
|
DKIM \
|
||||||
|
DMARC \
|
||||||
DNSDB \
|
DNSDB \
|
||||||
DNSSEC \
|
DNSSEC \
|
||||||
DSEARCH \
|
DSEARCH \
|
||||||
|
|
Loading…
Add table
Reference in a new issue