diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-03-10 17:59:00 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-03-10 17:59:00 +0800 |
commit | 345a2eb5261e078c03e758b64205a091a60102ab (patch) | |
tree | 8ecafef4b5c8af88d07898ef9ea23c4f70a08a0a /mail/sendmail811 | |
parent | e215ab9613d515078b94c4aff9f8e3dd64b59f29 (diff) | |
download | freebsd-ports-gnome-345a2eb5261e078c03e758b64205a091a60102ab.tar.gz freebsd-ports-gnome-345a2eb5261e078c03e758b64205a091a60102ab.tar.zst freebsd-ports-gnome-345a2eb5261e078c03e758b64205a091a60102ab.zip |
- define PICKY_HELO_CHECK as default
Diffstat (limited to 'mail/sendmail811')
-rw-r--r-- | mail/sendmail811/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail811/files/site.config.m4.pre4 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index 499f680f7be5..eb22cd6926b6 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/Makefile @@ -7,7 +7,7 @@ PORTNAME= sendmail PORTVERSION= 8.11.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} diff --git a/mail/sendmail811/files/site.config.m4.pre4 b/mail/sendmail811/files/site.config.m4.pre4 index 384a8ec2334e..6edccedcdf8e 100644 --- a/mail/sendmail811/files/site.config.m4.pre4 +++ b/mail/sendmail811/files/site.config.m4.pre4 @@ -1,3 +1,4 @@ APPENDDEF(`conf_mail_local_ENVDEF', `-DQUEUE_ONLY') +APPENDDEF(`conf_sendmail_ENVDEF', `-DPICKY_HELO_CHECK') APPENDDEF(`conf_smrsh_ENVDEF', `-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\""') APPENDDEF(`conf_smrsh_ENVDEF', `-DPATH="\"/bin:/usr/bin\""') |