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
|
||||
PORTVERSION?= ${EXIM_VERSION}
|
||||
PORTREVISION?= 3
|
||||
PORTREVISION?= 4
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= EXIM:exim
|
||||
MASTER_SITE_SUBDIR= /exim4/:exim \
|
||||
|
|
|
@ -34,6 +34,7 @@ OPTIONS_DEFAULT+= AUTH_CRAM_MD5 \
|
|||
DAEMON \
|
||||
DISABLE_D_OPT \
|
||||
DKIM \
|
||||
DMARC \
|
||||
DNSDB \
|
||||
DNSSEC \
|
||||
DSEARCH \
|
||||
|
|
Loading…
Add table
Reference in a new issue