diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-10 09:59:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-03-10 09:59:00 +0000 |
commit | 9d72171169c08342a1e26d545d2ec9538942f1ec (patch) | |
tree | 556d051bde5813457aefdf0369f6c34eb2130624 /mail/sendmail-old | |
parent | Update the author's master site to ftp.cs.bath.ac.uk, and add (diff) |
- define PICKY_HELO_CHECK as default
Notes
Notes:
svn path=/head/; revision=55808
Diffstat (limited to 'mail/sendmail-old')
-rw-r--r-- | mail/sendmail-old/Makefile | 2 | ||||
-rw-r--r-- | mail/sendmail-old/files/site.config.m4.pre4 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail-old/Makefile b/mail/sendmail-old/Makefile index 499f680f7be5..eb22cd6926b6 100644 --- a/mail/sendmail-old/Makefile +++ b/mail/sendmail-old/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/sendmail-old/files/site.config.m4.pre4 b/mail/sendmail-old/files/site.config.m4.pre4 index 384a8ec2334e..6edccedcdf8e 100644 --- a/mail/sendmail-old/files/site.config.m4.pre4 +++ b/mail/sendmail-old/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\""') |